Instructional Video0:44
Curated Video

Data

6th - 12th
A collection of pieces of information, organised and categorised for some purpose.
<

br/>

A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual...
Instructional Video4:35
Curated Video

Arithmetic Mean, Median and Mode

K - 8th
By the end of this learning object, the student will be able to: List Standard Deviants Teaching Systems4462
Instructional Video2:25
Curated Video

Collecting and Organizing Data

K - 8th
By the end of this learning object, the student will be able to: Define Standard Deviants Teaching Systems.4461
Instructional Video10:08
R Programming 101

Multiple regression: how to select variables for your model

Higher Ed
When doing linear regression, it is important to include right right variables in your model. Multiple regression differs from simple linear regression in that more than one explanatory variable is used in the model. Master variable...
Instructional Video12:17
R Programming 101

Multiple regression. How to deal with Outliers and Colliniarity

Higher Ed
When doing linear regression or multiple regression, your data may have outliers. Outliers are data points where the residual values are far from the model. In this video we explore how to identify outliers and discuss what to do when...
Instructional Video4:36
Curated Video

Mean Absolute Deviation MAD | 6.SP.3

9th - Higher Ed
Welcome to Math Defined! In this video, we're diving into the world of Mean Absolute Deviation (MAD) and exploring its importance in understanding data variability. Join us as we break down this fundamental statistical concept in a...
Instructional Video7:21
Science Buddies

Create an Urban Heat Island Profile Using ArcGIS Online

K - 5th
In this science project, you will explore Urban Heat Islands with ArcGIS Online and analyze surface type & air temperature relationships in your city.
Instructional Video13:08
Curated Video

Machine Learning: Random Forest with Python from Scratch - Labels and Features

Higher Ed
In this lesson, we will look at a target or label as output data and feature, a measurable property or characteristic of an element.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine...
Instructional Video4:44
Curated Video

Machine Learning: Random Forest with Python from Scratch - Outliers

Higher Ed
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Instructional Video4:16
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dataset

Higher Ed
In this lesson, we will dive into the hardcore process of machine learning and the fundamental elements used in machine learning, like datasets, training and testing data, outliers, models, and so on.
<
br/>
This clip is from the...
Instructional Video5:34
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing

Higher Ed
In this video, we will work on text preprocessing.
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk...
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers.
<
br/>
This clip is from the chapter "Natural Language Processing...
Instructional Video13:14
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings

Higher Ed
In this video, we will understand what embedding is.
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk...
Instructional Video5:49
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)

Higher Ed
In this video, we will work on a more conventional prediction called stock return.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Instructional Video12:06
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 1)

Higher Ed
In this video, we will understand why one-step prediction on stock price is misleading and unconventional.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Instructional Video4:06
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Image Classification (Code)

Higher Ed
In this video, you will learn how to preform RNN for image classification on the MNIST dataset.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video19:30
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Demo of the Long-Distance Problem

Higher Ed
In this video, we will understand how LSTMs work for resolving a long-distance problem.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Instructional Video9:21
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - A More Challenging Sequence

Higher Ed
In this video, you will learn how to preform time series prediction with a complex signal.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video11:14
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Time Series Prediction

Higher Ed
In this video, we will do the same forecasting exercise that we did with an autoregressive liner model, but with a simple RNN instead.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence...
Instructional Video12:05
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Autoregressive Linear Model for Time Series Prediction

Higher Ed
In this video, we will dive into coding and learn about the autoregressive linear model for time series prediction.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the...
Instructional Video16:04
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)

Higher Ed
In this video, you will learn to write Python code from scratch for financial analysis with ChatGPT using pairs trading strategies. This video will cover fundamental coding concepts such as data types, variables, loops, conditional...
Instructional Video13:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 2

Higher Ed
In this video, we will continue building our Todo list app by adding the ability to delete todos and update their status. We will also cover how to use the PUT and DELETE methods in Fetch and how to handle success and error...
Instructional Video5:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Concluding remarks

Higher Ed
In this video, we will look at the concluding remarks of the course and recap what we learned through the course, briefly.
<
br/>
This clip is from the chapter "Conclusion" of the series "Machine Learning: Random Forest with Python...
Instructional Video10:07
Curated Video

Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-2

Higher Ed
In this video, you will learn to implement the accuracy method to help determine our model's performance.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...