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 Video3:13
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Find Max Value In Array

Higher Ed
Furthering our program writing skills, we will learn to create a program that determines the maximum value in an array.
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 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.
Instructional Video7:29
Curated Video

Deep Learning - Crash Course 2023 - Manual Fitting of Data

Higher Ed
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.
Instructional Video7:24
Curated Video

Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs

Higher Ed
In this video, you will learn how to use graphs to visualize the accuracy of your deep learning model with increasing epochs. You will also be given an assignment to test your understanding. This clip is from the chapter "Perceptron in...
Instructional Video7:11
Curated Video

Deep Learning - Crash Course 2023 - Loss Function and Parameter Update

Higher Ed
In this video, you will learn about the loss function and parameter update. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
Instructional Video4:35
Curated Video

Deep Learning - Crash Course 2023 - Loss Functions

Higher Ed
In this video, you will learn about loss functions. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will learn some basic terms used in deep learning.
Instructional Video12:23
Curated Video

Deep Learning - Crash Course 2023 - Functions and Classes in Python

Higher Ed
In this video, we will understand what functions and classes are in Python. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation...
Instructional Video4:11
Curated Video

Deep Learning - Crash Course 2023 - Learning Algorithms and Model Performance

Higher Ed
In this video, you will learn two more terms related to deep learning called learning algorithms and model performance. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this...
Instructional Video12:49
Curated Video

Supercharge Scala Future | FP-Tower - Evaluation

Higher Ed
This video demonstrates how code is executed in Scala and how to delay an execution to an appropriate time. You will start by reviewing the techniques to define a code expression in Scala. This clip is from the chapter "Actions with...
Instructional Video7:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning

Higher Ed
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Instructional Video3:35
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Important Parameters

Higher Ed
In this video, we will look at the important parameters defined in a recommender system.
Instructional Video4:06
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Backups Lab

Higher Ed
Getting your data into a database is just a portion of the important tasks related to databases. You must also backup your databases regularly. The good news is that AWS RDS does this for you and you can manually do it as well.
Instructional Video11:54
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Setting Up an EC2 Windows Instance Lab

Higher Ed
How about a Windows instance running in AWS? This video demonstrates the processes used to instantiate a Windows instance in AWS.
Instructional Video4:19
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Configuring DHCP Options Lab

Higher Ed
You can configure some DHCP options for the devices that participate in your VPC. This video shows you how to configure these options.
Instructional Video12:50
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Configuration Lab

Higher Ed
After creating a database, you may want to change some properties or settings. This video provides an overview of the configuration options for your AWS RDS databases.
Instructional Video4:15
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Launch Methods

Higher Ed
Several launch methods are available for the use of autoscaling. This video explores the various methods available to you so that you can select the right method for your design.
Instructional Video5:07
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - Summary-1

Higher Ed
This video helps you with the summary of this section. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This section focuses on...
Instructional Video6:51
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - More Advanced Testing with Sqlmap Demo

Higher Ed
This is a demo video of more advanced testing with Sqlmap. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This section...
Instructional Video7:22
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - More Advanced Testing with Sqlmap Overview

Higher Ed
This video provides an overview of more advanced testing with Sqlmap. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This...
Instructional Video4:40
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Demo

Higher Ed
This is a demo video of the basics of Sqlmap. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This section focuses on how...
Instructional Video6:59
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Overview

Higher Ed
This video provides an overview of the basics of Sqlmap. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This section focuses...
Instructional Video13:02
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow Server-Side

Higher Ed
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.