Instructional Video8:56
Curated Video

Modify a data structure : Big O Notation and Calculating the Runtime of a Function

Higher Ed
From the section: Linked Lists. Linked Lists: Big O Notation and Calculating the Runtime of a Function Linked Lists: Big O Notation and Calculating the Runtime of a Function
Instructional Video5:02
Curated Video

Predictive Analytics with TensorFlow 11.1: Reinforcement Learning

Higher Ed
Supervised and unsupervised learning appears at opposite ends of the spectrum, RL exists somewhere in the middle. We use reinforcement learning to discover a good sequence of actions to take the maximum expected rewards. We will also see...
Instructional Video3:10
Curated Video

The Sub1 Reloaded: The Fastest Robot to Solve a Rubik's Cube

K - 5th
Gerrit explains how the Sub1 robot uses on-board cameras to enable it to solve a Rubik's Cube in record-breaking time. Use to consider what information the cameras must capture and pass on in order for the cube to be solved.
Instructional Video13:07
Programming Electronics Academy

Introduction to User Defined Functions: Arduino Course 8

Higher Ed
A description of User Defined Functions in programming.
Instructional Video8:38
Curated Video

Describe an advanced data structure : Optimizing the Sieve of Eratosthenes

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video9:27
The Art Assignment

Do Machines Make Art? | The Art Assignment | PBS Digital Studios

9th - 12th
When art is generated by Artificial Intelligence, what or who can we call the artist? We look to art history to consider the long collaboration between humans and technology.
Instructional Video10:34
Zach Star

Today In Engineering (Episode 1)

12th - Higher Ed
This video covers just a few current events going on in engineering and computer science. The topics here include 1. Origami Algorithm 2. Algorithm to see around corners 3. Laser on Fighter Jet 4. Drones for Warehouse Product Search 5....
Instructional Video7:35
Zach Star

Books that All Students in Math, Science, and Engineering Should Read

12th - Higher Ed
These are some of my favorite books I have read lately that relate to students with an interest in math, science, and engineering. The list includes: 1. Physics of the Future 2. Algorithms to Live By 3. A Mind for Numbers 4. How Not to...
Instructional Video7:10
Curated Video

Describe computer programming : You Can Code! Part 1

Higher Ed
From the section: You can code!. This section will help you discover some interesting facts about coding. You can code!: You Can Code! Part 1 • Create a simple list with names and another with numbers • Explain the concept of indexing •...
Instructional Video12:56
Curated Video

Classification Versus Regression Versus Clustering Machine Learning Types

Higher Ed
In this video, we will cover classification versus regression versus clustering machine learning types. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure...
Instructional Video11:43
Global Health with Greg Martin

AI and Health

Higher Ed
Artificial Intelligence is being used in healthcare in an array of clinical settings. This video explores AI and Health in terms of the application of machine learning to diagnostic problems and long term clinical decision making through...
Instructional Video3:18
Packt

Course Introduction - Data Structures and Algorithms The Complete Masterclass

Higher Ed
This video introduces you to the course. This clip is from the chapter "Course Introduction" of the series "Data Structures and Algorithms: The Complete Masterclass".This section provides an introduction to the course.
Instructional Video1:58
Fun Robotics

AI Project Workflow

Higher Ed
Describes the general workflow of any AI project.
Instructional Video3:06
Science360

Next generation robotic legs for when the going gets rough

12th - Higher Ed
One of the major challenges in robotics is designing robots that can move over uneven, loose or unexpected terrain. With support from the National Science Foundation, computer engineer Luther Palmer and his team at the Biomorphic...
Instructional Video4:11
TLDR News

Office Work Automation: You Aren't Too Creative To Be Replaced

12th - Higher Ed
Over recent years we have seen more and more jobs being replaced by robotics. But what will happen when AI comes for white collar and office work? Are you really too creative to be replaced?
Instructional Video7:50
Fun Robotics

Content Based Recommender System

Higher Ed
Implementing the K-nearest neighbor algorithm to recommend a car based on customers' specifications.
Instructional Video6:56
Physics Girl

Are machines better at quantum physics than humans?

9th - 12th
Machine learning is an exciting and growing field of computer science. Physics is using machine learning in the field of quantum mechanics to learn about unusual phase transitions Video on Jabril's channel
Instructional Video8:18
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Control – Building a Very Simple Epsilon-Greedy Policy

Higher Ed
From the section: Model-Free Prediction and Control With Monte Carlo (MC). In this section, we will learn one of two improvements on DP – Monte Carlo, a method which does not require a model of the environment. We talk about a new...
Instructional Video3:59
Science360

From This...That! Basic Research to Bridge Sensors

12th - Higher Ed
Mehdi Kalantari Khandani at the University of Maryland has created a sensor system that constantly monitors different types of stresses on bridge structures and, when it detects anything unusual, alerts those who need to know. But...
Instructional Video4:36
Packt

Compare the breadth-first and depth-first search algorithms : Using Depth-First Search (DFS)

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Learn the...
Instructional Video3:24
Curated Video

Finding and Using the Multiplicative Inverse

K - 5th
In this video, you will learn how to find the multiplicative inverse of a number and use it to write equivalent expressions. The multiplicative inverse, also known as the reciprocal, is the number that, when multiplied by the original...
Instructional Video4:40
Curated Video

Solving Mixed Number Multiplication Problems with the Standard Algorithm

K - 5th
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...
Instructional Video5:09
Curated Video

Algorithmic Bias and the Apple Card: Examining Gender Discrimination in Credit Scoring

Higher Ed
This video discusses the issue of algorithmic bias in credit card approvals, specifically focusing on the recent controversy surrounding the Apple card. The video explains how historic data and machine learning algorithms can lead to...
Instructional Video4:19
Fun Robotics

Working Principle of KMeans Clustering

Higher Ed
Describes the working principle of a Kmeans algorithm.