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
673 results
What is Machine Learning? This is an introduction to machine learning to begin the python machine learning tutorial series.
1,624,451 views
7 years ago
We are starting an Natural Language Processing tutorial for beginners series in Python. This will be the first episode in season 1.
544,758 views
3 years ago
FastAPI is a Python based web framework that allows you to write backend server in a matter of minutes. It can be used as a ...
200,779 views
4 years ago
Recursion in Python: This video provides a very simple explanation of recursion such that even a high school student can ...
131,486 views
An end to end NLP project consists of many steps. These steps together forms an NLP pipeline. The pipeline has various stages ...
131,229 views
In this video we will understand how K nearest neighbors algorithm work. Then write python code using sklearn library to build a ...
256,131 views
RNN or Recurrent Neural Network are also known as sequence models that are used mainly in the field of natural language ...
441,971 views
Bias variance trade off is a popular term in statistics. In this video we will look into what bias and variance means in the field of ...
111,734 views
Simple explanation of A/B Testing Such that even a high school student can understand it easily Do you want to learn technology ...
188,215 views
Cosine similarity, cosine distance explained in a way that high school student can also understand it easily. If you have ...
87,395 views
5 Essential end to end data science projects for a data scientist resume. 3 of these projects are machine learning projects and 2 of ...
693,331 views
Selection sort is a simple algorithm for sorting, it gives o(n^2) BIG O complexity. In this video we will go over some theory behind ...
55,575 views
5 years ago
To be a better programmer, learning just the syntax of coding is not enough. One needs to have solid logic building or thinking ...
58,512 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 ...
865,101 views
In this Python machine learning tutorial for beginners, we will look into, 1) What is overfitting, underfitting 2) How to address ...
365,571 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 ...
555,956 views
A very simple explanation of word2vec. This video gives an intuitive understanding of how word2vec algorithm works and how it ...
222,883 views
Stemming and lemmatization are two popular techniques to reduce a given word to its base word. Stemming uses a fixed set of ...
85,599 views
Machine learning models don't understand words. They should be converted to numbers before they are fed to RNN or any other ...
123,844 views
These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...
480,576 views
7 months ago