Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Convolution
This video demonstrates about convolution. 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
Python for Deep Learning - Build Neural Networks in Python - Data Pre-Processing
In this video, you will learn how data pre-processing works. 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 learn how...
Curated Video
Docker Certified Associate Certification Training Course - Demo - Change Storage Driver
This video demonstrates changing the storage driver. This clip is from the chapter "Docker Container Storage and Volumes" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains Docker...
Curated Video
PMI-RMP Certification Training - Latin Hypercube Stratified Sampling
This video explains Latin Hypercube stratified sampling. This clip is from the chapter "Perform Quantitative Risk Analysis" of the series "PMI-RMP® Certification Training".This section explains performing quantitative risk analysis.
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Securing Jenkins
This video explains securing Jenkins. This clip is from the chapter "Continuous Integration with Jenkins" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about continuous...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - First Page Class
This video explains the first page class. This clip is from the chapter "Implementing First Page Class" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn implementing the first page...
Curated Video
Python for Machine Learning - The Complete Beginners Course - K-Nearest Neighbors (KNN) Using Python
In this video, we will cover K-Nearest Neighbors (KNN) using Python. This clip is from the chapter "Classification Algorithms: K-Nearest Neighbors" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
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. This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This section focuses...
Curated Video
Python In Practice - 15 Projects to Master Python - Sets Built-In Functions
This video explains the sets built-in functions, how to use these functions, and basis sets operations. This clip is from the chapter "Sets" of the series "Python in Practice - 15 Projects to Master Python".This section explains sets.
Curated Video
Python In Practice - 15 Projects to Master Python - Reviews and Ratings Data to Create the Model
This video explains the reviews and ratings data to create the model. 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 - open( )
This video explains the open( ) function. 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 - Numbers in Python
This video explains the different types of numbers in Python, integers, floats, and complex numbers. This clip is from the chapter "Numeric Data Types" of the series "Python in Practice - 15 Projects to Master Python".This section...
Curated Video
Python In Practice - 15 Projects to Master Python - Mathematical Sets Operations
This video explains mathematical sets operations, how to perform union on sets, how to perform intersection on sets, how to perform difference on sets, and how to perform symmetric difference on sets. This clip is from the chapter "Sets"...
Curated Video
Python In Practice - 15 Projects to Master Python - Length Converter Applications
This video helps to create length converter applications. This clip is from the chapter "Applications with Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on applications with Python GUI.
Curated Video
Python In Practice - 15 Projects to Master Python - Lambda Functions
This video explains lambda functions and how to create lambda functions. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Curated Video
Python In Practice - 15 Projects to Master Python - issubclass( )
This video explains the issubclass( ) function. 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 - Data Cleaning
This video explains data cleaning. 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 - Creating a Function to Detect Faces and Show Them
This video explains creating a function to detect faces and show them. This clip is from the chapter "Face Recognition Model" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the face recognition...
Curated Video
Python In Practice - 15 Projects to Master Python - Creating a Duplicate List Elements Remover Function
This video explains the functions exercise to remove duplicates from a list. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Curated Video
Python In Practice - 15 Projects to Master Python - Button States
This video explains button states. 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 on python GUI.
Curated Video
Python In Practice - 15 Projects to Master Python - Arguments and Parameters
This video explains the difference between arguments and parameters, talks about the must arguments, and optional arguments or parameters. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to...
Curated Video
Python In Practice - 15 Projects to Master Python - Anaconda
This video talks about Anaconda. 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
The Ultimate Guide to Python Programming With Python 3.10 - Reading File
In this video, we will look at the “with†context manager to read files. This clip is from the chapter "File IO" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on the input and output...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - while Statements
You will learn about the while loop operation where a code executes until the condition holds true. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...