Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::gcd, and std::lcm
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::gcd, and std::lcm algorithm • Show how it works and explain the different versions available • Reinforce the lesson...
Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::accumulate
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::accumulate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::inner_product and std::iota
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::inner_product, and std::iota algorithm • Show how it works and explain the different versions available • Reinforce...
Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::partial_sum and std::adjacent_difference
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::partial_sum and std::adjacent_difference algorithm • Show how it works and explain the different versions available •...
Curated Video
Solving Mixed Number Multiplication Problems with the Standard Algorithm
In this video lesson, students learn how to solve mixed number multiplication problems using pictures and the standard algorithm. They are reminded of key concepts such as multiplication as equal groups, algorithms for multiplying whole...
Curated Video
High Performance Scientific Computing with C 1.4: Numerical Integration
How can we calculate integrals with a computer? How can we solve differential equations? • Calculate integrals with the trapezoid and Simpson’s rule • See how the error terms scale with different algorithms • Solve differential equations...
Curated Video
Machine Learning Random Forest with Python from Scratch - Categorical to Numeric Conversion
In a machine, it understands values in the form of numbers. You will learn how to convert non-numeric data to numeric without changing the feature of the value. This clip is from the chapter "Random Forest Step-by-Step" of the series...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Categorical to Numeric Conversion
In a machine, it understands values in the form of numbers. You will learn how to convert non-numeric data to numeric without changing the feature of the value. This clip is from the chapter "Random Forest Step-by-Step" of the series...
Curated Video
Multiplying Fractions with Fractions: Using an Algorithm to Solve Problems
In this video, students learn how to multiply fractions with fractions using a sequence of operations. The teacher explains the concept using visual representations and then introduces an algorithm to solve these problems more efficiently.
Kids Learning Videos
Tooth Brushing Song for Children
Tooth Brushing Song for Kids This is a fun brush your teeth song! This tooth brushing song teaches about oral health and healthy teeth. Your children can watch this video for two minutes while they brush their teeth, which is the...
Curated Video
Multi-Paradigm Programming with Modern C++ - Manipulating Data
Real-world programs manipulate data in numerous ways. You will need filtering, conversions, transformations, and so on. There is always a temptation to write a loop, but STL algorithms are preferable. • How many ways are there to write a...
APMonitor
Data Science 🐍 Prepare Data
Much of data science and machine learning work is getting clean data into the correct form. This may include data cleansing to remove outliers or bad information, scaling for machine learning algorithms, splitting into train and test...
TED Talks
TED: The mood-boosting power of crying | Kathy Mendias
Here's a talk about tears -- and why crying isn't something to be afraid or ashamed of. Exploring the science behind the mood-boosting power of crying, childbirth and lactation educator Kathy Mendias shows how tears can enhance your...
Packt
Create a computer vision system using decision tree algorithms to solve a real-world problem : Intro to Deep Learning and Tensorflow
From the section: Deep Learning and Tensorflow: Part 1. In this section, we’ll talk about what Deep Learning is, and how TensorFlow works at a low level. Deep Learning and Tensorflow: Part 1: Intro to Deep Learning and Tensorflow
Global Health with Greg Martin
Global Health 10 facts about HIV
This is a global health video blog providing 10 facts about HIV by Dr Greg Martin
Packt
Fundamentals of Neural Networks - Backward Propagation Through Time
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers. This clip...
Curated Video
Fundamentals of Neural Networks - Backward Propagation Through Time
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers. This clip...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Python Libraries for Machine Learning
In this video, we will cover Python libraries for machine learning. This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete Beginner's...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Sort and Order Numbers into an Array with JavaScript
In this video, you will go through the very common type of interview question asked to sort and order numbers into an array with JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Zach Star
The Mathematics of Signal Processing - The z-transform, discrete signals, and more
This video goes through an overview of what you would learn in a discrete time signals (or digital signal processing) course. Sampling, digital filters, the z-transform, and the applications of these are some of the things included. I...
Science360
How Does Climate Change Impact Natural Land Cover? - The Water Cycle
If climate change impacts the water cycle, then how can that in turn impact natural land cover, such as forests and grasslands?
Curated Video
Alteryx Advanced - Machine Learning Part 2
In this video, you will learn to use Alteryx Designer to build and train machine learning models, prepare data for machine learning, how to select appropriate algorithms and techniques, and evaluate model performance. This clip is from...
Curated Video
Alteryx Advanced - Machine Learning Part 1
This video introduces ML and its applications in data analytics, concepts of supervised and unsupervised learning, and how they can be used to build predictive models and provides an overview of the different algorithms and techniques...