Instructional Video6:28
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Checking Elements in List in Certain Ranges

Higher Ed
In this video, we will finally revisit the initially more CPU-intensive functions we were using, which will be checking how many values in our comparison list are in a specific range.
Instructional Video9:05
Curated Video

Unveiling Animal Communication: Beyond Human Language

6th - Higher Ed
Discover the fascinating ways animals communicate with each other and with humans. Explore how dogs use body language and olfactory cues to interact, the complex vocal systems of Campbell's mona monkeys that resemble human language, and...
Instructional Video7:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript

Higher Ed
Regular expressions, also known as RegEx or RegExp, are a powerful tool for matching and manipulating text in programming languages such as JavaScript. RegEx provides a concise and flexible syntax for finding patterns in strings of text....
Instructional Video7:35
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Build a Random Generator Function

Higher Ed
In this video, you will learn how to build a random generator function in Solidity. The video will cover the basic principles of generating random numbers in a deterministic environment like the Ethereum blockchain. This clip is from the...
Instructional Video3:19
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Bits and Bytes

Higher Ed
In this video, we will discuss the solution to the exercise on bits and bytes from the previous video. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity...
Instructional Video4:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Understand Pragma Solidity

Higher Ed
In this video, we will explain in detail what the “pragma solidity†statement does in a Solidity smart contract and how it affects the behavior and compatibility of the code. This clip is from the chapter "Introduction to Solidity...
Instructional Video2:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Build

Higher Ed
This video provides an introduction to Cloud Build. This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we...
Instructional Video11:33
Curated Video

Fundamentals of Neural Networks - Activation Function

Higher Ed
This video explains the role of the activation function, which is an interesting phenomenon in the design of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video7:30
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Basics about Java Integer Data Types - Casting, Operators, and More

Higher Ed
In this video, you will learn the basics about Java integer data types - casting, operators, and more.
Instructional Video6:55
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 18 - Understanding Primitive Variable Types in Java

Higher Ed
This video talks about understanding primitive variable types in Java.
Instructional Video5:49
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Switch Statement Program - Print Weekday Based On Number

Higher Ed
Let's look at the SWITCH statement in this video, which is also a part of the decision-making tools in Java programming.
Instructional Video5:48
Curated Video

Deep Learning - Crash Course 2023 - ReLU, SoftMax, and Cross Entropy

Higher Ed
In this video, you will learn about ReLU, SoftMax, and Cross Entropy. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement deep learning...
Instructional Video7:45
Curated Video

Deep Learning - Crash Course 2023 - Common Network Configuration

Higher Ed
In this video, we will look at the common network configuration that we will be using whenever performing the common deep learning task. This clip is from the chapter "Activation Functions in Deep Learning Neural Networks" of the series...
Instructional Video1:52
Curated Video

Deep Learning - Crash Course 2023 - Activation Functions in Deep Learning Neural Networks - Introduction

Higher Ed
In this video, we will have a quick introduction to activation functions for deep learning neural networks. This clip is from the chapter "Activation Functions in Deep Learning Neural Networks" of the series "Deep Learning - Crash Course...
Instructional Video4:24
Curated Video

Deep Learning - Crash Course 2023 - Why Random Variable Is Important

Higher Ed
In this video, we will understand why a random variable is important. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video4:25
Curated Video

Deep Learning - Crash Course 2023 - Contour Plots

Higher Ed
In this video, you will learn how to create Contour plots. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Instructional Video5:11
Curated Video

Deep Learning - Crash Course 2023 - Python Control statements - While and For

Higher Ed
In this video, we will look at the different loops in Python called While and For. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our...
Instructional Video5:38
Curated Video

Mean, Median, Mode, and Range GCSE Questions

3rd - Higher Ed
This video covers some mean, median, mode, and range GCSE exam practice questions. Answers are provided.
Instructional Video5:13
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Guidelines for ML

Higher Ed
In this video, we will discuss a few guidelines for machine learning-based recommender systems.
Instructional Video4:19
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Configuring DHCP Options Lab

Higher Ed
You can configure some DHCP options for the devices that participate in your VPC. This video shows you how to configure these options.
Instructional Video8:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Accuracy Versus Recommendations

Higher Ed
We will now perform data visualization; we will check the accuracy of our recommender model with the recommendations.
Instructional Video6:02
Curated Video

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

Higher Ed
We will explore how to make recommendations using collaborative filtering in the movie recommender system.
Instructional Video22:53
Curated Video

The Art of Doing - Web Development for Beginners - Getting Values From Forms

Higher Ed
In this video, you will learn how to add an event listener to a form and listen for a submit event. We will explore how to use the FormData object to access the data sent through the form, prevent the default form submission behavior...
Instructional Video14:24
Curated Video

The Art of Doing - Web Development for Beginners - Guess My Number Project

Higher Ed
In this video, we will code the "Guess My Number" project together, following the project requirements discussed in the previous video. We will implement the game logic step by step, utilizing functions to structure our code and make the...