Instructional Video9:43
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 07 - Solution

Higher Ed
This video explains activity 07 - solution. This clip is from the chapter "Practice More with Arduino Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains more about Arduino pins.
Instructional Video19:39
Curated Video

Rust Programming Master Class from Beginner to Expert - Conditional If and Its Variants

Higher Ed
In this video, we will cover conditional if and its variants. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming...
Instructional Video14:05
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Lists

Higher Ed
This video explains about lists. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming with Python 3...
Instructional Video4:48
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Label Encoding Using Scikit-Learn

Higher Ed
In this video, you will learn how to work with label encoding using scikit-learn 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...
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. This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In...
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. 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...
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. This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
Instructional Video2:15
Curated Video

Python for Machine Learning - The Complete Beginners Course - Correlation Between the Most-Rated Movies

Higher Ed
In this video, you will learn about correlation between the most-rated movies. 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...
Instructional Video2:50
Curated Video

Python for Machine Learning - The Complete Beginners Course - 3D Visualization of the Predicted Values

Higher Ed
In this video, we will cover 3D visualization of the predicted values. 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 Video1:18
Curated Video

Python for Machine Learning - The Complete Beginners Course - 3D Visualization of the Clusters

Higher Ed
In this video, we will cover 3D visualization of the clusters. 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 Video2:23
Curated Video

Python for Machine Learning - The Complete Beginners Course - Repeating the Process for Another Movie

Higher Ed
In this video, you will learn how to repeat the process for another movie. 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 Video1:03
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation of K-Means Clustering in Python

Higher Ed
In this video, you will learn how to implement K-Means clustering in Python. 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...
Instructional Video1:29
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Splitting Data into Train and Test Sets - Classification Algorithms: Logistic Regression

Higher Ed
In this video, you will learn how to split data into train and test sets. This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Instructional Video2:37
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Results Prediction and Accuracy

Higher Ed
In this video, you will learn about results prediction and accuracy. 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,...
Instructional Video2:04
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Importing the KNN Classifier

Higher Ed
In this video, you will learn how to import the KNN classifier. 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,...
Instructional Video1:34
Curated Video

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

Higher Ed
In this video, you will learn how to import the dataset. 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 Video2:00
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Importing Libraries and Datasets - Classification Algorithms: Logistic Regression

Higher Ed
In this video, you will learn how to import libraries and datasets. This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Instructional Video4:15
Curated Video

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

Higher Ed
In this video, you will learn implementation in Python. 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 Video4:21
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Using IPython for Syntax Highlighting and Auto Suggestion in Scrapy Shell

Higher Ed
This video explains how to use Ipython to add syntax highlighting and auto-suggestions to the Scrapy shell. The speaker notes that while using the Scrapy shell, users miss the features of a specialized code editor such as automatic...
Instructional Video10:53
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Making Logging of Pipeline Information Dynamic

Higher Ed
This video shows how to make the logging of pipeline information dynamic. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to Metadata-Driven...
Instructional Video5:44
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy Structured Arrays Solution

Higher Ed
In this video, we will cover NumPy structured arrays solution. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video8:04
Curated Video

Graph Transformation

9th - 12th
This video shows the process for solving the problems presented in IGCSE A June 2018 paper 1H Q17, which covers graph transformation. It requires the learner to determine the minimum point of the curve for a given equation. It also asks...
Instructional Video9:05
Curated Video

Functions: The Basics, Composites, and Inverse Functions

9th - 12th
This video walks through solving a four-part question involving functions. The solution requires an understanding of the basics of functions, composite functions, inverse functions, and determining whether values are in the domain of a...
Instructional Video13:33
Curated Video

Solving Arithmetic Series Problems

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 2H Q23, which involves arithmetic series. Students will understand the properties of arithmetic series and how to calculate their sums. They will...