Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Troubleshooting Java Installation
In this video, we will troubleshoot the Java installation.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Installing Java - Windows
In this video, you will learn how to install Java for Windows.
Curated Video
Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)
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"...
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
Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring New Java API - Files - readString and writeString Methods
In this video, let's look at a few files-related methods that were introduced in JDK 11.
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Modeling a Phone with Technical Drawings
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Code Along - Complete Configuring App Express File
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...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - File Handling
In this video, we will be looking at file and exception handling. We will wrap our file statements inside the try and catch blocks.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Speech Bubble View - Part 1
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"...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Why Get CompTIA A+ Certified
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Introduction to Scripting
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Client-Side Validation of Customer Model
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Views Folder - Other Files
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:...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Inspect the wwwroot
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Behavior on Combining Middleware
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...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding Stability to the Bed
In this lesson, we will be adding stability to our prison bed.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding to Our Geometry Node Chain
In this lesson, we will use the geometry node chain we created. This will give us time to test out all our variables.
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - IN Operator
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Components / 082
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Individual Movie Information / 074
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.