Instructional Video5:33
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Benchmark Against Buy-and-Hold

Higher Ed
Let's understand how to benchmark our pairs trading strategy against a buy-and-hold approach, a benchmark in trading and investing, and learn to interpret and analyze the performance of our pairs trading strategy relative to a...
Instructional Video4:28
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Project Scope

Higher Ed
In this video, we will explore the course scope covered, including the key concepts, techniques, and tools utilized to complete the learning process, giving a clear roadmap for learning about using ChatGPT in financial analysis with...
Instructional Video5:49
Curated Video

Machine Learning: Random Forest with Python from Scratch - Recap, Flow of Machine Learning Project

Higher Ed
This video is a quick recap of what we have learned thus far, and we will also be working on a project called the Flow of Machine Learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Instructional Video4:51
Curated Video

Machine Learning: Random Forest with Python from Scratch - Clustering

Higher Ed
In this lesson, you will learn about an unsupervised branch of learning called clustering, which involves grouping elements with no labels to classify them. This clip is from the chapter "Introduction to Machine Learning" of the series...
Instructional Video6:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Classification versus Regression

Higher Ed
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:38
Curated Video

Machine Learning: Random Forest with Python from Scratch - Types of Learning

Higher Ed
Here, we will understand the learning types, including supervised and unsupervised machine learning algorithms. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python...
Instructional Video10:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Grouping Tests Together

Higher Ed
In this video, you will learn how to group tests together using Jest. We will organize our tests into test suites and describe blocks, making our test code more readable and easier to maintain. This clip is from the chapter "Unit Testing...
Instructional Video2:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction and What Are Algorithms?

Higher Ed
In this video, we will introduce the concept of algorithms and why they are important in programming. We will discuss what an algorithm is, the different types of algorithms, and why it's crucial to have good algorithms in software...
Instructional Video10:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Anagrams Problem in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on the anagrams problem in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
Instructional Video2:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Star Power with RegEx in JavaScript

Higher Ed
This is an exercise video on star power with RegEx in JavaScript. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video4:55
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Cryptographic Functions

Higher Ed
In this video, we will be discussing cryptographic functions in Solidity. Cryptographic functions play a critical role in securing smart contracts and ensuring that data transmitted over the blockchain is kept private and tamper-proof....
Instructional Video1:48
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Overview - New Use Case

Higher Ed
In this video, we will explore a new use case for machine learning. The new used case is for fraud detection. You will see if the transaction is fraudulent or not. This clip is from the chapter "Data Science Models with Google App...
Instructional Video4:27
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Initialize Instagram Comments with React Native

Higher Ed
This video covers the process of initializing comments feature for an Instagram clone app built with React Native. It starts by discussing the basic data structure for comments and how it can be stored in the app's state. Then, it...
Instructional Video5:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Modularization - 02 - Splitting Service and Consumer into JARs

Higher Ed
In this video, we will continue with our discussion of modularization and work on setting up the problem.
Instructional Video7:34
Instructional Video7:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - Java Abstract Class - First Example - Creating Recipes with Template M

Higher Ed
In this video, we will see the first example of the Java abstract class—creating recipes with template M.
Instructional Video18:11
Curated Video

Introduction to FinTech Using R - How to Time Stock Market, a Qualitative Discussion

Higher Ed
This video picks from where we left off in stock market timing. We discuss some soft threshold and extend the market timing concept to a generalized framework. This clip is from the chapter "Stock Market Timing" of the series...
Instructional Video4:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Primary and Qualifier - Which Spring Annotation Should You Use?

Higher Ed
In this video, you will learn when to use primary and qualifier annotations and how to choose between them.
Instructional Video20:27
Curated Video

Introduction to FinTech Using R - The Last Bow

Higher Ed
In this video, we are going to talk about how to build a web-based application so that we can come up with a software platform for clients to use. We are going to use R Shiny, which has a front-end and back-end. The front-end is coded...
Instructional Video5:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Error Metric Computation

Higher Ed
In this video, we will look at some of the metrics used to measure a recommender system's quality.
Instructional Video5:42
Curated Video

Fundamentals of Secure Software - JWT (JSON Web Token)

Higher Ed
This video explains the JSON Web Token and what it is used for.
Instructional Video2:06
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Project Introduction

Higher Ed
This video provides an overview of the movie recommendation system using collaborative filtering.
Instructional Video4:22
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Template Method

Higher Ed
This video demonstrates basic implementation of the template method pattern through coding. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video5:03
Curated Video

Behavioral Design Patterns in C++ - Introduction-Template Method

Higher Ed
This video provides an introduction to the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...