Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 3
This is third of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Image Processing Activity Solution
This is an activity solution video on image processing. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Converting an Image to Grayscale in Python
This video explains converting an image to grayscale in Python. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Curated Video
Practical Data Science using Python - Python Tuples
This video explains Python tuples. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
Practical Data Science using Python - Python Lists
This video explains Python lists. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
Practical Data Science using Python - Pandas Series 2
This video explains the various methods of accessing a series of objects. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
Practical Data Science using Python - Pandas DataFrame 5
This video explains the left outer join in dataframe. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
Practical Data Science using Python - Pandas DataFrame 3
This video explains how to manipulate data within your dataframes. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Screen Pre-Processing
This video talks about screen pre-processing. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Loading the Data
This video explains how to load the data. This clip is from the chapter "Trading Bot RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Trading Bot RL.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN What Is Loss Function Exercise Solution - 2
This is an exercise solution video on the Loss function in DNN. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Data Pre-Processing
In this video, you will learn about data pre-processing. This clip is from the chapter "Recommender System" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover the recommender system.
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. This clip is from the chapter "Tuples" of the series "Python in Practice - 15 Projects to Master Python".This section...
Curated Video
Python In Practice - 15 Projects to Master Python - Testing the Performance of the Model
This video helps in testing the performance of the model. This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on machine learning with Python.
Curated Video
Python In Practice - 15 Projects to Master Python - Slicing Values from Pandas Series
This video explains slicing values from Pandas series. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Curated Video
Python In Practice - 15 Projects to Master Python - Redefining the Built-In type( ) Function
This video explains the functions exercise to redefine the built-in type( ) in Python. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.