Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Heapify!
Learn to ensure that when we add an element or remove an element from an existing heap, so that the heap property and shape property is maintained. This clip is from the chapter "Heaps" of the series "From 0 to 1: Data Structures &...
Brian McLogan
Graphing the Sine Function with a Reflection Over the Y Axis
👉 Learn how to graph a sine function. To graph a sine function, we first determine the amplitude (the maximum point on the graph), the period (the distance/time for a complete oscillation), the phase shift (the horizontal shift from the...
Brian McLogan
Graphing a Sine Graph with Transformations
👉 Learn how to graph a sine function. To graph a sine function, we first determine the amplitude (the maximum point on the graph), the period (the distance/time for a complete oscillation), the phase shift (the horizontal shift from the...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (Min and Max)
It's time for a short quiz on finding the minimum and maximum from the given dataset. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Auto-Fit & Minmax
CSS Grid: Auto-Fit & Minmax This clip is from the chapter "CSS Grid" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Grid.
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 10 – Configuring Profiles for Limits Service
This video explains how to configure profiles for limits service. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
PMP Certification Training - Introduction to PMBOK and Applying for PMP
This video introduces you to PMBOK and applying for PMP. This clip is from the chapter "Introduction to PMP and PMI" of the series "PMP® Certification Training".This section explains the course.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Batch MiniBatch Stochastic Gradient Descent
This video explains batch MiniBatch stochastic gradient descent. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the...
Curated Video
Machine Learning Random Forest with Python from Scratch - Overfitting and Underfitting
In this video, you will learn about overfitting, a modeling error when a model performs well in training but not in testing, and underfitting, where the model neither performs well during training nor during testing. This clip is from...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Group By)
Let's discuss a solution to the quiz. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 42 – Understanding the Need for Spring Cloud Bus
This video helps us understand the need for Spring Cloud Bus. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 08 – Configuration for Multiple Environments in Git Repository
This video explains configuration for multiple environments in Git repository. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Helpful Operators
A bunch of miscellaneous Python functions that will help you in your day-to-day coding. This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give an...
Curated Video
Finding the Range in a Data Set
In this video we will learn how to find the range. We will discover that we first must put the data set in order or identify the least value in the data set. Then, we must identify the largest value in the data set. The range is found by...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN Weights Initializations
This video explains about weights initializations. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Models and Optimization: Optimization
In this video, we will cover optimization. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Flipping Physics
Nonuniform Circular Motion - Force of Tension in a Rope
Determining the force of tension in a string as a function of angular position for a ball moving in a vertical circle. A ball of mass m on the end of a string of length L moves in a vertical circle with a non-constant angular speed ω....
Brian McLogan
How do you find the vertex of a parabola
👉 Learn the basics to understanding graphing quadratics. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - RAID
The Random Array of Independent Devices (RAID) is a philosophy of using multiple drives working as a single drive – an array – for speed or redundancy. A good tech should understand the many RAID levels and the benefits they provide....
Curated Video
Arduino for Beginners - 2022 Complete Course - Read an Analog Value from the Potentiometer
This video explains reading an analog value from the Potentiometer. This clip is from the chapter "Potentiometer- Analog Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the Potentiometer.
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - List of Materials for This Course and Recommendations
This video talks about the list of materials for this course and the recommendations from the author's end. This clip is from the chapter "Introduction to the Course" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - RGB Images Quiz
This is a quiz video on RGB images. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.