Instructional Video1:18
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Hyperbolic Tangent Function

Higher Ed
In this video, you will learn about the Hyperbolic tangent function.
<
br/>
This clip is from the chapter "Activation Functions" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we will...
Instructional Video1:10
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Hopfield Neural Network

Higher Ed
In this video, you will learn about Hopfield neural network.
<
br/>
This clip is from the chapter "Neural Network Architectures" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we will...
Instructional Video0:52
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Gradient Descent versus Stochastic Gradient Descent

Higher Ed
In this video, you will learn about Gradient Decent versus Stochastic Gradient Descent.
<
br/>
This clip is from the chapter "Gradient Descent Algorithm" of the series "Python for Deep Learning — Build Neural Networks in...
Instructional Video1:44
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Fully Connected Layer

Higher Ed
In this video, you will learn about fully connected layer.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNN)" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we...
Instructional Video1:20
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Feed-Forward and Back Propagation Networks

Higher Ed
In this video, you will learn about feed-forward and back propagation networks.
<
br/>
This clip is from the chapter "Propagation of Information in ANNs" of the series "Python for Deep Learning — Build Neural Networks in...
Instructional Video3:44
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Data Pre-Processing

Higher Ed
In this video, you will learn how data pre-processing works.
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, you...
Instructional Video3:16
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Convolution Layer

Higher Ed
In this video, you will learn about the Convolution layer.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNN)" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we...
Instructional Video12:09
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Building the CNN Model

Higher Ed
In this video, you will learn how to build the Convolutional Neural Networks (CNN) model.
<
br/>
This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
Instructional Video1:35
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Adding the Output Layer

Higher Ed
In this video, you will learn how to add the output layer.
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, you will...
Instructional Video3:09
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Adding the Input Layer and the First Hidden Layer

Higher Ed
In this video, you will learn how to add the input layer and the first hidden layer.
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
Instructional Video1:38
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Accuracy of the Model

Higher Ed
In this video, you will learn about the accuracy of the Convolutional Neural Networks (CNN) model.
<
br/>
This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural...
Instructional Video3:00
Curated Video

Python In Practice - 15 Projects to Master Python - zip( )

Higher Ed
This video explains the zip( ) function.<br<br/>/>

This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video9:21
Curated Video

Python In Practice - 15 Projects to Master Python - Working with Images: Computer Vision

Higher Ed
This video explains working with images with the help of Computer Vision.
<
br/>
This clip is from the chapter "Artificial Intelligence" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video9:39
Curated Video

Python In Practice - 15 Projects to Master Python - Working with Images

Higher Ed
This video helps in working with images.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts that is...
Instructional Video16:59
Curated Video

Python In Practice - 15 Projects to Master Python - What Is Programming?

Higher Ed
This video provides a basic idea about programming.
<
br/>
This clip is from the chapter "Programming with Python: Basics and Environment Setup" of the series "Python in Practice - 15 Projects to Master Python".This section focuses...
Instructional Video3:28
Curated Video

Python In Practice - 15 Projects to Master Python - What Are Classes and How to Create Them

Higher Ed
This video explains classes and how to create them.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on object-oriented...
Instructional Video17:57
Curated Video

Python In Practice - 15 Projects to Master Python - Web Design: Stylizing Our html Tags with CSS

Higher Ed
This video explains the web design where you will be stylizing our html tags with CSS.
<
br/>
This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video1:43
Curated Video

Python In Practice - 15 Projects to Master Python - vars( )

Higher Ed
This video explains the vars( ) function.<br<br/>/>

This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video6:39
Curated Video

Python In Practice - 15 Projects to Master Python - Variables

Higher Ed
This video explains the variables, how to create variables, and different types of variables.
<
br/>
This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video4:32
Curated Video

Python In Practice - 15 Projects to Master Python - Variable Names

Higher Ed
This video talks about the different variable names.<br<br/>/>

This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on data types and variables.
Instructional Video7:09
Curated Video

Python In Practice - 15 Projects to Master Python - User-Defined Errors

Higher Ed
This video explains user-defined errors.<br<br/>/>

This clip is from the chapter "Dealing with Errors" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on dealing with errors.
Instructional Video3:59
Curated Video

Python In Practice - 15 Projects to Master Python - Tuple Operations and Tuple Built-In Functions

Higher Ed
This video explains the tuple built-in functions, how to perform these functions, and basic operations with tuples.
<
br/>
This clip is from the chapter "Tuples" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video4:14
Curated Video

Python In Practice - 15 Projects to Master Python - Training the Model to Rate Reviews

Higher Ed
This video explains training the model to rate reviews.<br<br/>/>

This clip is from the chapter "Rating Bot" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the Rating Bot.
Instructional Video1:15
Curated Video

Python In Practice - 15 Projects to Master Python - The Object Class

Higher Ed
This video explains the Object class.<br<br/>/>

This clip is from the chapter "Inheritance" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on inheritance.