Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,345 results
What is a neural network?: Very simple explanation of a neural network using an analogy that even a high school student can ...
636,000 views
5 years ago
I asked a couple of my friends this question: What is the difference between Machine Learning and Deep Learning and majority of ...
34,755 views
1 year ago
RNN or Recurrent Neural Network are also known as sequence models that are used mainly in the field of natural language ...
470,962 views
This video gives a very simple explanation of a chain rule that is used while training a neural network. Chain rule is something that ...
114,081 views
AI vs ML vs DL vs Gen AI, these terms can be confusing to understand. In this short video, I will explain the difference between ...
45,974 views
Are you planning to deploy a deep learning model on any edge device (microcontrollers, cell phone or wearable device)?
73,694 views
4 years ago
Machine learning models don't understand words. They should be converted to numbers before they are fed to RNN or any other ...
132,878 views
This video explains four reasons why deep learning has become so popular in past few years. In this deep learning tutorial python ...
327,837 views
Bi directional RNNs are used in NLP problems where looking at what comes in the sentence after a given word influences final ...
104,442 views
Activation functions (step, sigmoid, tanh, relu, leaky relu ) are very important in building a non linear model for a given problem.
322,492 views
Are you using flask or Fast API to serve your machine learning models? tf serving is a tool that allows you to bring up a model ...
69,658 views
Derivatives and partial derivatives are important concepts that we need to understand in order to gain knowledge on how neural ...
156,282 views
YOLO (You only look once) is a state of the art object detection algorithm that has become main method of detecting objects in the ...
920,363 views
Vanishing gradient is a commong problem encountered while training a deep neural network with many layers. In case of RNN ...
159,982 views
In this video, we will see how you can think of a logistic regression as a neuron. We will use insurance dataset as a sample and ...
413,513 views
Overfitting and underfitting are common phenomena in the field of machine learning and the techniques used to tackle overfitting ...
116,929 views
Matrix fundamentals are essential to understand how deep learning works. In this video we will go over what is matrix, matrix ...
154,020 views
In this video we will understand how K nearest neighbors algorithm work. Then write python code using sklearn library to build a ...
271,047 views
Simple Explanation of GRU (Gated Recurrent Units): Similar to LSTM, Gated recurrent unit addresses short term memory problem ...
206,501 views
LSTM or long short term memory is a special type of RNN that solves traditional RNN's short term memory problem. In this video I ...
585,820 views