Instructional Video2:18
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Distribution of the Data

Higher Ed
In this video, you will learn distribution of the data.
<
br/>
This clip is from the chapter "Simple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover...
Instructional Video6:15
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - YOLO Training Data Generation

Higher Ed
This video explains about the YOLO training data generation.<br<br/>/>

This clip is from the chapter "YOLO" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on YOLO (You Only Live Once).
Instructional Video4:41
Curated Video

Machine Learning Random Forest with Python from Scratch - Leaf and Decision Node

Higher Ed
In this lesson, you will learn to create two classes, a leaf node and a decision node, with a constructor.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video4:28
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Grid Layout

Higher Ed
You will learn to use grids to create templates and layouts and add paddings around our widgets.
<
br/>
This clip is from the chapter "Tkinter" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video10:07
Curated Video

Python In Practice - 15 Projects to Master Python - Dice Roller

Higher Ed
This video helps to create a Dice Roller.<br<br/>/>

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.
Instructional Video14:42
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Checkbox Widgets

Higher Ed
This video explains creating checkbox widgets.
<
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...
Instructional Video7:37
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - RL Versus Other ML Frameworks

Higher Ed
This video demonstrates the difference between RL and other ML frameworks.
<
br/>
This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This...
Instructional Video4:33
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Methods: Clustering

Higher Ed
In this video, we will cover clustering.
<
br/>
This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Instructional Video5:49
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Unsupervised Learning

Higher Ed
In this video, we will cover unsupervised learning.
<
br/>
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...
Instructional Video6:46
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Classification Training Process and Prediction Probabilities

Higher Ed
In this video, we will cover classification training process and prediction probabilities.
<
br/>
This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning...
Instructional Video2:05
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Creating a Stacked Column Chart in Power BI

Higher Ed
This video demonstrates how to create a stacked column chart in Power BI.
<
br/>
This clip is from the chapter "Basic Charts in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section...
Instructional Video10:09
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Process of Learning from Data: Supervised Learning

Higher Ed
In this video, we will cover supervised learning.
<
br/>
This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video2:12
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Classification Prediction Probabilities Exercise

Higher Ed
In this video, we will cover classification prediction probabilities exercise.
<
br/>
This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video9:17
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Bokeh Multiplots Grid Plot Solution

Higher Ed
In this video, we will cover Bokeh Multiplots grid plot solution.
<
br/>
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...
Instructional Video4:22
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Updating Weights in Python

Higher Ed
In this video, you will learn how to update weights in Python.
<
br/>
This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper...
Instructional Video3:41
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Perceptron Training Part 3

Higher Ed
In this video, we will see what happens when the learning point is zero or closer to zero.
<
br/>
This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using...
Instructional Video5:30
Curated Video

Phythaforas' Theorem: Finding the Circumference of a Circle

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 1H Q6, which involves chords and diameter of a circle. Learners are given some information and they need to use the Pythagorean theorem and use the...
Instructional Video5:57
Brian McLogan

How to determine the similarity of three triangles by drawing the altitude

12th - Higher Ed
Learn about the geometric mean of numbers. The geometric mean of n numbers is the nth root of the product of the numbers. To find the geometric mean of n numbers, we first multiply the numbers and then take the nth root of the product.
Instructional Video7:32
Brian McLogan

How to determine the perimeter of a quadrilateral using distance formula of four points

12th - Higher Ed
๐Ÿ‘‰ Learn how to determine the figure given four points. A quadrilateral is a polygon with four sides. Some of the types of quadrilaterals are: parallelogram, square, rectangle, rhombus, kite, trapezoid, etc. Each of the types of...
Instructional Video7:09
Brian McLogan

Learn to solve a system of three equations

12th - Higher Ed
๐Ÿ‘‰Learn how to solve a system of three linear systems. A system of equations is a set of equations which are to be solved simultaneously. A linear equation is an equation whose graph is a straight line. The solution to a system of...
Instructional Video4:29
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Demo - Deployments

Higher Ed
In this video, we will see a demonstration on Deployments.
r/>
This clip is from the chapter "Kubernetes Concepts - Pods, ReplicaSets, Deployments" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this...
Instructional Video7:54
Curated Video

Introduction to Variables in Python

Pre-K - Higher Ed
In this video, the instructor introduces the concept of variables in Python programming. Variables are like imaginary boxes where you can store information and label them for easy reference. The video demonstrates how to create...
Instructional Video12:26
Curated Video

Concatenating Strings and Variables in Small Basic

Pre-K - Higher Ed
This video tutorial introduces viewers to programming in Small Basic, focusing on input, output, and concatenation of strings and variables. Viewers learn how to interact with the computer, store user input in variables, and manipulate...
Instructional Video1:13
Curated Video

Bootstrap 5 Course Build Responsive Websites Like a Pro - Floating Form with Bootstrap

Higher Ed
This video demonstrates the floating form with Bootstrap.<br<br/>/>

This clip is from the chapter "Bootstrap Forms" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on the Bootstrap Forms.