Hi, what do you want to do?
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Hyperbolic Tangent Function
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...
<
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Hopfield Neural Network
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...
<
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Gradient Descent versus Stochastic Gradient Descent
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...
<
br/>
This clip is from the chapter "Gradient Descent Algorithm" of the series "Python for Deep Learning — Build Neural Networks in...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Fully Connected Layer
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...
<
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Feed-Forward and Back Propagation Networks
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...
<
br/>
This clip is from the chapter "Propagation of Information in ANNs" of the series "Python for Deep Learning — Build Neural Networks in...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Data Pre-Processing
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...
<
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Convolution Layer
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...
<
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Building the CNN Model
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...
<
br/>
This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Adding the Output Layer
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...
<
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Adding the Input Layer and the First Hidden Layer
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...
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Accuracy of the Model
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...
<
br/>
This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural...
Curated Video
Python In Practice - 15 Projects to Master Python - zip( )
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.
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Working with Images: Computer Vision
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...
<
br/>
This clip is from the chapter "Artificial Intelligence" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Curated Video
Python In Practice - 15 Projects to Master Python - Working with Images
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...
<
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...
Curated Video
Python In Practice - 15 Projects to Master Python - What Is Programming?
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...
<
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...
Curated Video
Python In Practice - 15 Projects to Master Python - What Are Classes and How to Create Them
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...
<
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Web Design: Stylizing Our html Tags with CSS
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...
<
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...
Curated Video
Python In Practice - 15 Projects to Master Python - vars( )
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.
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Variables
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...
<
br/>
This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This...
Curated Video
Python In Practice - 15 Projects to Master Python - Variable Names
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.
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.
Curated Video
Python In Practice - 15 Projects to Master Python - User-Defined Errors
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.
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Tuple Operations and Tuple Built-In Functions
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...
<
br/>
This clip is from the chapter "Tuples" of the series "Python in Practice - 15 Projects to Master Python".This...
Curated Video
Python In Practice - 15 Projects to Master Python - Training the Model to Rate Reviews
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.
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.
Curated Video
Python In Practice - 15 Projects to Master Python - The Object Class
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.
This clip is from the chapter "Inheritance" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on inheritance.