Instructional Video54:11
APMonitor

Classification and Regression: Concrete Strength

10th - Higher Ed
This case study is to determine the factors (inputs) that have correlation to the concrete compressive strength (output). 0:00 Introduction 2:35 Download Jupyter Notebook 4:00 Import Machine Learning Packages and Data 7:33 Part 1: Data...
Instructional Video11:02
R Programming 101

Linear regression using R programming

Higher Ed
Simple linear regression models using R programming doesn't need to be scary. This video will take you through the basics of how to interpret linear regression results and the code needed to do the regression models. If you are learning...
Instructional Video5:59
Curated Video

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

Data Science and Machine Learning with R - Linear Regression: A Simple Model Introduction

Higher Ed
This video explains a simple linear regression model. This clip is from the chapter "Linear Regression: A Simple Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains...
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 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 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 Video52:49
Curated Video

Data Science and Machine Learning with R - Linear Regression in R - Real Model

Higher Ed
This video explains linear regression in R. This clip is from the chapter "Linear Regression - a Real Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains a real model...
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
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 Video46:46
Curated Video

Data Science and Machine Learning with R - Introduction to Machine Learning Part Two

Higher Ed
This video explains the different approaches in machine learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section...
Instructional Video37:48
Curated Video

Data Science and Machine Learning with R - Introduction to Logistic Regression

Higher Ed
This video introduces you to logistic regression. This clip is from the chapter "Logistic Regression" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains logistic regression.
Instructional Video32:04
Curated Video

Data Science and Machine Learning with R - Linear Regression - Real Model Section Introduction

Higher Ed
This video explains linear regression – a real model. This clip is from the chapter "Linear Regression - a Real Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains a...
Instructional Video14:48
Global Health with Greg Martin

R programming for beginners – statistic with R (t-test and linear regression) and dplyr and ggplot

Higher Ed
In this video I provide a tutorial on some statistical analysis (specifically using the t-test and linear regression). I also demonstrate how to use dplyr and ggplot to do data manipulation and data visualisation. Its R programming for...
Instructional Video32:18
APMonitor

Data Science 🐍 Regression

10th - Higher Ed
Regression is the process of adjusting model parameters to fit a prediction to measured values. There are independent variables as inputs to the model to generate the predictions. For machine learning, the objective is to minimize a loss...
Instructional Video7:23
Catalyst University

Non-linear Regression Analysis in Microsoft Excel

Higher Ed
Non-linear Regression Analysis in Microsoft Excel
Instructional Video11:49
Curated Video

Data Science Tutorial: How Does Outbreak Prediction Work?

Higher Ed
This video tutorial discusses outbreak prediction using AI and data science, focusing on the current COVID-19 pandemic. The tutorial covers topics such as exponential growth models, the SIR model, and the importance of flattening the...
Instructional Video8:55
APMonitor

Linear and Polynomial Regression in MATLAB

10th - Higher Ed
Data regression is an empirical method to develop correlations. This tutorial demonstrates how to use MATLAB to fit a line and polynomial functions along with plotting the results and performing a basic statistical analysis.
Instructional Video13:52
Fun Robotics

Salary Prediction Model

Higher Ed
Training a regression model to predict candidates' salaries using a linear regression algorithm.
Instructional Video5:45
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Linear 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 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 Video8:42
Catalyst University

The Dixon Q-test | When to Discard Outliers in Your Data

Higher Ed
In this video, I show you how to perform a Dixon Q-test on a data set, and how to interpret the Q-values for discarding a data point.
Instructional Video5:55
Catalyst University

Dixon-Q Test [Example #2]

Higher Ed
In this video, we do a sample problem for the Dixon-Q test.
Instructional Video3:11
Curated Video

Statistics for Data Science and Business Analysis - A4. No Autocorrelation

Higher Ed
In this video, the fourth assumption of OLS, no autocorrelation, is explained. This clip is from the chapter "Assumptions for Linear Regression Analysis" of the series "Statistics for Data Science and Business Analysis".This section...