Instructional Video8:55
Curated Video

Create a machine learning model of a real-life process or object : Getting Started with TensorFlow 2.0

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 Video13:14
Curated Video

Discuss the importance of data : Classification tree in Python: Training

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 Video17:05
Curated Video

Describe the applications of artificial intelligence systems : Essential Math for ML and AI

Higher Ed
From the section: An Introduction to Machine Learning. In this section, we are introduced to Machine Learning. We learn about its types and applications. There will an explanation on AI versus ML. An Introduction to Machine Learning:...
Instructional Video7:02
Curated Video

Predictive Analytics with TensorFlow 1.1: The Course Overview

Higher Ed
This video will give you an overview about the course.
Instructional Video4:41
APMonitor

Mathematical Optimization with Python

10th - Higher Ed
This tutorial demonstrates how to solve a simple mathematical optimization problem with four variables, one objective function, one equality constraint, and an inequality constraint. The problem is solved with the APMonitor toolbox in...
Instructional Video10:26
APMonitor

Solve Nonlinear Equations with Excel

10th - Higher Ed
Microsoft Excel is used to solve a set of nonlinear equations with the Excel solver add-in.
Instructional Video8:25
Curated Video

Discuss the importance of data : Classification tree in Python: Preprocessing

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 Video14:39
Fun Robotics

Functions in Python

Higher Ed
Revision of python functions and describes the importance of a function in a program.
Instructional Video11:39
Curated Video

Create a machine learning model of a real-life process or object : Implementing a Multi Layer Perceptron (Artificial Neural Network)

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 Video7:04
Curated Video

Describe a neural network : Neural Network for Multiclass 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 Video13:30
APMonitor

Solve Nonlinear Equations with Microsoft Excel

10th - Higher Ed
The GRG (Generalized Reduced Gradient) solver in Excel can be used to solve sets of nonlinear equations. The nonlinear functions are input as cells and equation residuals are minimized. Functions can either be included as equality...
Instructional Video3:04
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Logistic Regression

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 Video17:49
APMonitor

Analyze Stock Data with Microsoft Excel

10th - Higher Ed
Visualization of data is a powerful method to see trends and make decisions. Microsoft Excel trending capabilities are tools to visualize large data sets, such as financial information on company performance.
Instructional Video9:32
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Logistic Regression 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 Video10:53
Curated Video

Describe the applications of artificial intelligence systems : What is Machine Learning?

Higher Ed
From the section: An Introduction to Machine Learning. In this section, we are introduced to Machine Learning. We learn about its types and applications. There will an explanation on AI versus ML. An Introduction to Machine Learning:...
Instructional Video13:06
Paul Marriott

Programming 3 LEDs w/Tinkercad Circuits (Web-Based Arduino Simulator)

9th - 12th
Using Autodesk's free Tinkercad Circuits online web app you can build and code a virtual Arduino circuit with 3 LEDs, resistors, Arduino Uno microcontroller and a half breadboard. Block-based coding tools are also provided. This is a...
Instructional Video1:40
Curated Video

Ensemble Machine Learning Techniques 2.5: Ensemble Learning for Regression

Higher Ed
In this video, we will use python to write a simple ensemble learning model for Regression. • We will use Jupyter Notebook to execute our code • Use of Height vs weight to demonstrate the ensemble technique • Use different models instead...
Instructional Video26:28
R Programming 101

T-test and interpreting P values using R Programming

Higher Ed
This video explains how to use a t-test and interpret the p value using R programming. If you are doing data analysis or interested in data science, then you'll need to learn how to do statistical analysis. Statistics and statistical...
Instructional Video8:07
Curated Video

Predictive Analytics with TensorFlow 6.4: TF-IDF Model for Predictive analytics

Higher Ed
TF-IDF measures how important a word is in a document or in a collection of documents. It is used extensively in informational retrieval and reflects the weight of the word in the document, frequency and the inverse document frequency. •...
Instructional Video8:59
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : What is Machine Learning?

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 Video11:00
Programming Electronics Academy

Functions Overview: Arduino Course 3.5

Higher Ed
An overview of what programming functions are and how they work.
Instructional Video1:39
Curated Video

Discuss the importance of data : The Data set for Classification problem

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 Video4:32
Curated Video

Describe a neural network : Neural Network for Regression

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 Video15:35
APMonitor

Nonlinear Regression in MATLAB

10th - Higher Ed
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the MATLAB APMonitor toolbox. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared...