Instructional Video8:28
Fun Robotics

Working principle of Decision Tree

Higher Ed
Describes the working principle of a decision tree algorithm.
Instructional Video9:33
Packt

Training Versus Validating Dataset

Higher Ed
In this video, we will cover training versus validating dataset. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In...
Instructional Video10:10
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 4: Extract redundancies, create function and cleanup code

Higher Ed
Look at best, worst and average cases for complexity in more detail This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video2:39
Packt

Compare the breadth-first and depth-first search algorithms : Stack Data Structure

Higher Ed
From the section: Shortest Time Search (Depth First Search). Understand stack data structure by answering the questions. • What is a stack • What are examples of stack • How do stack operations—Insertion and deletion—operate Understand...
Instructional Video1:50
Fun Robotics

AutoDraw

Higher Ed
Explore AutoDraw and how it utilizes AI, and the reason for using Python
Instructional Video4:24
Curated Video

Complete Modern C++ - Parallel Algorithms - III

Higher Ed
This video explains why parallel algorithms cannot be used everywhere. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video9:11
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro

Higher Ed
Visual presentation and complexity analysis of the selection sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:37
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation

Higher Ed
Add ability to perform several runs of the functions under analysis and perform testing using additional functions and test cases This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series...
Instructional Video4:06
Curated Video

Predictive Analytics with TensorFlow 3.5: Getting Started with Tensorflow – Linear Regression and Beyond

Higher Ed
In this example, we will take a closer look at TensorFlow's and TensorBoard's main concepts and try to do some basic operations to get you started. The model we want to implement simulates the linear regression. • Create data into 2D space
Instructional Video4:27
Packt

Advanced Computer Vision Projects 1.3: Google Brain im2txt Captioning Model

Higher Ed
In this video, we look at the architecture behind Google Brains im2txt model. • View TensorFlow research Github page • Understand the connection between Inception for classification and LSTMs for caption generation
Instructional Video2:20
Packt

Bubble Sort Visualization

Higher Ed
This video focuses on bubble sort visualization. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.
Podcast4:12
KERA

What You Need to Know About Bitcoin

Pre-K - Higher Ed
Bitcoin is a type of digital currency that exists only on computers and allows people to conduct financial transactions online that allow users to send currency back and forth. Recently, Bitcoin has been making headlines for its role in...
Instructional Video7:02
Curated Video

C++ Standard Template Library in Practice - Input Iterators

Higher Ed
We want to learn what makes up an input iterator, and how to use it. • Learn what an input iterator can do • Learn what it takes to fulfill an input iterator contract • Go through a code example, showing how to use input iterators This...
Instructional Video4:01
de Dicto

Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi: Cognitive robotics

Higher Ed
What is cognitive robotics? How do you model human intelligence? Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi, Part 1
Instructional Video7:56
Curated Video

Multi-Paradigm Programming with Modern C++ - Going Functional

Higher Ed
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Instructional Video6:53
Curated Video

The AI Reproducibility Crisis: Why It Matters and What's Being Done About It

Higher Ed
This video discusses the reproducibility crisis in AI, where algorithms developed by one lab cannot be replicated by others due to various factors such as poor writing, unseen factors, and lack of access to original code. However,...
Instructional Video9:20
Curated Video

Feature Selection and Feature Engineering

Higher Ed
In this video, we will cover feature selection and feature engineering. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course +...
Instructional Video5:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 1

Higher Ed
Visual presentation and complexity analysis of the bubble sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video8:35
Curated Video

Bug Bounty Program Certification 11.4: Find Bugs in Coding Files and Break Algorithm

Higher Ed
This video will help you find algorithm and complete the task. • Analyze source code to find algorithm used • Find out encryption key • Complete the task to encrypt the string
Instructional Video2:25
Packt

Give appropriate attribution for externally sourced media or code : The dataset

Higher Ed
From the section: The MNIST example. In this section, we’ll see the MNIST example. The MNIST dataset is the “Hello, world” of machine learning, and deep learning in particular. We introduce the problem and describe its use as our first...
Instructional Video2:35
Brian McLogan

Multiplying two numbers both positive, 2 . 5

12th - Higher Ed
👉 You will learn how to multiply integers from one digit to multiple digits. When multiplying it is important to understand that multiplication is just repeated addition. However with multi-digit numbers we will follow a step by step...
Instructional Video5:24
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Cryptographic Attacks

Higher Ed
In this episode, Mike explains how encrypted information is at risk and explores ways to protect it. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification SY0-601: The Total Course".This section...
Instructional Video1:35
Brian McLogan

Learn how to subtract two decimals from each other

12th - Higher Ed
👉 You will learn how to add and subtract numbers in decimal form. When adding and subtracting decimals it is very important to align the decimal points and use zero as space holders. Then you will apply the operations just like we do in...
Instructional Video2:52
Curated Video

C++ 20 (2a) New Features - Rationale for Ranges

Higher Ed
Passing pair of iterators to algorithms makes them difficult to compose. Code that uses algorithms is verbose and does not facilitate functional programming. • Convert a pair of pointers to a range • Use constrained algorithms • Compose...