Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Building the Index Page CSS and EJS Including Form Updates
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - CSS Styling with Templating Engines
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...
Curated Video
Introduction to FinTech Using R - An AI-Driven Strategy
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 3 - Single Inheritance
This video focuses on rectifying the code using the break statement that will handle the unwanted comments appearing in the ATM system,
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 1 - Interface Example
This video demonstrates how to simulate a real-world ATM program using a UML example.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 2
We will continue with the second part of the payroll system and look at how to create changes or updates to the classes used.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Abstract Class
This lesson will teach us how to create a class to represent concepts rather than objects.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 2 - UI Menu
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 1
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Custom Message Based on Weekday
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Multi-level Inheritance, Polymorphism
Here, we will look at the multilevel inheritance of the classes and how we can share the attributes of many subclasses.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Inheritance
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - The 4 Pillars Of OOP
This video illustrates the four major pillars of object-oriented programming: encapsulation, abstraction, polymorphism, and inheritance.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Constructors & Access Specifiers (Setters and Getters)
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Classes & Objects
Here, we will understand what classes and objects are and which are the keys to object-oriented programming.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime
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.
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
Deep Learning - Crash Course 2023 - TensorFlow - Subclassing Methods
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,...
Curated Video
Deep Learning - Crash Course 2023 - ReLU, SoftMax, and Cross Entropy
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...
Curated Video
Deep Learning - Crash Course 2023 - Types of Problems
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,...
Curated Video
Deep Learning - Crash Course 2023 - Why Do We Require Entropy Loss
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...
Curated Video
Deep Learning - Crash Course 2023 - Probability Distribution Table
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.