ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

248 results

EasyDataScience
Python machine learning | Classifying MNIST images using Convolutional Neural Network with PyTorch

We show how to set up a Convolutional Neural Network model ( CNN), with PyTorch in Python, for classifying MNIST hand-written ...

26:23
Python machine learning | Classifying MNIST images using Convolutional Neural Network with PyTorch

31 views

2 months ago

EasyDataScience
Python machine learning | Classifying MNIST images using PyTorch

In this video, we show how to classify images in MNIST digits data using 2 full-connected layer neuron network model with ...

19:58
Python machine learning | Classifying MNIST images using PyTorch

57 views

2 months ago

Zachary Huang
PyTorch in 1 Hour

Don't like the Sound Effect?:* https://youtu.be/GaLL7ZeXsWk *LLM Training Playlist:* ...

1:02:49
PyTorch in 1 Hour

46,467 views

3 months ago

EasyDataScience
Python machine learning | Using LLM GPT to Generate new Text with PyTorch

We talk about self attention mechanism in sequence data modeling, original transformer structure in deep learning, and using The ...

14:39
Python machine learning | Using LLM GPT to Generate new Text with PyTorch

50 views

3 weeks ago

DataCamp
Deep Learning with PyTorch Full Course | Master PyTorch, Tensors, and Neural Networks

Master Deep Learning with PyTorch! This full-course takes you from the fundamentals to advanced techniques, covering ...

1:55:37
Deep Learning with PyTorch Full Course | Master PyTorch, Tensors, and Neural Networks

13,678 views

9 months ago

The Program One
PyTorch vs TensorFlow vs JAX: The Ultimate Comparison

PyTorch vs TensorFlow vs JAX: The Ultimate Comparison! Dive into this in-depth analysis of three leading machine learning ...

3:28
PyTorch vs TensorFlow vs JAX: The Ultimate Comparison

6,541 views

8 months ago

EasyDataScience
Python machine learning | Face images classification using a CNN with PyTorch in Python

We show a deep learning model using PyTorch to classify smile in face image data Celebrity A. A convolutional model with three ...

21:26
Python machine learning | Face images classification using a CNN with PyTorch in Python

35 views

2 months ago

мыш
Neural Networks - Theory and Practice in Pytorch

We'll explore neural networks from scratch and reinforce each step with practice in PyTorch. 00:00 Intro 00:39 Linear Layers ...

27:25
Neural Networks - Theory and Practice in Pytorch

14,520 views

8 months ago

EasyDataScience
Python machine learning | Generating new text using RNNwith PyTorch

We explain the mechanism of RNN, hidden layer, and LSTM, then apply generating new text with character sequence data ...

31:44
Python machine learning | Generating new text using RNNwith PyTorch

48 views

2 months ago

мыш
PYTORCH FROM SCRATCH - TENSORS AND NEURAL NETWORKS

We'll take one of the most popular libraries for working with neural networks apart from scratch. We'll do a project from ...

28:12
PYTORCH FROM SCRATCH - TENSORS AND NEURAL NETWORKS

11,846 views

5 months ago

Antonio Rueda-Toicen
Building a Feedforward Network for Classification in PyTorch

GitHub repository: https://github.com/andandandand/practical-computer-vision 00:00 - Training a Network for Image Classification ...

32:52
Building a Feedforward Network for Classification in PyTorch

82 views

7 months ago

Nodematic Tutorials
Coding Your First Convolutional Neural Network (PyTorch)

In this hands-on tutorial, we take a practical, code-first approach to building and training a Convolutional Neural Network using ...

13:26
Coding Your First Convolutional Neural Network (PyTorch)

397 views

8 months ago

The Program One
Is Rust replacing python in AI/ML ?

Rust's unique features, like memory safety and performance, make it a powerful tool for developing AI applications. This video ...

3:37
Is Rust replacing python in AI/ML ?

13,565 views

10 months ago

Faisal's Devlog
I built a neural network in 4 hours (from scratch)

I build a neural network to classify my own digits with just Python and in 4 hours. 3Blue1Brown's series on neural networks and ...

9:08
I built a neural network in 4 hours (from scratch)

6,688 views

5 months ago

Codeically
I Made The Smallest (And Dumbest) LLM

I Made ChatGPT-2 Run on a Potato (63MB AI Model!) - Extreme Quantization Experiment What happens when you compress a ...

5:52
I Made The Smallest (And Dumbest) LLM

371,401 views

3 months ago

Deep Dive AI
5. How Artificial Neural Networks Learn - Visualizing Stochastic Gradient Descent with PyTorch

Stochastic Gradient Descent (SGD) in PyTorch for Linear Regression In this video, we dive into how to implement Stochastic ...

24:50
5. How Artificial Neural Networks Learn - Visualizing Stochastic Gradient Descent with PyTorch

50 views

8 months ago

NocturnalCoder
Mastering PyTorch Fundamentals | Tensors, Autograd & Neural Networks (in 30 Minutes)

Welcome to Nocturnal Coder In this session, we explore PyTorch from the ground up. Starting with tensors and autograd, we'll ...

31:57
Mastering PyTorch Fundamentals | Tensors, Autograd & Neural Networks (in 30 Minutes)

159 views

1 month ago

Behind The Binary
🎓 Master Deep Learning with Python and PyTorch! 🔥

Master Deep Learning with Python and PyTorch! Unlock the power of AI and Machine Learning using one of the most ...

5:57
🎓 Master Deep Learning with Python and PyTorch! 🔥

7 views

6 months ago

Nodematic Tutorials
PyTorch Intro Model: CPU vs GPU (From-Scratch Neural Net)

In this tutorial, we explore the small differences between CPU and GPU processing in PyTorch. Watch as we build an image ...

13:31
PyTorch Intro Model: CPU vs GPU (From-Scratch Neural Net)

161 views

8 months ago

Tech With Tim
How I'd Learn ML/AI FAST If I Had to Start Over

Start you tech career today with Simplilearn: https://bit.ly/Tech-with-Tim-AIML AI is changing extremely fast in 2025, and so is the ...

10:43
How I'd Learn ML/AI FAST If I Had to Start Over

260,150 views

7 months ago

ProgrammingWizards TV
TensorFlow vs PyTorch - DeepLearning Frameworks

In this tutorial, we'll explore the two most popular deep learning frameworks. TensorFlow and PyTorch.

13:16
TensorFlow vs PyTorch - DeepLearning Frameworks

49 views

7 months ago

RosettaCommons
Developing ML models with PyTorch (Mini-session)

This video covers PyTorch - a deep learning framework, starting with a short but comprehensive overview of deep learning.

36:49
Developing ML models with PyTorch (Mini-session)

854 views

11 months ago

Data Santa
Building PyTorch: A Hands-On Guide to the Core Foundations of a Training Framework

Dive into the essentials of neural networks with this hands-on tutorial! Learn how to create a neural network from the ground up, ...

12:38
Building PyTorch: A Hands-On Guide to the Core Foundations of a Training Framework

129 views

9 months ago

Fragic Generation
Performanсe oriented image classification with PyTorch and ML.NET

This video is a brief retrospective on one of my projects. It doesn't go into much detail, but rather describes my way of doing things.

9:21
Performanсe oriented image classification with PyTorch and ML.NET

42 views

7 months ago

Chase with Adnan Khan
PyTorch Neural Networks: Cost Function & Gradient Descent Explained (Beginners)

In this beginner-friendly PyTorch tutorial, we demystify the cost (loss) function and gradient descent for neural networks. Through ...

4:07
PyTorch Neural Networks: Cost Function & Gradient Descent Explained (Beginners)

27 views

4 months ago