Instructional Video6:46
Curated Video

Graphs: Finding the Point of Intersection between a Line and the X-axis

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 2HR Q13, which involves finding the point of intersection between a line and the x-axis. Students will understand the properties of perpendicular...
Instructional Video10:41
KnowMo

Equations of a Straight Line from Coordinates

12th - Higher Ed
This video provides a lecture on how to calculate the equation of a straight line using coordinates. The presenter explains the formula for a linear graph, which is Y = MX + C, where M is the gradient and C is the Y-intercept. The video...
Instructional Video3:50
Apalapse

Camera Basics - Dynamic Range

9th - 12th
Hey everyone, it's been awhile since I've uploaded a Camera Basics video! In this episode I go over dynamic range and try to explain it in an easy way. Let me know if the video helped and if you have any further questions! Dynamic Range...
Instructional Video8:12
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gradient Descent

Higher Ed
This video explains about 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 overview of the deep neural...
Instructional Video11:08
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Backpropagation

Higher Ed
This video explains backpropagation. 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 overview of the deep neural network.
Instructional Video2:01
Curated Video

Python for Deep Learning - Build Neural Networks in Python - What is Gradient Descent?

Higher Ed
In this video, we will understand what Gradient Descent is. This clip is from the chapter "Gradient Descent Algorithm" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we will cover Gradient...
Instructional Video4:09
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent Exercise Solution

Higher Ed
This is an exercise solution video on gradient descent. 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...
Instructional Video5:53
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent

Higher Ed
This video demonstrates about gradient descent. 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...
Instructional Video7:31
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Automatic Differentiation PyTorch

Higher Ed
This video explains automatic differentiation in PyTorch. 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...
Instructional Video2:32
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent Summary

Higher Ed
This is a summary video on gradient descent. 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 deep RL.
Instructional Video4:03
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Optimizations

Higher Ed
This video explains about DNN optimizations. 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 deep RL.
Instructional Video3:08
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Local Minima Problem

Higher Ed
In this video, we will talk about the local minima problem. This clip is from the chapter "Optimizations" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover optimizations of a...
Instructional Video5:37
Curated Video

Powerful Presentations With Google Slides - Slide Backgrounds

Pre-K - Higher Ed
After this video, the viewer will be able to alter the existing slide background or apply a new background to the slide.
Instructional Video13:35
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Python 6

Higher Ed
In this video, we will cover language modelling next word prediction Python 6. 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...
Instructional Video8:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Automatic Differentiation PyTorch

Higher Ed
In this video, we will cover automatic differentiation PyTorch. 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...
Instructional Video9:38
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Backpropagation Through Time

Higher Ed
In this video, we will cover backpropagation through time. 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...
Instructional Video7:58
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: What is Chain Rule

Higher Ed
In this video, we will explain what is chain rule. 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,...
Instructional Video7:49
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Feature Engineering: Derived Features Histogram of Gradients Local Binary Patterns

Higher Ed
In this video, we will cover derived features histogram of gradients local binary patterns. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and...
Instructional Video7:37
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: Automatic Differentiation PyTorch New

Higher Ed
In this video, we will cover automatic differentiation PyTorch New. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video11:52
Curated Video

Finding the Line of Symmetry for an Isosceles Triangle - Algebraic Solution

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 1H Q20, which requires that the learner find an equation for the line of symmetry of an isosceles triangle. By the end of the video, learners will...
Instructional Video10:29
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Why Derivatives

Higher Ed
This video explains the need of derivatives. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video7:58
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - What Is Chain Rule

Higher Ed
This video explains about the chain rule. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video19:42
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 5

Higher Ed
This is fifth of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...
Instructional Video12:21
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 4

Higher Ed
This is fourth of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...