Curated Video
Linux Crash Course for Beginners - 2023 - Course Overview
In this video, we will have a look at the course syllabus.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Printing Output to Console with Java - Exercise Statements
In this video, you will learn how to print output to the console with Java, with a focus on exercise statements.
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to CNN
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in...
Curated Video
Fundamentals of Neural Networks - Lab 4 - Functional API
This video demonstrates functional API versus sequential API. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where you will...
Curated Video
Fundamentals of Neural Networks - Long Short-Term Memory (LSTM)
Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture used in the field of deep learning. LSTM networks are well-suited to classifying, processing, and making predictions based on time series data...
Curated Video
Fundamentals of Neural Networks - VGG16
This video explains VGG16 which is a convolutional neural network model proposed by K. Simonyan and A. Zisserman from the University of Oxford in the paper "Very Deep Convolutional Networks for Large-Scale Image Recognition". This clip...
Curated Video
Fundamentals of Neural Networks - Stride
For a convolutional or pooling operation, the stride denotes the number of pixels by which the window moves after each operation. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural...
Curated Video
Fundamentals of Neural Networks - Convolutional Operation
The Convolution layer (CONV) uses filters that perform convolution operations as it is scanning the input with respect to its dimensions. Its hyperparameters include the filter size and stride. The resulting output is called a feature...
Curated Video
Fundamentals of Neural Networks - Forward Propagation
This video explains forward propagation and will dive deeper into the architecture of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Marketing Dashboard Part 2
This is a continuation of the previous lesson on creating a dashboard, including the marketing information from campaigns collected in part 1.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList
In this video, we will take a first look at ArrayList—refactoring student class to use ArrayList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Introduction to Break and Continue
In this video, you will learn about break and continue.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Java For Loop - Exercise - Sum Up to N Numbers and Sum of Divisors
In this video, you will learn about Java for loop with an exercise—sum up to n numbers and sum of divisors.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Java For Loop - Syntax and Puzzles
In this video, you will learn about Java for loop—syntax and puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Switch Statement - Puzzles - Default, Break, and Fall Through
In this video, you will learn about Java switch statement with puzzles—default, break, and fall through.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - If Else Statement – Puzzles
In this video, you will learn about the if else statement with puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Nested If Else
In this video, you will learn about nested if else.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Introduction to If Else Statement
In this video, you will learn about the if else statement.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Puzzles on This and Initialization of Member Variables
In this video, you will learn about puzzles on this and initialization of member variables.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Exercises and Tips - Getters and Generating Getters and Setters with E
In this video, you will learn about exercises and tips—getters and generating getters and setters with E.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method
In this video, you will learn about passing multiple parameters to a Java method.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Getting Back to Multiplication Table - Creating a Method
In this video, we will be getting back to the multiplication table and creating a method.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Your First Java Method - Hello World Twice and Exercise Statements
In this video, you will learn about your first Java method—hello world twice and exercise statements.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 - Section 02 - Methods - an Introduction
This video talks about methods, an introduction.