Instructional Video7:10
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Controllers: Replacing Core Controllers

Higher Ed
In this video, you will learn how to replace the core controllers. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this...
Instructional Video5:58
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Configuring Core Routes

Higher Ed
In this video, we will get introduced to routes, understand their logic, and learn how to configure core routes. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢...
Instructional Video4:14
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Lifecycle Hooks

Higher Ed
In this video, we will spend some time understanding the lifecycle hooks. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In...
Instructional Video4:02
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - User Authentication with GraphQL

Higher Ed
In this video, you will learn how to perform user authentication with GraphQL. This clip is from the chapter "Working with GraphQL" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will start...
Instructional Video7:02
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - GraphQL Queries on Public Data

Higher Ed
In this video, we will work with GraphQL queries on public data. This clip is from the chapter "Working with GraphQL" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will start working with...
Instructional Video2:39
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Performing Our First Authenticated Operation

Higher Ed
In this video, you will learn how to perform our first authenticated operation. This clip is from the chapter "Permissions, Authentication, and Authorization" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In...
Instructional Video6:17
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Performing User Authentication Through API

Higher Ed
In this video, we will test and perform actual user authentication through API. This clip is from the chapter "Permissions, Authentication, and Authorization" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In...
Instructional Video4:47
Curated Video

Make Apps with ChatGPT and Generative AI - Outlook Add-In Launch

Higher Ed
After building our first Outlook add-in project and going through some of the code behind it, we will start it and look at it on Outlook. We will be creating a task pane and we will click a button and a pane will come up from the right...
Instructional Video4:50
Brainwaves Video Anthology

Yascha Mounk - Cultural Appropriation

Higher Ed
Yascha Mounk is a writer and academic known for his work on the crisis of democracy and the defense of philosophically liberal values. Born in Germany to Polish parents, Yascha received his BA in History from Trinity College Cambridge...
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 Video4:09
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Project Overview - Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm-1

Higher Ed
This video provides an overview of the project. 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 Python".null
Instructional Video8:10
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Manipulation for Deep Learning

Higher Ed
This video displays how to do data manipulation using a deep-learning model. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video8:33
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity Check - Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video7:06
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Time Series Forecasting (TSF) Using LSTM

Higher Ed
This video explains the implementation of Time Series Forecasting (TSF) using LSTM. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video8:15
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Underfitting and Overfitting

Higher Ed
This video explains the concepts of underfitting and overfitting. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video7:33
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Future Predictions Using SARIMA

Higher Ed
This video helps you with future predictions using SARIMA. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on...
Instructional Video6:29
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - SARIMA in Python

Higher Ed
This video helps you execute SARIMA in Python. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on machine...
Instructional Video4:26
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - ARIMA

Higher Ed
This video explains ARIMA (Autoregressive Integrated Moving Average Model) and how it is a better model than ARMA. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to...
Instructional Video4:51
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Splitting

Higher Ed
This video helps you with data splitting. It will help you concise your big dataset easily. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video3:50
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Resampling

Higher Ed
This video explains resampling and helps you with resampling your dataset. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video4:45
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stages for Time Series Forecasting

Higher Ed
This video explains the stages of time series data analysis and forecasting. This clip is from the chapter "Motivation and Overview of Time Series Analysis" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video8:51
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Course Introduction

Higher Ed
This video talks about an overview of the course and its learning outcomes. This clip is from the chapter "Introduction" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section provides an introduction to...
Instructional Video2:57
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stacked LSTM Forecasting

Higher Ed
This video helps you with the Stacked LSTM forecasting. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section...