Instructional Video11:31
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - CloudWatch Live Dashboards and Widgets

Higher Ed
This video explains CloudWatch live dashboards and widgets. This clip is from the chapter "Create and Deploy Serverless Application Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you...
Instructional Video7:56
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Slicing-Part 2

Higher Ed
In this video, we will cover slicing-part 2. 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 Video9:08
Curated Video

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

Higher Ed
This is third 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 Video4:42
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Why Activation Function Is Required

Higher Ed
This video explains why activation function is required in DNN. 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 Video3:57
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation Gradient Step

Higher Ed
This video explains about the implementation of the gradient step. 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 Video4:48
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Why Activation Function Is Required

Higher Ed
In this video, we will understand why activation function is required. 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...
Instructional Video7:27
Curated Video

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

Higher Ed
In this video, we will cover language modelling next word prediction Python 3. 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 Video6:35
Instructional Video7:48
Curated Video

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

Higher Ed
In this video, we will cover RGB images. 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 Video6:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Why Gradients

Higher Ed
In this video, we will understand why gradients. 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, we will...
Instructional Video1:45
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Equations Exercise

Higher Ed
In this video, we will cover equations 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 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 Video3:50
Curated Video

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

Higher Ed
In this video, we will cover Seaborn Heatmaps. 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 to...
Instructional Video11:02
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Mathematical Foundation: Lagrange Multipliers

Higher Ed
In this video, we will cover Lagrange Multipliers. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video8:37
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Mathematical Foundation: Positive Semi Definite Matrix

Higher Ed
In this video, we will cover a positive semi definite matrix. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video3:55
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Mathematical Foundation: Introduction to Mathematical Foundation of Feature Selection

Higher Ed
In this video, we will cover an introduction to mathematical foundation of feature selection. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and...
Instructional Video14:53
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Mathematical Foundation: Activity-Linear Algebra Module Python

Higher Ed
In this video, we will cover activity-linear algebra module Python. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory...
Instructional Video15:01
Zach Star

Dear linear algebra students, This is what matrices (and matrix manipulation) really look like

12th - Higher Ed
Dear linear algebra students, This is what matrices (and matrix manipulation) really look like
Instructional Video7:48
APMonitor

Solve Linear Equations with MATLAB

10th - Higher Ed
MATLAB is used to solve a set of linear equations (Ax=b) by inverting the matrix A and multiplying by the b vector. Three ways to solve A*x=b are: x = inv(A)*b % good x = A\b % better x = linsolve(A,b) % best See...
Instructional Video7:13
msvgo

Transpose of a Matrix

K - 12th
It defines the transpose of a matrix. Further it states properties of transpose of a matrix.
Instructional Video10:35
msvgo

Types of Matrices

K - 12th
It introduces and explains different types of matrices with examples.
Instructional Video9:05
msvgo

Symmetric and Skew Symmetric Matrices

K - 12th
It defines symmetric and skew symmetric matrices and states important theorems based on it.
Instructional Video6:13
Professor Dave Explains

Types of Matrices and Matrix Addition

12th - Higher Ed
An overview of the types of matrices and how to perform matrix addition.
Instructional Video8:10
Professor Dave Explains

Understanding Vector Spaces

12th - Higher Ed
An introduction to vector spaces.