Instructional Video18:33
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Sequence Data

Higher Ed
In this video, you will learn about sequence data. 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 this...
Instructional Video7:13
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Outline

Higher Ed
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course. This clip is from the chapter "Welcome" of the series "Deep...
Instructional Video2:46
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Introduction

Higher Ed
In this video, we will get introduced to recurrent neural networks and understand the course learning objective. This clip is from the chapter "Welcome" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".Welcome to...
Instructional Video25:26
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Pairs Trading Intuition

Higher Ed
Here, we will gain an intuitive understanding of pairs trading, including the underlying concept, rationale, and potential advantages of this popular trading strategy. This will equip us with the foundational knowledge to implement pairs...
Instructional Video24:49
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Mean Reversion Test

Higher Ed
In this video, we will conduct a mean reversion test as part of the sanity check for our pairs trading strategy with ChatGPT. We will understand the concept of mean reversion and its relevance in pairs trading, and techniques and...
Instructional Video18:42
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Returns, Log Returns, Cumulative Returns

Higher Ed
Here, we will gain a comprehensive understanding of different returns used in pairs trading, including simple, log, and cumulative returns, and how these metrics are calculated and interpreted in the context of evaluating the performance...
Instructional Video25:26
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - The Initial Prompt

Higher Ed
In this video, we will create an initial prompt to engage with ChatGPT for pairs trading, including specific inputs, queries, or instructions to the language model for an interactive and iterative analysis process for effective pairs...
Instructional Video10:52
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting the Z-Score Computation

Higher Ed
In this video, we will examine the computation of the Z-Score, a critical statistical metric used in pairs trading. You will learn to correct potential inaccuracies/inconsistencies in the Z-Score calculation, ensuring that the...
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 characters. This...
Instructional Video10:21
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet: Multiplicative Seasonality, Outliers, Non-Daily Data

Higher Ed
In this video, we will work on multiplicative seasonality, outliers, and non-daily data with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Instructional Video10:27
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Holidays and Exogenous Regressors

Higher Ed
In this video, you will learn how to add holidays and exogenous regressors to our data. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this...
Instructional Video8:41
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Fit, Forecast, Plot

Higher Ed
In this video, you will learn how to fit, forecast, and plot our data. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video9:07
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Data Preparation

Higher Ed
In this video, we will work on data preparation with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Instructional Video12:53
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet: Code Preparation

Higher Ed
In this video, we will go through the code structure for Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Instructional Video7:49
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Walk-Forward Validation

Higher Ed
In this video, we will discuss the concept of walk-forward validation. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video8:54
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - The Naive Forecast and the Importance of Baselines

Higher Ed
In this video, we will discuss baselines and naïve forecast. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will talk about...
Instructional Video6:27
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Time Series Basics Section Introduction

Higher Ed
In this video, we will get introduced to time series and understand some basics. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
Instructional Video3:21
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Outline

Higher Ed
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course. This clip is from the chapter "Welcome" of the series "Data...
Instructional Video3:23
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Introduction

Higher Ed
In this video, we will introduce Facebook Prophet and understand the course learning objective. This clip is from the chapter "Welcome" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".Welcome to the...
Instructional Video7:38
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Where to Learn More SciPy

Higher Ed
In this video, we will summarize what we have learnt about SciPy and understand where it can be applied. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Instructional Video4:16
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - RVT Models

Higher Ed
This video explains the RVT (Resampling, Visualize, and Transform) models in time series in Python. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting...
Instructional Video4:50
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity Check - Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video4:11
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Manipulation

Higher Ed
This video displays how to do data manipulation using a deep learning model. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries...
Instructional Video7:45
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Monthly Birth Distribution Plot and Birth Rate Plot

Higher Ed
This video demonstrates the plotting of the monthly birth distribution and birth rate. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to...