ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,264 results

codebasics
Neural Network Simply Explained | Deep Learning Tutorial 4 (Tensorflow2.0, Keras & Python)

What is a neural network?: Very simple explanation of a neural network using an analogy that even a high school student can ...

11:01
Neural Network Simply Explained | Deep Learning Tutorial 4 (Tensorflow2.0, Keras & Python)

604,217 views

5 years ago

codebasics
Machine Learning vs Deep Learning

I asked a couple of my friends this question: What is the difference between Machine Learning and Deep Learning and majority of ...

7:25
Machine Learning vs Deep Learning

29,638 views

10 months ago

codebasics
Activation Functions | Deep Learning Tutorial 8 (Tensorflow Tutorial, Keras & Python)

Activation functions (step, sigmoid, tanh, relu, leaky relu ) are very important in building a non linear model for a given problem.

16:29
Activation Functions | Deep Learning Tutorial 8 (Tensorflow Tutorial, Keras & Python)

309,543 views

5 years ago

codebasics
AI vs ML vs DL vs Generative AI

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 ...

6:03
AI vs ML vs DL vs Generative AI

42,379 views

1 year ago

codebasics
Applications of computer vision | Deep Learning Tutorial 22 (Tensorflow2.0, Keras & Python)

Advancements in deep learning (especially invention of convolutional neural network or CNN or ConvNet) has made possible ...

9:44
Applications of computer vision | Deep Learning Tutorial 22 (Tensorflow2.0, Keras & Python)

113,289 views

5 years ago

codebasics
Quantization in deep learning | Deep Learning Tutorial 49 (Tensorflow, Keras & Python)

Are you planning to deploy a deep learning model on any edge device (microcontrollers, cell phone or wearable device)?

15:35
Quantization in deep learning | Deep Learning Tutorial 49 (Tensorflow, Keras & Python)

70,306 views

4 years ago

codebasics
Converting words to numbers, Word Embeddings | Deep Learning Tutorial 39 (Tensorflow & Python)

Machine learning models don't understand words. They should be converted to numbers before they are fed to RNN or any other ...

11:32
Converting words to numbers, Word Embeddings | Deep Learning Tutorial 39 (Tensorflow & Python)

124,305 views

4 years ago

codebasics
Chain Rule | Deep Learning Tutorial 15 (Tensorflow2.0, Keras & Python)

This video gives a very simple explanation of a chain rule that is used while training a neural network. Chain rule is something that ...

14:06
Chain Rule | Deep Learning Tutorial 15 (Tensorflow2.0, Keras & Python)

108,492 views

5 years ago

codebasics
Simple Explanation of GRU (Gated Recurrent Units) | Deep Learning Tutorial 37 (Tensorflow & Python)

Simple Explanation of GRU (Gated Recurrent Units): Similar to LSTM, Gated recurrent unit addresses short term memory problem ...

8:15
Simple Explanation of GRU (Gated Recurrent Units) | Deep Learning Tutorial 37 (Tensorflow & Python)

191,163 views

4 years ago

codebasics
What is a neuron? | Deep Learning Tutorial 3 (Tensorflow Tutorial, Keras & Python)

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 ...

16:49
What is a neuron? | Deep Learning Tutorial 3 (Tensorflow Tutorial, Keras & Python)

394,602 views

5 years ago

codebasics
What is YOLO algorithm? | Deep Learning Tutorial 31 (Tensorflow, Keras & Python)

YOLO (You only look once) is a state of the art object detection algorithm that has become main method of detecting objects in the ...

16:05
What is YOLO algorithm? | Deep Learning Tutorial 31 (Tensorflow, Keras & Python)

868,092 views

5 years ago

Simplilearn
Deep Learning | What is Deep Learning? | Deep Learning Tutorial For Beginners | 2026 | Simplilearn

"️ Professional Certificate in AI and Machine Learning by Simplilearn in collaboration with Purdue University ...

5:52
Deep Learning | What is Deep Learning? | Deep Learning Tutorial For Beginners | 2026 | Simplilearn

1,588,629 views

6 years ago

codebasics
Dropout Regularization | Deep Learning Tutorial 20 (Tensorflow2.0, Keras & Python)

