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 - Program: Find Max Value In Array
Furthering our program writing skills, we will learn to create a program that determines the maximum value in an array.
Curated Video
Deep Learning - Crash Course 2023 - Challenges in Creating Deep Neural Networks from Scratch
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...
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.
Curated Video
Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs
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...
Curated Video
Deep Learning - Crash Course 2023 - Loss Function and Parameter Update
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.
Curated Video
Deep Learning - Crash Course 2023 - Loss Functions
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.
Curated Video
Deep Learning - Crash Course 2023 - Functions and Classes in Python
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...
Curated Video
Deep Learning - Crash Course 2023 - Learning Algorithms and Model Performance
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...
Curated Video
Supercharge Scala Future | FP-Tower - Evaluation
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...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Important Parameters
In this video, we will look at the important parameters defined in a recommender system.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Backups Lab
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Setting Up an EC2 Windows Instance Lab
How about a Windows instance running in AWS? This video demonstrates the processes used to instantiate a Windows instance in AWS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Configuring DHCP Options Lab
You can configure some DHCP options for the devices that participate in your VPC. This video shows you how to configure these options.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Configuration Lab
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Launch Methods
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.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Summary-1
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...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - More Advanced Testing with Sqlmap Demo
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...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - More Advanced Testing with Sqlmap Overview
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...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Demo
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...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Overview
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow Server-Side
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.