Instructional Video7:29
Curated Video

Deep Learning - Crash Course 2023 - Manual Fitting of Data

Higher Ed
In this video, you will learn how to manually fit data. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Instructional Video10:27
Curated Video

Deep Learning - Crash Course 2023 - Perceptron in Python

Higher Ed
In this video, we will work on programming our Perceptron model in Python. This clip is from the chapter "Perceptron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron in Python.
Instructional Video8:12
Curated Video

Deep Learning - Crash Course 2023 - Why Update Rule Works

Higher Ed
In this video, we will understand how update rule works. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
Instructional Video7:11
Curated Video

Deep Learning - Crash Course 2023 - Loss Function and Parameter Update

Higher Ed
In this video, you will learn about the loss function and parameter update. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
Instructional Video4:09
Curated Video

Deep Learning - Crash Course 2023 - Perceptron Model and Its Representation

Higher Ed
In this video, you will learn more about the Perceptron model and understand its representation. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
Instructional Video8:49
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron - Data Import

Higher Ed
In this video, you will learn how to import the Breast Cancer Wisconsin Diagnostic dataset and perform some basic analysis. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this...
Instructional Video7:45
Curated Video

Deep Learning - Crash Course 2023 - Mathematical Intuition

Higher Ed
In this video, you will learn how to build a mathematical intuition on MP Neuron. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural...
Instructional Video6:41
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Introduction

Higher Ed
In this video, you will learn about the MP Neuron model, also called McCulloch Pitts model. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build...
Instructional Video4:35
Curated Video

Deep Learning - Crash Course 2023 - Loss Functions

Higher Ed
In this video, you will learn about loss functions. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will learn some basic terms used in deep learning.
Instructional Video3:51
Curated Video

Deep Learning - Crash Course 2023 - Models

Higher Ed
In this video, we will briefly cover models in deep learning. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will learn some basic terms used in deep learning.
Instructional Video5:18
Curated Video

Deep Learning - Crash Course 2023 - Data

Higher Ed
In this video, we will understand what data is and how it plays a key role in building and training neural networks. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this...
Instructional Video1:38
Curated Video

Deep Learning - Crash Course 2023 - Sigmoid Neuron Data

Higher Ed
In this video, we will explore our data for Sigmoid Neuron. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Instructional Video5:27
Curated Video

Deep Learning - Crash Course 2023 - Sigmoid Neuron Introduction

Higher Ed
In this video, we will be introduced to Sigmoid Neuron. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Instructional Video3:44
Curated Video

Deep Learning - Crash Course 2023 - Perceptron Limitations

Higher Ed
In this video, we will have a quick recap of Perceptron limitations and learn how Sigmoid Neuron is useful. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin...
Instructional Video3:22
Curated Video

Deep Learning - Crash Course 2023 - Update Rule in Programs

Higher Ed
In this video, you will learn about the parameter Update Rule that we will be using in our programs. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about...
Instructional Video2:11
Curated Video

Deep Learning - Crash Course 2023 - Summary-1

Higher Ed
In this video, we will quickly summarize what we have learnt about MP Neuron. This clip is from the chapter "Summary of MP Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will consolidate our understanding...
Instructional Video4:20
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Class

Higher Ed
In this video, we will walk through the process of creating our own MP Neuron class in Python from scratch. By the end of this section, you will have a solid understanding of how to implement this fundamental concept in deep learning....
Instructional Video7:39
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron in Python

Higher Ed
In this video, we will work on our MP Neuron model to predict the output of the given dataset. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to...
Instructional Video5:21
Curated Video

Deep Learning - Crash Course 2023 - Modify Data

Higher Ed
In this video, you will learn how to modify data. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement MP Neuron in Python.
Instructional Video1:40
Curated Video

Deep Learning - Crash Course 2023 - Loss and Finding Parameters

Higher Ed
In this video, you will learn about loss and finding parameters. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural networks using the MP...
Instructional Video4:25
Curated Video

Deep Learning - Crash Course 2023 - Contour Plots

Higher Ed
In this video, you will learn how to create Contour plots. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Instructional Video10:22
Curated Video

Deep Learning - Crash Course 2023 - Plotting with Matplotlib

Higher Ed
In this video, we will understand the most popular plotting library in Python called Matplotlib and learn about plotting. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course...
Instructional Video5:11
Curated Video

Deep Learning - Crash Course 2023 - Python Control statements - While and For

Higher Ed
In this video, we will look at the different loops in Python called While and For. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our...
Instructional Video2:59
Curated Video

Deep Learning - Crash Course 2023 - Applications of Data

Higher Ed
In this video, we will look at the different actions we can perform on data to fulfil our requirements. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will...