Overfitting and underfitting are common phenomena in the field of machine learning and the techniques used to tackle overfitting ...

19:02
Dropout Regularization | Deep Learning Tutorial 20 (Tensorflow2.0, Keras & Python)

112,557 views

5 years ago

codebasics
What is Word2Vec? A Simple Explanation | Deep Learning Tutorial 41 (Tensorflow, Keras & Python)

A very simple explanation of word2vec. This video gives an intuitive understanding of how word2vec algorithm works and how it ...

18:28
What is Word2Vec? A Simple Explanation | Deep Learning Tutorial 41 (Tensorflow, Keras & Python)

223,548 views

4 years ago

codebasics
Derivatives | Deep Learning Tutorial 9 (Tensorflow Tutorial, Keras & Python)

Derivatives and partial derivatives are important concepts that we need to understand in order to gain knowledge on how neural ...

12:35
Derivatives | Deep Learning Tutorial 9 (Tensorflow Tutorial, Keras & Python)

149,526 views

5 years ago

codebasics
What is Recurrent Neural Network (RNN)? Deep Learning Tutorial 33 (Tensorflow, Keras & Python)

RNN or Recurrent Neural Network are also known as sequence models that are used mainly in the field of natural language ...

16:00
What is Recurrent Neural Network (RNN)? Deep Learning Tutorial 33 (Tensorflow, Keras & Python)

443,448 views

4 years ago

codebasics
tf serving tutorial | tensorflow serving tutorial | Deep Learning Tutorial 48 (Tensorflow, Python)

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 ...

19:52
tf serving tutorial | tensorflow serving tutorial | Deep Learning Tutorial 48 (Tensorflow, Python)

67,929 views

4 years ago

codebasics
Machine Learning Tutorial Python - 20: Bias vs Variance In Machine Learning

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 ...

10:50
Machine Learning Tutorial Python - 20: Bias vs Variance In Machine Learning

112,180 views

4 years ago

codebasics
Precision, Recall, F1 score, True Positive|Deep Learning Tutorial 19 (Tensorflow2.0, Keras & Python)

In this video we will go over following concepts, What is true positive, false positive, true negative, false negative What is precision ...

11:46
Precision, Recall, F1 score, True Positive|Deep Learning Tutorial 19 (Tensorflow2.0, Keras & Python)

332,295 views

5 years ago

codebasics
Why deep learning is becoming so popular? | Deep Learning Tutorial 2 (Tensorflow2.0, Keras & Python)

This video explains four reasons why deep learning has become so popular in past few years. In this deep learning tutorial python ...

5:25
Why deep learning is becoming so popular? | Deep Learning Tutorial 2 (Tensorflow2.0, Keras & Python)

313,031 views

5 years ago

codebasics
Vanishing and exploding gradients | Deep Learning Tutorial 35 (Tensorflow, Keras & Python)

Vanishing gradient is a commong problem encountered while training a deep neural network with many layers. In case of RNN ...

9:53
Vanishing and exploding gradients | Deep Learning Tutorial 35 (Tensorflow, Keras & Python)

148,281 views

4 years ago

codebasics
LLM Explained |  What is LLM

Simple and easy explanation of LLM or Large Language Model in less than 5 minutes. In this short video, you will build an ...

4:17
LLM Explained | What is LLM

385,699 views

2 years ago

codebasics
What is Federated Learning?

Federated learning is a machine learning concept used in a scenario where multiple models on private data are trained and then ...

7:45
What is Federated Learning?

34,599 views

1 year ago

codebasics
Matrix Basics | Deep Learning Tutorial 10 (Tensorflow Tutorial, Keras & Python)

Matrix fundamentals are essential to understand how deep learning works. In this video we will go over what is matrix, matrix ...

11:42
Matrix Basics | Deep Learning Tutorial 10 (Tensorflow Tutorial, Keras & Python)

148,612 views

5 years ago

Deepia
Autoencoders | Deep Learning Animated

In this video, we dive into the world of autoencoders, a fundamental concept in deep learning. You'll learn how autoencoders ...

11:41
Autoencoders | Deep Learning Animated

120,237 views

1 year ago