ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

712 results

codebasics
Machine Learning Tutorial Python -1: What is Machine Learning?

What is Machine Learning? This is an introduction to machine learning to begin the python machine learning tutorial series.

6:51
Machine Learning Tutorial Python -1: What is Machine Learning?

1,638,890 views

7 years ago

codebasics
What is BERT? | Deep Learning Tutorial 46 (Tensorflow, Keras & Python)

What is BERT (Bidirectional Encoder Representations From Transformers) and how it is used to solve NLP tasks? This video ...

23:03
What is BERT? | Deep Learning Tutorial 46 (Tensorflow, Keras & Python)

353,324 views

4 years ago

codebasics
Transfer Learning | Deep Learning Tutorial 27 (Tensorflow, Keras & Python)

Transfer learning is a very important concept in the field of computer vision and natural language processing. Using transfer ...

25:55
Transfer Learning | Deep Learning Tutorial 27 (Tensorflow, Keras & Python)

224,704 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)

445,909 views

5 years ago

codebasics
Complete Roadmap for Machine Learning | ML Roadmap for Beginners

Machine Learning Engineer Roadmap: Step by step 6 months learning roadmap for machine learning engineer career. Most of ...

22:26
Complete Roadmap for Machine Learning | ML Roadmap for Beginners

303,958 views

4 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)

224,392 views

4 years ago

codebasics
Image classification vs Object detection vs Image Segmentation | Deep Learning Tutorial 28

Using a simple example I will explain the difference between image classification, object detection and image segmentation in this ...

2:32
Image classification vs Object detection vs Image Segmentation | Deep Learning Tutorial 28

180,501 views

5 years ago

codebasics
Simple Explanation of LSTM | Deep Learning Tutorial 36 (Tensorflow, Keras & Python)

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

14:37
Simple Explanation of LSTM | Deep Learning Tutorial 36 (Tensorflow, Keras & Python)

559,623 views

4 years ago

codebasics
Tensorflow Input Pipeline | tf Dataset | Deep Learning Tutorial 44 (Tensorflow, Keras & Python)

Tensorflow tf.Data api allows you to build a data input pipeline. Using this you can handle large dataset for your deep learning ...

33:19
Tensorflow Input Pipeline | tf Dataset | Deep Learning Tutorial 44 (Tensorflow, Keras & Python)

125,319 views

4 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)

872,683 views

5 years ago

codebasics
Data Science Projects For Resume | Machine Learning Projects With Source Code

5 Essential end to end data science projects for a data scientist resume. 3 of these projects are machine learning projects and 2 of ...

14:07
Data Science Projects For Resume | Machine Learning Projects With Source Code

695,971 views

4 years ago

freeCodeCamp.org and Kylie Ying
Machine Learning for Everybody – Full Course

Learn Machine Learning in a way that is accessible to absolute beginners. You will learn the basics of Machine Learning and how ...

3:53:53
Machine Learning for Everybody – Full Course

9,561,987 views

3 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,545 views

4 years ago

codebasics
Introduction | NLP Tutorial For Beginners In Python  -  Season 1 Episode 1

We are starting an Natural Language Processing tutorial for beginners series in Python. This will be the first episode in season 1.

10:07
Introduction | NLP Tutorial For Beginners In Python - Season 1 Episode 1

550,202 views

3 years ago

codebasics
Introduction | Mathematics and statistics for data science and machine learning

Mathematics and statistics for data science and machine learning: I am thrilled to announce that with this video I am starting a new ...

2:07
Introduction | Mathematics and statistics for data science and machine learning

396,517 views

4 years ago

freeCodeCamp.org
Keras with TensorFlow Course - Python Deep Learning and Neural Networks for Beginners Tutorial

This course will teach you how to use Keras, a neural network API written in Python and integrated with TensorFlow. We will learn ...

2:47:55
Keras with TensorFlow Course - Python Deep Learning and Neural Networks for Beginners Tutorial

989,870 views

5 years ago

codebasics
Machine Learning Tutorial Python - 18: K nearest neighbors classification with python code

In this video we will understand how K nearest neighbors algorithm work. Then write python code using sklearn library to build a ...

15:42
Machine Learning Tutorial Python - 18: K nearest neighbors classification with python code

258,372 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)

125,006 views

4 years ago

codebasics
Deep learning project end to end | Potato Disease Classification - 2 :Data collection, preprocessing

End to end deep learning project for potato disease classification. In this session, we will cover, ⭐️ Timestamps ⭐️ 00:00 ...

32:03
Deep learning project end to end | Potato Disease Classification - 2 :Data collection, preprocessing

339,618 views

4 years ago

freeCodeCamp.org
TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial

Learn how to use TensorFlow 2.0 in this full tutorial course for beginners. This course is designed for Python programmers looking ...

6:52:08
TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial

3,428,053 views

5 years ago

codebasics
Machine Learning Tutorial Python - 17: L1 and L2 Regularization | Lasso, Ridge Regression

In this Python machine learning tutorial for beginners, we will look into, 1) What is overfitting, underfitting 2) How to address ...

19:21
Machine Learning Tutorial Python - 17: L1 and L2 Regularization | Lasso, Ridge Regression

368,416 views

5 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,868 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)

68,088 views

4 years ago

Great Learning
Prompt Engineering 2025 Full course | Prompt engineering course | ChatGPT Prompts

Go to https://bit.ly/prompt-engineering-essentials-with-aws to master Prompt Engineering with a 7-day free trial—get job-ready ...

1:16:10
Prompt Engineering 2025 Full course | Prompt engineering course | ChatGPT Prompts

804,705 views

1 year ago

freeCodeCamp.org
PySpark Tutorial

Learn PySpark, an interface for Apache Spark in Python. PySpark is often used for large-scale data processing and machine ...

1:49:02
PySpark Tutorial

1,635,414 views

4 years ago