Instructional Video5:44
Curated Video

Predictive Analytics with TensorFlow 2.3: Using Information Theory in Predictive Modeling

Higher Ed
This video will first explain you the information theory. We will then see types of entropy. We will use the information theory in Python. • Study the different types of entropy • Use information theory in Python
Instructional Video8:24
Curated Video

routing protocols : Types of Routing Protocols -Distance Vector, Link State

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: Types of Routing Protocols -Distance...
Instructional Video28:17
APMonitor

Symbolic Manipulation in Python

10th - Higher Ed
The SymPy package computes symbolic solutions to simplify, expand, factor, differentiate, integrate, and solve equations. These problems cover a range of SymPy functions.
Instructional Video7:09
Curated Video

Create a machine learning model of a real-life process or object : Putting It All Together in a Professional Way

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a good...
Instructional Video8:53
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Understanding Reinforcement Learning Algorithms

Higher Ed
From the section: Getting Started With Reinforcement Learning Using OpenAI Gym. In this section, we will introduce the basics of the reinforcement learning problem, and explain how OpenAI gym helps with developing and research solutions...
Instructional Video6:04
Curated Video

Discuss the importance of data : Test-Train split in Python

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Instructional Video21:31
Curated Video

Predictive Analytics with TensorFlow 10.1: Recommendation Systems

Higher Ed
Recommendation systems is a subclass of information filtering system that helps predict the "rating" or "preference" based on the rating provided by users of an item. We will also see collaborative filtering and content-based filtering...
Instructional Video12:48
Cerebellum

The Human Body Major Systems & Organs - Genetics And The Digestive System

9th - 12th
The human body is a wondrously complex machine made of flesh, bone, muscles, organs, blood vessels and highly specialized systems that function together to sustain life. This fascinating third part of The Human Body series examines the...
Instructional Video6:06
Curated Video

Discuss the importance of data : Classification tree

Higher Ed
From the section: Simple Classification Tree. This section we will expand our knowledge of regression Decision tree to classification trees, we will also learn how to create a classification tree in Python. Simple Classification Tree:...
Instructional Video3:47
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : The Course Overview

Higher Ed
From the section: Getting Started With Reinforcement Learning Using OpenAI Gym. In this section, we will introduce the basics of the reinforcement learning problem, and explain how OpenAI gym helps with developing and research solutions...
Instructional Video1:57
Pitsco Education

Getting Started With Code Cube

9th - 12th
Meet Code Cube, a codeable wearable device with a rechargeable lithium battery built in. The screen is made up of sixty-four pixel LED lights. In the box, you'll find one Code Cube, a micro USB cable, and one slap band. This elementary...
Instructional Video10:23
Curated Video

Predictive Analytics with TensorFlow 7.1: Deep Learning for Better Predictive Analytics

Higher Ed
DL is a branch of ML based on a set of algorithms that attempt to model high-level abstractions in data. In this video, we will see artificial neural networks and deep neural networks. We will also see deep neural networks architecture....
Instructional Video19:41
Wonderscape

Great Careers: How to Become a Computer Programmer

K - 5th
This video is an introduction to the world of computer programming. It explains what computer programmers do, the different coding languages they use, and the various career opportunities available in the field. It also provides...
Instructional Video4:48
Curated Video

Predictive Analytics with TensorFlow 11.3: Developing a Stock Price Predictive Model

Higher Ed
An emerging area for applying is the stock market trading, where a trader acts like a reinforcement agent since buying and selling particular stock changes the state of the trader by generating profit or loss, that is, reward. • Define...
Instructional Video11:50
Curated Video

Predictive Analytics with TensorFlow 7.3:Using Multilayer Perceptrons for Predictive Analytics

Higher Ed
For this video, we will be using bank marketing datasets. The data is related to direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. We will do predictive analytics using...
Instructional Video4:06
Curated Video

Use a real-life example of an AI system to discuss some impacts of cyber attacks : Categories of ML Tasks and Attacks

Higher Ed
From the section: Security Test Using Adversarial Attack. In this section, you will test any AI system against the latest attacks with the help of simple tools. The aim of this video is to demonstrate that all approaches to solving...
Instructional Video4:17
Curated Video

Predictive Analytics with TensorFlow 6.1: NLP Analytics Pipelines

Higher Ed
This video will explain us the general purpose of machine learning and also explain the workflow of predictive analytics. • Understand the workflow of predictive analytics in machine learning
Instructional Video4:56
Curated Video

Describe cyber attacks that could affect a computer system or network : Network Vulnerability Test Scope and Process

Higher Ed
From the section: Introducing Network Security. This section provides Information about Overview of Network security, Test scope of Networks. It also includes Installation Procedure of Virtual Machines. For example: Kali Linux...
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 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 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 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 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...