Crash Course
Intro to Algorithms: Crash Course Computer Science
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...
TED Talks
TED: The future of digital communication and privacy | Will Cathcart
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...
TED Talks
Alexander Tsiaras: Conception to birth -- visualized
Image-maker Alexander Tsiaras shares a powerful medical visualization, showing human development from conception to birth and beyond. (Some graphic images.)
Crash Course
Humans and AI Working Together
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - STL - ALGORITHM
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...
Curated Video
Do American Possibilities Include AI? | A White House Demo Day Vlog
Do American Possibilities Include AI? | A White House Demo Day Vlog
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 3 Objectives
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...
Curated Video
How Algorithms Change the World
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Let's Introduce Machine Learning
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - ChatGPT Knows Who I Am
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Project Scope
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Course Outline and Projects
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Clustering
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Classification versus Regression
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Types of Learning
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is Unit Testing?
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Introduction and What Are Algorithms?
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Automate a Company Website with Correct Formatting in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Follow Along and Do Exercises in This Course - CodeSandbox
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Cryptographic Functions
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....
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing Comparator
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.
Curated Video
Home of the Future: The Rise of Domestic Robots
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern
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.