Instructional Video6:07
Packt

routing protocols : EIGRP - advanced distance vector routing protocol and Administrative Distance

Higher Ed
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: EIGRP - advanced distance vector...
Instructional Video13:21
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Decision Trees In Action

Higher Ed
From the section: Machine Learning: Part 1. In this section, we’ll learn how machine learning works, and how it fits in with the world of AI and deep learning. And learn to train, test and validate the data using K-fold cross-validation....
Instructional Video7:37
Pitsco Education

Code Cube Lesson 9: Animated Displays

9th - 12th
In this lesson, you will learn how to make your Code Cube display animations with sounds with different movements.
Instructional Video15:55
Institute for New Economic Thinking

Legal Evil

Higher Ed
From feudal land rights to intellectual property in the modern era, lawyers have been battling over capital for centuries. Typically leveraging social resources to generate and protect private wealth. Katharina Pistor (Columbia...
Instructional Video5:12
Curated Video

Describe computer programming : Variables and Data Types

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview of the variables and data types. • Create...
Instructional Video17:51
APMonitor

Regression with MATLAB fmincon

10th - Higher Ed
A frequent activity in data science and machine learning is to develop correlations from data. By importing the data into MATLAB, data analysis such as statistics, trending, or calculations can be made to synthesize the information into...
Instructional Video2:56
Curated Video

Ensemble Machine Learning Techniques 2.1: Problems that Ensemble Learning Solves

Higher Ed
This video talks about the advantages of using ensemble learning. • Define what is Bias, variance • Define what is Bias-Variance tradeoff • Look at the Advantage of using ensemble learning
Instructional Video12:16
Packt

Compare the breadth-first and depth-first search algorithms : Example - A Simple Puzzle Game

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. Solve the...
Instructional Video7:35
APMonitor

MATLAB User Defined Custom Functions

10th - Higher Ed
User-defined functions are routines in MATLAB that typically input data or arguments, perform custom calculations, and return one or multiple results. This introduction to functions is part of the programming course for engineers at...
Instructional Video8:31
Curated Video

High Performance Scientific Computing with C 2.2: Algorithm Complexity and Performance

Higher Ed
How does the design of our programs affect their speed and accuracy? • Learn about floating-point round-off error • Learn about computational complexity • Examine the divide-and-conquer design approach
Instructional Video9:12
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Creating a Bandit with 4 Arms Using Python and Numpy

Higher Ed
From the section: The Multi-Armed Bandit. In this section, we will learn about the basics and look at one of the most foundational concepts in Reinforcement Learning – The Multi-Armed Bandit We construct a model of a MAB environment from...
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 Video4:47
Pitsco Education

Code Cube Lesson 7: Riddled

9th - 12th
In this lesson, you will learn how to make your Code Cube a prompting device for riddles.
Instructional Video8:40
APMonitor

Solve Nonlinear Equations with Python

10th - Higher Ed
This tutorial demonstrates how to set up and solve a set of nonlinear equations in Python using the SciPy Optimize package.
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 Video4:36
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Running the Blackjack Environment From the OpenAI Gym

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 Video11:37
Curated Video

Predictive Analytics with TensorFlow 6.3: Using BOW for Predictive Analytics

Higher Ed
In this video, we will see how to perform a bit more complex predictive analytics using the bag-of-words concept of NLP with TensorFlow. At first, we will formalize the problem, and then will explore the dataset that will be used....
Instructional Video6:52
Curated Video

Describe a neural network : Neural Network for Binary Classifications

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video5:24
Packt

Introduction to computer hardware and software : New Installation - First Drive

Higher Ed
From the section: Implementing Mass Storage. Here, we learn to implement mass storage. A brand-new system doesn’t have a bootable drive with an installed operating system. In this episode you will go through the process of setting up an...
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 Video4:40
Curated Video

Cloud Native Development on Azure with Java 3.1: Security Features of an Azure Web Application

Higher Ed
Security is a very important aspect of any application. In this video, we will go through the process of securing our cloud-native application, which we created in the previous section. • Explore the security features • Learn about the...
Instructional Video3:55
Packt

Use different data types : Exploring Python Data Types

Higher Ed
From the section: NumPy Fundamentals in Python. Every programming language is different. You will cover fundamentals in order to get familiar with the Python environment needed for NumPy. You will learn to work with numbers, lists,...
Instructional Video6:11
Curated Video

Use a real-life example of an AI system to discuss some impacts of cyber attacks : Most Common AI Solutions and Threats

Higher Ed
From the section: Build a Threat Model and Learn Different Attacks on AI. In this section, you will create a high-level threat model for AI solution to choose the right priorities against various threats. The aim of this video is to give...
Instructional Video2:38
Curated Video

Design test cases to verify a computer program : Testing for Errors

Higher Ed
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video explains how to test for errors in Python.