Instructional Video2:35
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Image Processing: Image Sharpening

Higher Ed
In this video, we will cover image sharpening. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video9:25
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Image Processing: Edge Detection

Higher Ed
In this video, we will cover edge detection. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Instructional Video9:08
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Implementation in NumPy BackwardPass 3

Higher Ed
In this video, we will cover implementation in NumPy BackwardPass 3. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video7:00
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon Simple Queue Service (Amazon SQS) Overview

Higher Ed
This video provides an overview of Amazon SQS. This clip is from the chapter "Domain 1: Collection" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn to build up a system to populate...
Instructional Video3:22
Curated Video

Data Structures and Algorithms The Complete Masterclass - Selection Sort Visualization

Higher Ed
This video focuses on selection sort visualization. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.
Instructional Video13:51
Curated Video

Data Structures and Algorithms The Complete Masterclass - Heap Sort and Priority Queues

Higher Ed
This video explains focuses on heap sort and priority queues. This clip is from the chapter "Data Structures – Heaps" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to heaps in data...
Instructional Video3:19
Curated Video

Data Structures and Algorithms The Complete Masterclass - Depth-first Search Complexity

Higher Ed
This video explains depth-first search complexity. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree traversals.
Instructional Video2:20
Curated Video

Data Structures and Algorithms The Complete Masterclass - Breadth-first Search Complexity

Higher Ed
This video explains breadth first search complexity. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree traversals.
Instructional Video4:35
Curated Video

Data Structures and Algorithms The Complete Masterclass - Binary Search Complexity

Higher Ed
This video introduces you to binary search complexity. This clip is from the chapter "Algorithm: Searching" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of searching.
Instructional Video7:52
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Vanishing Gradients in RNN: Introduction Vanishing Gradients in RNN

Higher Ed
In this video, we will cover vanishing gradients in RNN. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video3:38
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Creating a Sankey Chart in Power BI

Higher Ed
This video demonstrates how to create a Sankey chart in Power BI. This clip is from the chapter "Advanced Charts in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section focuses on advanced...
Instructional Video8:13
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Kinesis Consumers

Higher Ed
This video explains the concept of Kinesis consumers. This clip is from the chapter "Domain 1: Collection" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn to build up a system to...
Instructional Video11:13
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Matplotlib for Data Visualization: Matplotlib Axis Limits

Higher Ed
In this video, we will cover Matplotlib Axis Limits. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Instructional Video5:28
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Classification Prediction Probabilities Exercise Solution

Higher Ed
In this video, we will cover classification prediction probabilities exercise solution. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video18:30
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercise - Cisco Interview Question on Arrays

Higher Ed
This video presents a practice exercise on arrays. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video9:45
Curated Video

Finding the Value of the Derivative of a Curve Using Differentiation

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 1HR Q19, which involves differentiation. By the end of the video, learners will understand the concept of differentiation and its application to...
Instructional Video5:23
Brainwaves Video Anthology

Exploring Ubuntu: The Philosophy of Interconnectedness and Generosity

Higher Ed
This video features scholar Unifier Dyer discussing the concept of Ubuntu, an African philosophy rooted in relational understanding and familial connections found across various languages and cultures on the continent. The video...
Instructional Video9:02
Brian McLogan

Finding the domain range and graphing a quadratic

12th - Higher Ed
👉 Learn how to graph quadratics in standard form. 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...
Instructional Video2:55
FuseSchool

BIOLOGY - Plant Biology - Rate of Photosynthesis

6th - Higher Ed
hotosynthesis is a chemical reaction that is fundamental to life. In this video we are going to have a look at the factors that affect the rate of photosynthesis. There are 3 main factors: light intensity, carbon dioxide concentration...
Instructional Video5:29
Brian McLogan

Overview of functions zeros and increasing decreasing

12th - Higher Ed
👉 Learn how to determine increasing/decreasing intervals. There are many ways in which we can determine whether a function is increasing or decreasing but we will focus on determining increasing/decreasing from the graph of the function....
Instructional Video4:29
Packt

Binary Search Complexity

Higher Ed
This video introduces you to binary search complexity. This clip is from the chapter "Algorithm: Searching" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of searching.
Instructional Video8:01
Curated Video

Measures of Variation: Range, Interquartile Range, and Percentile Range

Higher Ed
This video explains the different measures of variation, specifically the range, interquartile range, and percentile range. The host demonstrates how each measure is calculated and defines the various quartiles and percentiles used in...
Instructional Video4:48
Curated Video

Describe an advanced data structure : Binary Searching for an Optimal Subarray Length

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video3:04
National Institute of Standards and Technology

Lead paint in children's toys

9th - 12th
Lead is a toxic element, and recent regulations have significantly reduced the maximum amount of lead allowed in paints for children's toys. To help manufacturers, importers, and enforcers ensure that their testing procedures are working...