Instructional Video0:52
Curated Video

Python for Machine Learning - The Complete Beginners Course - Introduction - Optional: Setting Up Python and ML Algorithms Implementation

Higher Ed
In this video, we will get a quick section introduction about the process of setting up the Python environment and implementing ML algorithms that will be covered in the upcoming videos. This clip is from the chapter "Optional: Setting...
Instructional Video0:51
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation Steps

Higher Ed
In this video, you will learn the implementation steps. This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will...
Instructional Video0:50
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Importing Required Libraries

Higher Ed
In this video, you will learn how to import the required libraries. 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...
Instructional Video0:26
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Feature Scaling

Higher Ed
In this video, you will learn about feature scaling. 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 section, we will...
Instructional Video0:35
Curated Video

Python for Machine Learning - The Complete Beginners Course - Exploring the Dataset

Higher Ed
In this video, you will learn how to explore the dataset. This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will...
Instructional Video7:06
Curated Video

Machine Learning Random Forest with Python from Scratch - Past, Present, and Future of Machine Learning

Higher Ed
This lecture illustrates why machine learning has started evolving recently and the future that beholds machine learning. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with...
Instructional Video9:29
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Loading and Understanding the Environment

Higher Ed
This video explains about loading and understanding the environment. This clip is from the chapter "Stable Baselines Cartpole Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses...
Instructional Video26:59
Curated Video

Probability Statistics - The Foundations of Machine Learning - Applying Entropy - Coding Decision Trees for Machine Learning

Higher Ed
In this video, you will learn how to apply Entropy by coding decision trees for machine learning. This clip is from the chapter "Applications to the Real World" of the series "Probability / Statistics - The Foundations of Machine...
Instructional Video4:08
Curated Video

Data Structures and Algorithms The Complete Masterclass - Performance Analysis

Higher Ed
This video explains the concept of performance analysis in data structure. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you...
Instructional Video3:27
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 13 - Autowiring in Depth - @Qualifier Annotation

Higher Ed
This video demonstrates how to work with the @Qualifier annotation. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Instructional Video8:38
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Diffie Hellman Algorithm

Higher Ed
In this video, we'll learn about the Diffie Hellman algorithm. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Instructional Video4:36
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - How TLS Session is Established

Higher Ed
In this video, we'll learn how TLS session is established. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Instructional Video0:52
Curated Video

Python for Machine Learning - The Complete Beginners Course - Merging Datasets into One Dataframe

Higher Ed
In this video, you will learn how to merge datasets into one dataframe. 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...
Instructional Video3:03
Curated Video

Python for Machine Learning - The Complete Beginners Course - Importing the Dataset

Higher Ed
In this video, you will learn how to import the dataset. This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about clustering.
Instructional Video9:42
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Shift Scale Rotation Invariance

Higher Ed
This video explores shift scale rotation invariance. This clip is from the chapter "Object Detection" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the methods of object detection.
Instructional Video11:01
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - DNN Training Parameters

Higher Ed
This video explains the DNN training parameters. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep...
Instructional Video1:04
Curated Video

Python for Machine Learning - The Complete Beginners Course - Introduction to Classification

Higher Ed
In this video, we will have a quick introduction to classification. 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...
Instructional Video4:15
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Gradient Descent Exercise Solution

Higher Ed
In this video, we will cover DNN gradient descent exercise solution. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video3:42
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: Training DNN Animation

Higher Ed
In this video, we will cover training DNN animation. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video4:44
Curated Video

Machine Learning Random Forest with Python from Scratch - Outliers

Higher Ed
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Instructional Video5:31
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Pros and Cons

Higher Ed
This video talks about the pros and cons of SARSA. This clip is from the chapter "SARSA (State–Action–Reward–State–Action)" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on SARSA...
Instructional Video4:53
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Section 1 and 2 Quiz

Higher Ed
This video presents quick quiz questions to test what you have learned from sections 1 and 2. This clip is from the chapter "Setting up of the Lab Environment and Course Resource" of the series "Dive Into Ansible - From Beginner to...
Instructional Video8:26
Curated Video

Complete Modern C++ - Lambda Expressions Capture List - Part I

Higher Ed
This video introduces the capture list. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda expressions.
Instructional Video7:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Java Modularization - 01 - Building Service and Consumer

Higher Ed
In this lesson, we will build a simple application with modularization. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the...