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 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 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...
Instructional Video3:56
Packt

Define artificial intelligence : AI, Machine Learning, Deep Learning Overview

Higher Ed
From the section: Introduction. In this section, the learner will be introduced to the environment and working of Keras and how to set it up to go coding. A very brief introduction along with an illustration will be given to deep...
Instructional Video19:49
Packt

Develop an AI system to solve a real-world problem : Building Artificial Neural Networks

Higher Ed
From the section: Predicting Sales with Supervised Learning. In this section, learners will use their first machine learning techniques, including Support Vector Machines and Artificial Neural Networks. These techniques will be applied...
Instructional Video6:52
Curated Video

Implement logical operations in a computer program : Logical Operators

Higher Ed
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. Logical operators are typically used with Boolean (logical) values. When they...
Instructional Video3:47
Curated Video

Describe computer programming : Basics of Python

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 walk you an overview about the Python. • Go to the Python.org...
Instructional Video14:26
APMonitor

MATLAB Nonlinear Optimization with fmincon

10th - Higher Ed
This step-by-step tutorial demonstrates fmincon solver on a nonlinear optimization problem with one equality and one inequality constraint. Visit http://apmonitor.com/che263/index.php/Main/MatlabOptimization for source code.
Instructional Video19:43
Curated Video

Evaluate a machine learning model : Evaluate Model Performance

Higher Ed
From the section: Regression. In this section, you are going to learn about Regression. Regression: Evaluate Model Performance