Instructional Video9:25
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)

Higher Ed
In this video, we will get introduced to simple recurrent neural networks also called as Elman Unit. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video13:26
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT for Pairs

Higher Ed
In this lesson, you will learn to effectively query ChatGPT to identify potential pairs for your pairs trading strategy, including appropriate prompts, questions, or instructions to engage with the language model and to interpret and...
Instructional Video5:09
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Long-Only Strategy (Code)

Higher Ed
In this video, we will implement a long-only pairs trading strategy using actual code, including step-by-step instructions on modifying our trading code to accommodate long-only positions based on our trading strategy with ChatGPT. This...
Instructional Video6:48
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error

Higher Ed
Let's learn to use the power of ChatGPT to fix errors or issues that may arise in our pairs trading strategy and to effectively communicate with ChatGPT to seek solutions or guidance on fixing trading errors, discrepancies, or challenges...
Instructional Video5:08
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Extending the Position

Higher Ed
In this lesson, we will explore extending the position in pairs trading, including how and when to extend or adjust positions based on market conditions and trade signals to maximize profits or manage risks in our pairs trading strategy...
Instructional Video6:38
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - More about Log Returns (Optional)

Higher Ed
This video delves deeper into log returns, including their advantages and limitations compared to simple returns. You will learn to correctly apply log returns in your pairs trading analysis and interpret returns of pairs trading with...
Instructional Video11:19
Curated Video

Machine Learning: Random Forest with Python from Scratch - Recursion

Higher Ed
In this video, you will learn about a complete implementation of the Random Forest using only Pandas to read the data and look at the results of the sklearn function. This clip is from the chapter "Random Forest Step-by-Step" of the...
Instructional Video2:56
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Rust - Summary

Higher Ed
This is the summary video on the concepts we have learned throughout this section. This clip is from the chapter "What Is Rust and Why Does It Matter" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
Instructional Video7:17
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Props in React.JS

Higher Ed
In this video, we will dive deeper into the concept of components in React.JS, create reusable and modular components that encapsulate specific functionality and can be composed together to build complex user interfaces, the different...
Instructional Video15:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise Solution - Facebook Unfriend Functionality

Higher Ed
In this video, we will discuss the final solution to the exercise on adding the Facebook Unfriend functionality from the previous video.
Instructional Video5:32
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Chunking Arrays into Subgroups and Subarrays

Higher Ed
This is an exercise video where you will be chunking arrays into subgroups and subarrays. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Instructional Video6:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part I

Higher Ed
In this video, you will learn how to assign variables to each other in JavaScript, which can be useful for swapping variable values or updating them based on certain conditions. This clip is from the chapter "Introduction to Programming...
Instructional Video4:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Overview of Error Handling in Solidity

Higher Ed
This video provides an overview of error handling in Solidity. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section...
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. This clip...
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. This clip is from the chapter "Convolutional Neural...
Instructional Video2:20
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 04-2

Higher Ed
In this exercise video, we will shift our focus back to custom task fields. We will use a custom field of the type “Outline Code†to reflect the project's structure to put a design into this project that is fixed and under control....
Instructional Video9:02
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Project Consolidation

Higher Ed
In this video, we will focus on consolidating multiple projects into a unified view, a critical skill for project managers handling complex projects with interdependencies. This clip is from the chapter "Consolidation and Resource...
Instructional Video5:50
Curated Video

Fundamentals of Secure Software - CSP Demo

Higher Ed
This is a demo video of CSP in action.
Instructional Video8:23
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet

Higher Ed
This video is all about implementing a "like" functionality in our Twitter Clone app.
Instructional Video5:50
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Visualize

Higher Ed
In this video, you will learn how to visualize tweet images in your Twitter Clone app. We will explore how to retrieve tweet images from the database and display them in the app's UI.
Instructional Video5:07
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Order Class

Higher Ed
In this video, you will see adding the validation attributes to the Order Model class. This is required for server-side validation of the Order form. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video9:47
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - The Geometrical Picture

Higher Ed
In this video, we will understand the geometrical picture by understanding why neural networks are so important instead of a single neural network. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series...
Instructional Video6:03
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction

Higher Ed
In this video, we will get introduced to artificial neural networks. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we...
Instructional Video10:58
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - How Does a Model "Learn"?

Higher Ed
In this video, we will understand how a model "learns". This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover a crash course...