Instructional Video5:02
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Matplotlib for Data Visualization: Matplotlib 3D Scatter Plots

Higher Ed
In this video, we will cover Matplotlib 3D scatter plots. 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...
Instructional Video2:50
Virtually Passed

curvilinear motion intuition

Higher Ed
The development of the n - t coordinate system paved the way for circular motion formulas and polar equations of motion formulas. In a nutshell, t is the direction tangential to your path and n is the direction towards the inside of your...
Instructional Video8:14
Brian McLogan

Verify 3 Basic Trigonometric Identities

12th - Higher Ed
Verify 3 Basic Trigonometric Identities
Instructional Video12:49
Professor Dave Explains

Practice Problem: Synthesis Challenge

12th - Higher Ed
We've got a target molecule to synthesize, and we have to start from benzene and other reagents of three carbons or less. How are we gonna do this? Think about the reactions you know, especially some electrophilic aromatic substitution,...
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 Video5:28
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Solution (Alpha)

Higher Ed
This is a solution video on Alpha. This clip is from the chapter "Hyper Parameters and Concepts" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on hyper parameters and concepts.
Instructional Video3:19
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Introduction to Module - Hyper Parameters and Concepts

Higher Ed
This video provides an introduction to the module. This clip is from the chapter "Hyper Parameters and Concepts" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on hyper parameters and...
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 Video1:15
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Quiz (Alpha)

Higher Ed
This is a quiz video on Alpha. This clip is from the chapter "Hyper Parameters and Concepts" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on hyper parameters and concepts.
Instructional Video6:26
Packt

Fundamentals of Neural Networks - Forward Propagation

Higher Ed
This video explains forward propagation and will dive deeper into the architecture of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video10:38
Curated Video

PEP8 Guidelines Python Clean Coding - PEP 8 Imports and Dunder Names

Higher Ed
This video explains PEP 8 imports and dunder names. This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the PEP8 code layout.
Instructional Video12:47
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Matplotlib, Seaborn, and Bokeh for Data Visualization: Histograms Kdeplot

Higher Ed
In this video, we will cover histograms Kdeplot. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video8:16
Curated Video

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

Higher Ed
In this video, we will cover Matplotlib histograms. 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 Video8:36
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Matplotlib for Data Visualization: Matplotlib 3D Surface Plots

Higher Ed
In this video, we will cover Matplotlib 3D surface plots. 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...
Instructional Video14:11
Catalyst University

Serine Racemase: Mechanism and Inuition

Higher Ed
Serine Racemase: Mechanism and Inuition
Instructional Video11:16
Packt

Fundamentals of Neural Networks - Purpose of Neural Networks

Higher Ed
This video explains the purpose of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where you will learn every...
Instructional Video15:01
Curated Video

Fundamentals of Machine Learning - Sampling and Bootstrap

Higher Ed
This video explains the two most famous and common procedures—cross-validation and Bootstrap. This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical...
Instructional Video5:59
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Gradient Descent

Higher Ed
In this video, we will cover DNN gradient descent. 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 this section, we...
Instructional Video8:12
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: Gradient Descent

Higher Ed
In this video, we will cover gradient descent. 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 this section, we will...
Instructional Video1:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: Infinite Memory Architecture Exercise

Higher Ed
In this video, we will cover infinite memory architecture exercise. 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...
Instructional Video3:55
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: Fixed Length Memory Model Exercise Solution Part 02

Higher Ed
In this video, we will cover fixed length memory model exercise solution part 02. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects)...
Instructional Video19:42
Curated Video

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

Higher Ed
In this video, we will cover implementation in NumPy BackwardPass 5. 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 Video6:34
Curated Video

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

Higher Ed
In this video, we will cover attention model optional. 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,...