Instructional Video3:20
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Troubleshooting Java Installation

Higher Ed
In this video, we will troubleshoot the Java installation.
Instructional Video6:47
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Installing Java - Windows

Higher Ed
In this video, you will learn how to install Java for Windows.
Instructional Video9:38
Curated Video

Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)

Higher Ed
Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets. This clip is from the chapter "Recurrent Neural Networks"...
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 Video5:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring New Java API - Files - readString and writeString Methods

Higher Ed
In this video, let's look at a few files-related methods that were introduced in JDK 11.
Instructional Video13:07
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Modeling a Phone with Technical Drawings

Higher Ed
In this video, you will learn to use technical drawings provided by Apple to create an iPhone XR, which is the model we will use throughout this course. This clip is from the chapter "Introduction" of the series "Advanced 3D Printing...
Instructional Video13:47
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Code Along - Complete Configuring App Express File

Higher Ed
This video demonstrates the complete configuring of app Express file, and you will code along with the instructor throughout. This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure...
Instructional Video11:41
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - File Handling

Higher Ed
In this video, we will be looking at file and exception handling. We will wrap our file statements inside the try and catch blocks.
Instructional Video9:34
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run

Higher Ed
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Instructional Video10:44
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Speech Bubble View - Part 1

Higher Ed
In this lecture, you will learn about dynamic class names and dynamic CSS styling, which involves conditional arguments passed as True or False values and then performing a task assigned to it. This clip is from the chapter "Emoji App"...
Instructional Video4:40
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Why Get CompTIA A+ Certified

Higher Ed
CompTIA A+ is the de facto entry point for IT techs, the first certification you should get. It provides a common language for people in IT and prepares you for work in the industry. This clip is from the chapter "All about the CompTIA...
Instructional Video9:31
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Introduction to Scripting

Higher Ed
Scripting is the process of combining a list of commands into text files to easily re-run the whole sequence of commands again later. Every operating system has at least two if not more scripting functions to allow a tech to do exactly...
Instructional Video5:33
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Client-Side Validation of Customer Model

Higher Ed
This video shows the process to add client-side validation using jQuery unobtrusive package. You will see the working of client-side through F12 Chrome developer tools and also explain how validation on Client works. This clip is from...
Instructional Video4:32
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Views Folder - Other Files

Higher Ed
This video explains the other two files: ViewStart and ViewImports, and their contents. You will be aware of the functions of these two files and their importance in the project. This clip is from the chapter "Coding Project Part 2:...
Instructional Video5:33
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Inspect the wwwroot

Higher Ed
This video covers the web root folder, wwwroot, created at the root of the project when you create an ASP.NET Core 3.1 project and use the MVC template. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video9:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Behavior on Combining Middleware

Higher Ed
In this video, you will learn how to combine multiple middleware in a middleware pipeline. Specific emphasis is given on WelcomePage and static file middleware. This clip is from the chapter "Middleware in ASP.NET Core 3.1" of the series...
Instructional Video11:52
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding Stability to the Bed

Higher Ed
In this lesson, we will be adding stability to our prison bed.
Instructional Video12:51
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding to Our Geometry Node Chain

Higher Ed
In this lesson, we will use the geometry node chain we created. This will give us time to test out all our variables.
Instructional Video7:32
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue

Higher Ed
In this video, you will develop Azure Functions to add messages to the storage queue. The Azure Queue Storage is a service for storing a large number of messages. This clip is from the chapter "Azure Functions Integrations" of the series...
Instructional Video2:00
Curated Video

SQL Server Course for Beginners with 100+ examples - IN Operator

Higher Ed
Learn how to implement the IN operator in SQL. We will check whether a specific value matches. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses on...
Instructional Video3:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108

Higher Ed
This video describes how to use elastic load balancing with your auto scaling group to distribute traffic across the instances in your auto scaling group.
Instructional Video16:32
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Components / 082

Higher Ed
After creating a ledge for the basket page, you will now learn to add functionality to the basket and start receiving items from the product list and the function buttons to work.
Instructional Video28:28
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Individual Movie Information / 074

Higher Ed
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.