Instructional Video12:24
Curated Video

Deep Learning - Crash Course 2023 - NumPy Part 2

Higher Ed
In this video, you will learn what is broadcasting in NumPy. 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 Video8:09
Curated Video

Deep Learning - Crash Course 2023 - Installing Jupyter Notebook

Higher Ed
In this video, you will learn how to install Jupyter Notebook on your system. 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 foundation...
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 Video4:20
Curated Video

Deep Learning - Crash Course 2023 - Sigmoid Intuition

Higher Ed
In this video, you will learn about Sigmoid intuition. 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 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 Video1:45
Curated Video

Deep Learning - Crash Course 2023 - Perceptron

Higher Ed
In this video, we will get introduced to the Perceptron model. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
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 Video5:35
Curated Video

Deep Learning - Crash Course 2023 - Train Test Split

Higher Ed
In this video, you will learn how to use Train_Test_Split on our dataset with Scikit-learn. 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 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:07
Curated Video

Deep Learning - Crash Course 2023 - Intuition of Data

Higher Ed
In this video, we will have a brief overview of the data for MP intuition. 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...
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 Video8:36
Curated Video

Deep Learning - Crash Course 2023 - Pandas Data Frame

Higher Ed
In this video, you will learn about Pandas' two-dimensional data structure called dataframes. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we...
Instructional Video7:25
Curated Video

Deep Learning - Crash Course 2023 - Pandas in Python - Pandas Series

Higher Ed
In this video, you delve into the world of Pandas in Python and gain expertise in working with Pandas Series, a fundamental component of Pandas. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep...
Instructional Video8:24
Curated Video

Deep Learning - Crash Course 2023 - NumPy Part 1

Higher Ed
In this video, you will learn about arrays in NumPy. 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 different...
Instructional Video12:23
Curated Video

Deep Learning - Crash Course 2023 - Functions and Classes in Python

Higher Ed
In this video, we will understand what functions and classes are in Python. 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 foundation...