Instructional Video9:23
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Building the Index Page CSS and EJS Including Form Updates

Higher Ed
This video, you will be building the index page CSS and EJS including form updates. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video11:11
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - CSS Styling with Templating Engines

Higher Ed
This video demonstrates how to do CSS styling with templating engines. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video12:19
Curated Video

Introduction to FinTech Using R - An AI-Driven Strategy

Higher Ed
In this video, we will look at an AI-driven strategy. This clip is from the chapter "Asset Pricing" of the series "Introduction to FinTech Using R".This section explains asset pricing.
Instructional Video16:15
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 3 - Single Inheritance

Higher Ed
This video focuses on rectifying the code using the break statement that will handle the unwanted comments appearing in the ATM system,
Instructional Video17:47
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 1 - Interface Example

Higher Ed
This video demonstrates how to simulate a real-world ATM program using a UML example.
Instructional Video19:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 2

Higher Ed
We will continue with the second part of the payroll system and look at how to create changes or updates to the classes used.
Instructional Video14:47
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Abstract Class

Higher Ed
This lesson will teach us how to create a class to represent concepts rather than objects.
Instructional Video15:43
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 2 - UI Menu

Higher Ed
In the last video, we created a base account class and implemented the transactions interface. Here, we will learn to create user prompts to input data into the system.
Instructional Video14:11
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3

Higher Ed
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Instructional Video14:06
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 1

Higher Ed
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
Instructional Video7:23
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Custom Message Based on Weekday

Higher Ed
We will use all the concepts learned in this module and write a program that creates a custom message based on the day of the week.
Instructional Video7:53
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final

Higher Ed
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Instructional Video13:01
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Multi-level Inheritance, Polymorphism

Higher Ed
Here, we will look at the multilevel inheritance of the classes and how we can share the attributes of many subclasses.
Instructional Video8:09
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Inheritance

Higher Ed
In this video, we will look at inheritance in Java, where we have a superclass and a derived class, which inherits the attributes from the parent class.
Instructional Video7:01
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - The 4 Pillars Of OOP

Higher Ed
This video illustrates the four major pillars of object-oriented programming: encapsulation, abstraction, polymorphism, and inheritance.
Instructional Video9:31
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Constructors & Access Specifiers (Setters and Getters)

Higher Ed
In this lesson, we will learn about constructors, a block of code that initializes a newly created object, and access specifiers that determine if other classes can use a particular method.
Instructional Video12:45
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Classes & Objects

Higher Ed
Here, we will understand what classes and objects are and which are the keys to object-oriented programming.
Instructional Video4:45
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime

Higher Ed
We will look at the Java built-in API that contains classes for representing data and time, the java.util, java.time, java.sql, and java.text packages.
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:35
Curated Video

Deep Learning - Crash Course 2023 - TensorFlow - Subclassing Methods

Higher Ed
In this video, you will learn about subclassing in TensorFlow, which allows us to create custom layers and models. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section,...
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 Video2:23
Curated Video

Deep Learning - Crash Course 2023 - Types of Problems

Higher Ed
In this video, we will have a look at different types of problems like multi-class classification and regression. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section,...
Instructional Video4:05
Curated Video

Deep Learning - Crash Course 2023 - Why Do We Require Entropy Loss

Higher Ed
In this video, we will talk about certain events and understand why we require entropy loss. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about...
Instructional Video6:06
Curated Video

Deep Learning - Crash Course 2023 - Probability Distribution Table

Higher Ed
In this video, you will learn about the probability distribution table. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.