Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - WHILE | DO-WHILE | FOR
Here, we will understand what a loop is, and we will look at how a loop executes a program as long as a specified condition is true.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Switch Statement Program - Print Weekday Based On Number
Let's look at the SWITCH statement in this video, which is also a part of the decision-making tools in Java programming.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: IF/ELSE, Ternary Operator - Test Scores Program
We will learn to use the IF statement to check if a block of conditions is true and the ELSE statement if false and write a program to evaluate test scores.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Type Casting
In this lesson, we will learn to use a feature called typecasting to change one datatype to another and look at the two methods of typecasting.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Stringbuilder
Here, we will look at the StringBuilder, which creates a mutable or modifiable succession of characters in the strings class.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - String Methods
In this video, we will learn about the two methods of assigning a string variable in Java programming.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Strings
Continuing on our previous lesson, where we learned about the datatypes in Java, in this lesson, we will look at the string datatype in more detail.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Simple Interest Calculator
This lecture will demonstrate how to write a program that calculates simple interest earned on a dollar amount invested at an interest rate.
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 - Arithmetic Operators
In this lesson, we will perform basic arithmetic calculations used in Java for mathematical operations.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: User Input - Voting Age
We will learn to accept user inputs, a critical step for any software program. We will learn to use the scanner library to achieve this.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Boolean & Logical Operators
In this lecture, we will learn about the Boolean datatype and also look at logical operators in Java. We will create statements and have our program evaluate whether the statements are true or false.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Variables & Data Types
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.
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 - Moving from Shallow Learning to Deep Learning
In this video, we will be introduced to shallow learning. 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 on common...
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.
Curated Video
Deep Learning - Crash Course 2023 - Why Random Variable Is Important
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.
Curated Video
Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables
In this video, we will be introduced to probability and random variables. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Curated Video
Deep Learning - Crash Course 2023 - Class Sigmoid
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...
Curated Video
Deep Learning - Crash Course 2023 - Data Standardization - 2
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,...
Curated Video
Deep Learning - Crash Course 2023 - Data Standardization - 1
In this video, we will start working on data standardization with Sigmoid. This clip is from the chapter "Sigmoid Neuron Implement with Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to...
Curated Video
Deep Learning - Crash Course 2023 - Program Overview
In this video, we will discuss our program goal that we will be building in the next video. 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...
Curated Video
Deep Learning - Crash Course 2023 - Gradient Descent
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.
Curated Video
Deep Learning - Crash Course 2023 - Manual Fitting of Data
In this video, you will learn how to manually fit data. 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.