Instructional Video8:06
Curated Video

Machine Learning: Random Forest with Python from Scratch - Information Gain

Higher Ed
In this video, we will define columns for questioning and determine how much information can be gained by splitting a column. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video9:55
Curated Video

Modern JavaScript from the Beginning - Second Edition - Reverse String Algorithm

Higher Ed
In this video, we will write a unit test for a simple string reversal algorithm. We will use Jest to test our algorithm and make sure it works correctly. This clip is from the chapter "Unit Testing Algorithms" of the series "Modern...
Instructional Video10:31
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - String Methods - Part 3

Higher Ed
In this final part, we will explore more advanced string methods such as match, search, slice, substr, and includes, enable you to search for patterns in strings, extract substrings, and check whether a string contains a specific value,...
Instructional Video7:35
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Queues

Higher Ed
Now that we have understood multiprocessing, you will learn how to split our segments over multiple processes in the form of queues to speed up processing and take a load off the process execution.
Instructional Video13:11
Curated Video

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

Higher Ed
In this video, we will discuss the solution to the exercise on star power with RegEx in JavaScript from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Instructional Video8:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on automating a company website with correct formatting in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Instructional Video3:33
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript

Higher Ed
This video covers how to format and change the case of strings in JavaScript using the toUpperCase method. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero...
Instructional Video5:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - How to Find the Longest Word in a String

Higher Ed
In this video, we will discuss the solution to the exercise on how to find the longest word in a string from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video3:07
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Reverse a String

Higher Ed
This is an exercise video on how to reverse a string. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews".This section...
Instructional Video7:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Looping Through Arrays in JavaScript

Higher Ed
In this video, you will learn how to loop through arrays in JavaScript using different methods such as for loops, for…of loops, forEach() method, and map() method. This clip is from the chapter "Data Structures - From Zero to...
Instructional Video4:30
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - II

Higher Ed
This video is a continuation of the previous one and will cover more advanced use cases for the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of...
Instructional Video5:21
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Remainder Operator in JavaScript - I

Higher Ed
In this video, you will learn about the remainder operator in JavaScript, which is also known as the modulo operator. This operator returns the remainder of a division operation between two numbers and can be useful in a variety of...
Instructional Video3:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Training Flow Using Python SDK

Higher Ed
In this lab video, you will learn how to create a model training flow using the Vertex AI Python SDK. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud...
Instructional Video3:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Traffic Splitting in App Engine

Higher Ed
In this video, we demonstrate how to perform traffic splitting in Google App Engine, showing you how to split incoming traffic between multiple versions of your application using the App Engine Console and the gcloud CLI. This clip is...
Instructional Video6:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Microservice Architecture

Higher Ed
In this video, we dive into microservice architecture, discussing its benefits and challenges and exploring how to design and implement a microservice-based system. This clip is from the chapter "Modern-Day Cloud Concepts" of the series...
Instructional Video5:54
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form

Higher Ed
In this video, we will look at the admin view, which is going to be split up into multiple areas, which we will then organize into different components. The first area we are going to cover is adding a new pizza component to the admin...
Instructional Video8:58
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 4-4

Higher Ed
This exercise will load the Mock visitor's IP into Tableau, clean the fields using the string function, and create a text table view.
Instructional Video3:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping

Higher Ed
In this video, you will learn about object-oriented programming exercise—online shopping.
Instructional Video17:35
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Finishing and Upgrading the Tripod

Higher Ed
In this demonstration, you will learn to make changes to the tripod stand and create extra grips and features to the tripod stand to enhance its functionality. This clip is from the chapter "The Foldable Tripod - Attachment" of the...
Instructional Video13:12
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Finishing the Grip Attachment

Higher Ed
In this video, we will create the attachment system for the grip to be attachable to the phone case. This clip is from the chapter "The Grip - Attachment" of the series "Advanced 3D Printing with Fusion 360: Design Your Phone Case".This...
Instructional Video3:49
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Switch Views

Higher Ed
This video explains switching between different views in Project 2021, such as the Gantt Chart view, Task Usage view, and Resource Sheet view. Explore how to customize views, save custom views, and quickly switch between views. This clip...
Instructional Video3:37
Curated Video

Deep Learning - Crash Course 2023 - Summary-2

Higher Ed
In this video, we will summarize the key concepts covered in the section and prepare for the next section of the course. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning - Crash Course...
Instructional Video7:47
Curated Video

Deep Learning - Crash Course 2023 - Data Standardization - 2

Higher Ed
In this video, we will understand when and how to apply standard Scaler with data standardization. This clip is from the chapter "Sigmoid Neuron Implement with Python" of the series "Deep Learning - Crash Course 2023".In this section,...
Instructional Video5:21
Curated Video

Deep Learning - Crash Course 2023 - Modify Data

Higher Ed
In this video, you will learn how to modify data. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement MP Neuron in Python.