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...
Crash Course
Regression - Crash Course Statistics
Today we're going to introduce one of the most flexible statistical tools - the General Linear Model (or GLM). GLMs allow us to create many different models to help describe the world - you see them a lot in science, economics, and...
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.
Curated Video
Statistics & Mathematics for Data Science and Data Analytics - Polynomial Regression
In this lesson, you will learn to use polynomial regression when linear regression is not working well to report accuracy, using the Bayes information criterion.
Curated Video
Statistics & Mathematics for Data Science and Data Analytics - Overfitting
In this video, we will explore overfitting, which is very commonly used in machine learning.
Curated Video
Statistics & Mathematics for Data Science and Data Analytics - Correlation Coefficient
After learning about linear regression and how to calculate the formula for our regression lines, we will now look at the correlation coefficient or Pearson's coefficient.
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.
R Programming 101
Multiple regression: how to select variables for your model
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...
R Programming 101
Multiple regression. How to deal with Outliers and Colliniarity
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Time Series Prediction
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...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Forecasting
In this video, we will discuss about forecasting.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Sequence Data
In this video, you will learn about sequence data.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In...
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
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 2)
Continuing from the previous video, we will dive deeper into Python coding concepts. This video will cover more advanced topics such as error handling, data manipulation, data visualization, and using common Python libraries such as...
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...