Instructional Video7:59
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 23 - Java Conditionals and If Statement – Introduction

Higher Ed
This video talks about Java conditionals and if statement – introduction.
Instructional Video3:05
Instructional Video6:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Advanced Printing Output to Console with Java

Higher Ed
This video talks about advanced printing output to the console with Java.
Instructional Video3:58
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions

Higher Ed
In this video, you will see the solutions for the exercises presented in the previous video, which cover printing output to the console with Java.
Instructional Video4:19
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Exploring Primary and Qualifier Annotations for Spring Components

Higher Ed
In this video, you will explore primary and qualifier annotations for Spring components and learn how to use them.
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 Video4:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Char Data Type

Higher Ed
In this video, we will understand the char datatype and briefly look at the string datatype. We will define several char variables in upper and lower case and numbers and integers.
Instructional Video6:16
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Variables & Data Types

Higher Ed
In this lesson, we will learn about variables and look at the various datatypes available in Java. We will create a new Java project and understand the different data types.
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 Video12:44
Curated Video

Deep Learning - Crash Course 2023 - TensorFlow Advanced Tricks - Ways to Create Neural Networks

Higher Ed
In this video, we will explore advanced ways to create neural networks using TensorFlow. 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...
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 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:19
Curated Video

Deep Learning - Crash Course 2023 - Training Evaluation

Higher Ed
In this video, we will evaluate the performance of the trained neural network using various performance metrics and techniques. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning - Crash Course...
Instructional Video7:09
Curated Video

Deep Learning - Crash Course 2023 - Challenges in Creating Deep Neural Networks from Scratch

Higher Ed
In this video, we will discuss the challenges involved in creating deep neural networks from scratch. We will explore the common issues faced during the training process and learn how to overcome them. This clip is from the chapter...
Instructional Video14:13
Curated Video

Deep Learning - Crash Course 2023 - Going Deep into Neural Networks

Higher Ed
In this video, we will take a deep dive into neural networks and explore how to find the output for a deep neural network. This clip is from the chapter "Universal Approximation Theorem" of the series "Deep Learning - Crash Course...
Instructional Video9:34
Curated Video

Deep Learning - Crash Course 2023 - Linear Separation of Data

Higher Ed
In this video, we will write a program in Python to understand linear separation of data. This clip is from the chapter "Deep Neural Networks" of the series "Deep Learning - Crash Course 2023".In this section, we will try to understand...
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 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 Video8:25
Curated Video

Deep Learning - Crash Course 2023 - Class Sigmoid

Higher Ed
In this video, we will dive into the implementation of a class for the Sigmoid activation function. You will also get an assignment to further solidify your understanding of Sigmoid. This clip is from the chapter "Sigmoid Neuron...
Instructional Video7:47
Curated Video

Deep Learning - Crash Course 2023 - Data Standardization - 2

Higher Ed
In this video, we will understand when and how to apply standard Scaler with data standardization. This clip is from the chapter "Sigmoid Neuron Implement with Python" of the series "Deep Learning - Crash Course 2023".In this section,...
Instructional Video15:13
Curated Video

Deep Learning - Crash Course 2023 - Program in Python

Higher Ed
In this video, we will build a program in Python to implement Sigmoid Neuron. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Instructional Video5:51
Curated Video

Deep Learning - Crash Course 2023 - Gradient Descent

Higher Ed
In this video, you will learn about gradient descent. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.