Hi, what do you want to do?
Crash Course
Supervised Machine Learning - Crash Course Statistics
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...
Curated Video
Statistics & Mathematics for Data Science and Data Analytics - Logistic Regression
This video will look at logistic regression in detail, mainly used for classification problems with one or multiple independent variables.
Science Buddies
Classify Spam Emails with Natural Language Processing (NLP): A Python Coding Tutorial
Build your own spam detector using NLP techniques to identify common words in spam emails.
Curated Video
10 Math Concepts for Programmers
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.
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 2)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Custom Model Training Using Web Console
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...
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine
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...
<
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...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Sequence to Sequence Stock Candlestick Forecast
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...
<
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...
Curated Video
Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification
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...
<
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...
Curated Video
Fundamentals of Neural Networks - Lab 4 - Transfer Learning
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...
<
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...
Curated Video
Fundamentals of Neural Networks - Lab 3 - Deep CNN
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...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to CNN
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...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Lab 4 - Functional API
This video demonstrates functional API versus sequential API.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where...
Curated Video
Fundamentals of Neural Networks - Lab 3 - Introduction to Neural Network
This video demonstrates how to use Keras TensorFlow as API to essentially design and craft the neural network architecture.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Lab 1 - Introduction to Python
This video demonstrates some of the basic commands in Python specifically the print statement, data structures, variables, and how to define a function.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Bi-Directional RNN
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...
Curated Video
Fundamentals of Neural Networks - Long Short-Term Memory (LSTM)
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...
Curated Video
Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)
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...
<
br/>
This clip is from the chapter "Recurrent...
Curated Video
Fundamentals of Neural Networks - Backward Propagation Through Time
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/>...
<
br/>...
Curated Video
Fundamentals of Neural Networks - Forward Propagation in RNN
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...
Curated Video
Fundamentals of Neural Networks - Language Processing
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"...
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...