ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,869 results

codebasics
Neural Network For Handwritten Digits Classification | Deep Learning Tutorial 7 (Tensorflow2.0)

In this video we will build our first neural network in tensorflow and python for handwritten digits classification. We will first build a ...

36:39
Neural Network For Handwritten Digits Classification | Deep Learning Tutorial 7 (Tensorflow2.0)

544,091 views

5 years ago

codebasics
AI Engineer Roadmap | How I'd Learn AI in 2026

... AI 00:42:37 Machine Learning 00:46:46 DevOps, MLOps, FastAPI 00:50:34 Machine Learning Projects 00:52:53 Deep Learning ...

1:05:56
AI Engineer Roadmap | How I'd Learn AI in 2026

182,386 views

1 month ago

codebasics
AI Basics for Beginners

... 3:02 - 15:54 : Machine Learning 15:55 - 34:17: Deep Learning 34:18 - 36:49 : Generative AI 36:50 - 39:20 : Traditional AI vs Gen ...

1:00:44
AI Basics for Beginners

547,421 views

7 months ago

codebasics
Loss or Cost Function | Deep Learning Tutorial 11 (Tensorflow Tutorial, Keras & Python)

Loss or a cost function is an important concept we need to understand if you want to grasp how a neural network trains itself.

24:37
Loss or Cost Function | Deep Learning Tutorial 11 (Tensorflow Tutorial, Keras & Python)

189,474 views

5 years ago

codebasics
Gen AI Course | Gen AI Tutorial For Beginners

This Gen AI tutorial for beginners is sort of like a Gen AI mini-course where a person can start learning the fundamentals of Gen AI ...

3:19:26
Gen AI Course | Gen AI Tutorial For Beginners

1,003,505 views

1 year ago

codebasics
Databricks Free Edition Tutorial with End-to-End Data + AI Project | Free Crash Course

Learn Databricks foundations from scratch and build a real end-to-end project in E-Commerce domain that you can confidently put ...

3:35:31
Databricks Free Edition Tutorial with End-to-End Data + AI Project | Free Crash Course

83,382 views

1 month ago

codebasics
Simple explanation of convolutional neural network | Deep Learning Tutorial 23 (Tensorflow & Python)

A very simple explanation of convolutional neural network or CNN or ConvNet such that even a high school student can ...

23:54
Simple explanation of convolutional neural network | Deep Learning Tutorial 23 (Tensorflow & Python)

1,311,678 views

5 years ago

codebasics
Transformers Explained | Simple Explanation of Transformers

Transformers is a deep learning architecture that started the modern day AI bootcamp. Applications like ChatGPT uses a model ...

57:31
Transformers Explained | Simple Explanation of Transformers

290,728 views

11 months ago

codebasics
Image classification using CNN (CIFAR10 dataset) | Deep Learning Tutorial 24 (Tensorflow & Python)

In this video we will do small image classification using CIFAR10 dataset in tensorflow. We will use convolutional neural network ...

28:12
Image classification using CNN (CIFAR10 dataset) | Deep Learning Tutorial 24 (Tensorflow & Python)

590,904 views

5 years ago

codebasics
Gradient Descent For Neural Network | Deep Learning Tutorial 12 (Tensorflow2.0, Keras & Python)

Gradient descent is the heart of all supervised learning models. It is important to understand this technique if you are pursuing a ...

41:34
Gradient Descent For Neural Network | Deep Learning Tutorial 12 (Tensorflow2.0, Keras & Python)

229,774 views

5 years ago

codebasics
Handling imbalanced dataset in machine learning | Deep Learning Tutorial 21 (Tensorflow2.0 & Python)

Credit card fraud detection, cancer prediction, customer churn prediction are some of the examples where you might get an ...

38:26
Handling imbalanced dataset in machine learning | Deep Learning Tutorial 21 (Tensorflow2.0 & Python)

221,882 views

5 years ago

codebasics
GPU bench-marking with image classification | Deep Learning Tutorial 17 (Tensorflow2.0, Python)

This video shows performance comparison of using a CPU vs NVIDIA TITAN RTX GPU for deep learning. We are using 60000 ...

23:58
GPU bench-marking with image classification | Deep Learning Tutorial 17 (Tensorflow2.0, Python)

97,393 views

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

350,871 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)

124,770 views

4 years ago

WsCube Tech
Deep Learning Full Course 2025 | Deep Learning Tutorial for Beginners [4 Hours] - 2024 Edition

Deep Learning Full Course 2025 | Deep Learning Tutorial for Beginners [4 Hours] - 2024 Edition To learn Data Analytics ...

4:24:59
Deep Learning Full Course 2025 | Deep Learning Tutorial for Beginners [4 Hours] - 2024 Edition

264,501 views

1 year ago

codebasics
Data augmentation to address overfitting | Deep Learning Tutorial 26 (Tensorflow, Keras & Python)

When we don't have enough training samples to cover diverse cases in image classification, often CNN might overfit. To address ...

31:33
Data augmentation to address overfitting | Deep Learning Tutorial 26 (Tensorflow, Keras & Python)

174,724 views

5 years ago

codebasics
Data Analyst Roadmap 2026 | How I'd learn Data Analytics in 2026

One career role that has been the entry gate for many to enter the Data & AI field is "Data Analyst". In this video, we will look at the ...

1:05:35
Data Analyst Roadmap 2026 | How I'd learn Data Analytics in 2026

28,457 views

10 days ago

codebasics
Deep learning project end to end | Potato Disease Classification - 3 : Model Building

We will train a convolutional neural network in tensorflow using potato plant images. The goal of this model would be to classify ...

28:26
Deep learning project end to end | Potato Disease Classification - 3 : Model Building

195,041 views

4 years ago

codebasics
Machine Learning Tutorial Python - 4: Gradient Descent and Cost Function

In this tutorial, we are covering few important concepts in machine learning such as cost function, gradient descent, learning rate ...

28:26
Machine Learning Tutorial Python - 4: Gradient Descent and Cost Function

799,973 views

7 years ago

freeCodeCamp.org
PyTorch for Deep Learning & Machine Learning – Full Course

Learn PyTorch for deep learning in this comprehensive course for beginners. PyTorch is a machine learning framework written in ...

25:37:26
PyTorch for Deep Learning & Machine Learning – Full Course

3,029,422 views

3 years ago

codebasics
Customer churn prediction using ANN | Deep Learning Tutorial 18 (Tensorflow2.0, Keras & Python)

In this video we will build a customer churn prediction model using artificial neural network or ANN. Customer churn measures ...

40:41
Customer churn prediction using ANN | Deep Learning Tutorial 18 (Tensorflow2.0, Keras & Python)

245,174 views

5 years ago

codebasics
Text Classification Using BERT & Tensorflow | Deep Learning Tutorial 47 (Tensorflow, Keras & Python)

Using BERT and Tensorflow 2.0, we will write simple code to classify emails as spam or not spam. BERT will be used to generate ...

29:14
Text Classification Using BERT & Tensorflow | Deep Learning Tutorial 47 (Tensorflow, Keras & Python)

191,122 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

337,740 views

4 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,744 views

4 years ago

codebasics
Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging

Ensemble learning is all about using multiple models to combine their prediction power to get better predictions that has low ...

23:37
Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging

128,309 views

4 years ago