Instructional Video11:06
Crash Course

Intro to Algorithms: Crash Course Computer Science

12th - Higher Ed
Algorithms are the sets of steps necessary to complete computation - they are at the heart of what our devices actually do. And this isn’t a new concept. Since the development of math itself algorithms have been needed to help us...
Instructional Video13:30
TED Talks

TED: The future of digital communication and privacy | Will Cathcart

12th - Higher Ed
People send 100 billion WhatsApp messages every day -- and they're all encrypted to protect them from potentially curious entities like companies, governments and even WhatsApp itself. With our increased reliance on digital communication...
Instructional Video9:34
TED Talks

Alexander Tsiaras: Conception to birth -- visualized

12th - Higher Ed
Image-maker Alexander Tsiaras shares a powerful medical visualization, showing human development from conception to birth and beyond. (Some graphic images.)
Instructional Video9:55
Crash Course

Humans and AI Working Together

12th - Higher Ed
There’s been a lot of discussion about how automation is going to take people’s jobs and we don’t want to downplay that real impact, but today we’re going to focus on the benefits of humans and AI working together. Human-AI teams allow...
Instructional Video7:20
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - ALGORITHM

Higher Ed
In this video, you will learn about algorithm standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard...
Instructional Video17:47
Curated Video

Do American Possibilities Include AI? | A White House Demo Day Vlog

Higher Ed
Do American Possibilities Include AI? | A White House Demo Day Vlog
Instructional Video5:29
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 3 Objectives

Higher Ed
In this video, we will cover the learning objective of this module. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Instructional Video3:27
Curated Video

How Algorithms Change the World

6th - 12th
What are algorithms, and how do they dictate human behaviour? Helpful and often life-saving functions, algorithms are shaping our lives more and more as they become increasingly complex. Maths - Algebra A Twig Math Film. Reinforce and...
Instructional Video7:24
Curated Video

Machine Learning: Random Forest with Python from Scratch - Let's Introduce Machine Learning

Higher Ed
This brief video outlines machine learning, its importance, and how it can be used in various applications to make life easier. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Instructional Video16:04
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)

Higher Ed
In this video, you will learn to write Python code from scratch for financial analysis with ChatGPT using pairs trading strategies. This video will cover fundamental coding concepts such as data types, variables, loops, conditional...
Instructional Video7:49
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - ChatGPT Knows Who I Am

Higher Ed
In this intriguing video, the author explores the capabilities of ChatGPT and adapts and personalizes its responses to our unique style and preferences into how ChatGPT can leverage data and insights about our priority for more...
Instructional Video4:28
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Project Scope

Higher Ed
In this video, we will explore the course scope covered, including the key concepts, techniques, and tools utilized to complete the learning process, giving a clear roadmap for learning about using ChatGPT in financial analysis with...
Instructional Video7:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Course Outline and Projects

Higher Ed
In this video, we will provide an overview of the course outline and the projects we will build. We will discuss the various sections of the course and what you can expect to learn from each one. Additionally, we will showcase the...
Instructional Video4:51
Curated Video

Machine Learning: Random Forest with Python from Scratch - Clustering

Higher Ed
In this lesson, you will learn about an unsupervised branch of learning called clustering, which involves grouping elements with no labels to classify them. This clip is from the chapter "Introduction to Machine Learning" of the series...
Instructional Video6:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Classification versus Regression

Higher Ed
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:38
Curated Video

Machine Learning: Random Forest with Python from Scratch - Types of Learning

Higher Ed
Here, we will understand the learning types, including supervised and unsupervised machine learning algorithms. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python...
Instructional Video3:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is Unit Testing?

Higher Ed
In this video, we will explain what unit testing is and why it's important. We will talk about the benefits of unit testing, the difference between unit testing and other types of testing, and the principles of good unit testing. This...
Instructional Video2:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction and What Are Algorithms?

Higher Ed
In this video, we will introduce the concept of algorithms and why they are important in programming. We will discuss what an algorithm is, the different types of algorithms, and why it's crucial to have good algorithms in software...
Instructional Video3:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
This is an exercise video where you will automate a company website with correct formatting in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero...
Instructional Video2:44
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Follow Along and Do Exercises in This Course - CodeSandbox

Higher Ed
This video will help you understand how to follow along and do exercises in this course, especially in the CodeSandbox IDE. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero...
Instructional Video4:55
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Cryptographic Functions

Higher Ed
In this video, we will be discussing cryptographic functions in Solidity. Cryptographic functions play a critical role in securing smart contracts and ensuring that data transmitted over the blockchain is kept private and tamper-proof....
Instructional Video6:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing Comparator

Higher Ed
In this video, we will continue our exploration of sorting List and ArrayList in Java and learn how to provide more flexibility by implementing the Comparator interface.
Instructional Video6:37
Curated Video

Home of the Future: The Rise of Domestic Robots

6th - Higher Ed
Explore how new technologies are making household chores a thing of the past. From robot vacuum cleaners to automated cat litter boxes, discover the machines designed to save us time and effort. These innovations promise a future where...
Instructional Video3:53
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern

Higher Ed
This video talks about the pros and cons of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.