Instructional Video11:09
Crash Course

Supervised Machine Learning - Crash Course Statistics

12th - Higher Ed
We've talked a lot about modeling data and making inferences about it, but today we're going to look towards the future at how machine learning is being used to build models to predict future outcomes. We'll discuss three popular types...
Instructional Video9:28
Curated Video

Statistics & Mathematics for Data Science and Data Analytics - Logistic Regression

Higher Ed
This video will look at logistic regression in detail, mainly used for classification problems with one or multiple independent variables.
Instructional Video15:44
Science Buddies

Classify Spam Emails with Natural Language Processing (NLP): A Python Coding Tutorial

K - 5th
Build your own spam detector using NLP techniques to identify common words in spam emails.
Instructional Video9:31
Curated Video

10 Math Concepts for Programmers

12th - Higher Ed
Learn 10 essential math concepts for software engineering and technical interviews. Understand how programmers use mathematics in fields like AI, game dev, crypto, machine learning, and more.
Instructional Video16:03
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 2)

Higher Ed
In this continuation video, explore the recommended order of taking the lessons in this learning program and how they are designed to provide a cohesive learning experience. This video will help you plan your learning effectively and...
Instructional Video11:17
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)

Higher Ed
In this video, we will see the recommended order of taking the lessons offered in this learning program, the logical progression of the course, and the optimal order to take the courses to maximize our learning and understanding 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:17
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Custom Model Training Using Web Console

Higher Ed
In this lab video, you will learn how to use the Vertex AI web console to create a custom machine learning model by training it with your own dataset.
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of...
Instructional Video10:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine

Higher Ed
This is a lab video on deploying training code to App Engine.
<
br/>
This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section...
Instructional Video24:49
Curated Video

Fundamentals of Neural Networks - Lab 2 - Sequence to Sequence Stock Candlestick Forecast

Higher Ed
This video demonstrates sequence-to-sequence stock candlestick forecast.
<
br/>
This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with...
Instructional Video15:25
Curated Video

Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification

Higher Ed
This video demonstrates how to design a recurrent neural network or RNN.
<
br/>
This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with...
Instructional Video18:00
Curated Video

Fundamentals of Neural Networks - Lab 4 - Transfer Learning

Higher Ed
This video demonstrates transfer learning.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you will start...
Instructional Video16:55
Curated Video

Fundamentals of Neural Networks - Lab 3 - Deep CNN

Higher Ed
This video demonstrates a deeper CNN, where you will build a much bigger number of trainable parameters.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video21:13
Curated Video

Fundamentals of Neural Networks - Lab 2 - Introduction to CNN

Higher Ed
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series...
Instructional Video6:02
Curated Video

Fundamentals of Neural Networks - Bi-Directional RNN

Higher Ed
Bidirectional recurrent neural networks (BRNN) connect two hidden layers of opposite directions to the same output. BRNNs are especially useful when the context of the input is needed. For example, in handwriting recognition, the...
Instructional Video9:34
Curated Video

Fundamentals of Neural Networks - Long Short-Term Memory (LSTM)

Higher Ed
Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture used in the field of deep learning. LSTM networks are well-suited to classifying, processing, and making predictions based on time series data...
Instructional Video9:38
Curated Video

Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)

Higher Ed
Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets.
<
br/>
This clip is from the chapter "Recurrent...
Instructional Video9:32
Curated Video

Fundamentals of Neural Networks - Backward Propagation Through Time

Higher Ed
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers.
<
br/>...
Instructional Video11:23
Curated Video

Fundamentals of Neural Networks - Forward Propagation in RNN

Higher Ed
The forward propagation in an RNN makes a few assumptions: 1) We assume the hyperbolic tangent activation function for the hidden layer. 2) We assume that the output is discrete as if the RNN is used to predict words or...
Instructional Video10:33
Curated Video

Fundamentals of Neural Networks - Language Processing

Higher Ed
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information.
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...
Instructional Video6:56
Curated Video

Fundamentals of Neural Networks - Why Use RNN

Higher Ed
A Recurrent neural network is a type of artificial neural network commonly used in speech recognition and natural language processing. Recurrent neural networks recognize data's sequential characteristics and use patterns to predict...
Instructional Video0:57
Curated Video

Fundamentals of Neural Networks - Welcome to RNN

Higher Ed
This video explains recurrent neural networks and why we want to use RNN.
<
br/>
This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with...
Instructional Video8:09
Curated Video

Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional

Higher Ed
This video demonstrates convolutional operations in 1-dimension.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural...
Instructional Video8:33
Curated Video

Fundamentals of Neural Networks - Residual Network

Higher Ed
Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously.
<
br/>
This clip is from the chapter...