Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)
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 -...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT for Pairs
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Long-Only Strategy (Code)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Extending the Position
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - More about Log Returns (Optional)
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Recursion
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Rust - Summary
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Props in React.JS
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise Solution - Facebook Unfriend Functionality
In this video, we will discuss the final solution to the exercise on adding the Facebook Unfriend functionality from the previous video.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Chunking Arrays into Subgroups and Subarrays
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part I
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Overview of Error Handling in Solidity
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...
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. This clip...
Curated Video
Fundamentals of Neural Networks - Residual Network
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 04-2
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....
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Project Consolidation
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet
This video is all about implementing a "like" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Visualize
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.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Order Class
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - The Geometrical Picture
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - How Does a Model "Learn"?
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...