ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

122,922 results

Rob Mulla
Build Your First Pytorch Model In Minutes! [Tutorial + Code]

In this video we will learn through doing! Build your very first PyTorch model that can classify images of playing cards. #pytorch ...

31:32
Build Your First Pytorch Model In Minutes! [Tutorial + Code]

241,366 views

2 years ago

Nicholas Renotte
Building a Neural Network with PyTorch in 15 Minutes | Coding Challenge

What's happening guys, welcome to the third episode of CodeThat! In this ep I try to build my first neural network in ...

20:34
Building a Neural Network with PyTorch in 15 Minutes | Coding Challenge

214,804 views

3 years 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

72,345 views

4 months 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,082,433 views

3 years 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

14,948 views

10 months ago

Daniel Bourke
Learn PyTorch for deep learning in a day. Literally.

Welcome to the most beginner-friendly place on the internet to learn PyTorch for deep learning. All code on GitHub ...

25:36:58
Learn PyTorch for deep learning in a day. Literally.

1,989,864 views

3 years ago

Neural Breakdown with AVB
Let me explain PyTorch in 7 Concepts

PyTorch is THE essential deep learning library for both research and industrial projects. This comprehensive PyTorch tutorial ...

42:47
Let me explain PyTorch in 7 Concepts

14,996 views

5 months ago

Jonathan Dinu
Training your First Neural Network (with PyTorch!)

A "quick start for PyTorch" video that walks you through training a neural network end-to-end... geared toward anyone who already ...

25:20
Training your First Neural Network (with PyTorch!)

239 views

7 months ago

StatQuest with Josh Starmer
Introduction to Coding Neural Networks with PyTorch and Lightning

Although we've seen how to code a simple neural network with PyTorch, we can make our lives a lot easier if we add Lightning to ...

20:43
Introduction to Coding Neural Networks with PyTorch and Lightning

84,439 views

3 years ago

Greg Hogg
Amazon Stock Forecasting in PyTorch with LSTM Neural Network (Time Series Forecasting) | Tutorial 3

Thank you for watching the video! Here is the Colab Notebook: ...

31:53
Amazon Stock Forecasting in PyTorch with LSTM Neural Network (Time Series Forecasting) | Tutorial 3

93,506 views

2 years ago

Patrick Loeber
PyTorch Tutorial 14 - Convolutional Neural Network (CNN)

New Tutorial series about Deep Learning with PyTorch! ⭐ Check out Tabnine, the FREE AI-powered code completion tool I use to ...

22:07
PyTorch Tutorial 14 - Convolutional Neural Network (CNN)

229,095 views

5 years ago

AssemblyAI
PyTorch Crash Course - Getting Started with Deep Learning

Learn how to get started with PyTorch in this Crash Course. It teaches you all important concepts about this Deep Learning ...

49:55
PyTorch Crash Course - Getting Started with Deep Learning

183,125 views

3 years ago

NeuralNine
Image Classification CNN in PyTorch

Today we train a convolutional neural network (CNN) in PyTorch, which classifies images from the CIFAR10 dataset.

30:29
Image Classification CNN in PyTorch

34,721 views

1 year ago

Patrick Loeber
PyTorch Tutorial 13 - Feed-Forward Neural Network

New Tutorial series about Deep Learning with PyTorch! ⭐ Check out Tabnine, the FREE AI-powered code completion tool I use to ...

21:34
PyTorch Tutorial 13 - Feed-Forward Neural Network

102,692 views

5 years ago

Aladdin Persson
Pytorch Neural Network example

An example and walkthrough of how to code a simple neural network in the Pytorch-framework. Explaining it step by step and ...

23:32
Pytorch Neural Network example

142,655 views

5 years ago

StatQuest with Josh Starmer
The StatQuest Introduction to PyTorch

PyTorch is one of the most popular tools for making Neural Networks. This StatQuest walks you through a simple example of how ...

23:22
The StatQuest Introduction to PyTorch

205,001 views

3 years ago

Aladdin Persson
Pytorch ResNet implementation from Scratch

In this video we go through how to code the ResNet model and in particular ResNet50, ResNet101, ResNet152 from scratch using ...

30:25
Pytorch ResNet implementation from Scratch

108,343 views

5 years ago

Samson Zhang
Building a neural network FROM SCRATCH (no Tensorflow/Pytorch, just numpy & math)

Kaggle notebook with all the code: https://www.kaggle.com/wwsalmon/simple-mnist-nn-from-scratch-numpy-no-tf-keras Blog ...

31:28
Building a neural network FROM SCRATCH (no Tensorflow/Pytorch, just numpy & math)

2,702,767 views

5 years ago

James Briggs
Convolutional Neural Nets Explained and Implemented in Python (PyTorch)

Convolutional Neural Networks (CNNs) have been the undisputed champions of Computer Vision (CV) for almost a decade.

34:48
Convolutional Neural Nets Explained and Implemented in Python (PyTorch)

29,991 views

3 years ago

StatQuest with Josh Starmer
Coding a ChatGPT Like Transformer From Scratch in PyTorch

In this StatQuest we walk through the code required to code your own ChatGPT like Transformer in PyTorch and we do it one step ...

31:11
Coding a ChatGPT Like Transformer From Scratch in PyTorch

104,971 views

1 year ago

NeuralNine
Advanced AI Chatbot in Python -  PyTorch Tutorial

Today we build an advanced intelligent AI chatbot from scratch in Python using PyTorch.

1:00:09
Advanced AI Chatbot in Python - PyTorch Tutorial

34,400 views

10 months ago

Vizuara
Neural Network From Scratch: No Pytorch & Tensorflow; just pure math | 30 min theory + 30 min coding

Join our "Neural Network from Scratch" course with lecture videos, hand-written notes, assignments, certificate, community ...

1:09:07
Neural Network From Scratch: No Pytorch & Tensorflow; just pure math | 30 min theory + 30 min coding

25,221 views

1 year ago

Patrick Loeber
Deep Learning With PyTorch - Full Course

In this course you learn all the fundamentals to get started with PyTorch and Deep Learning. ⭐ Check out Tabnine, the FREE ...

4:35:42
Deep Learning With PyTorch - Full Course

873,542 views

4 years ago

Codemy.com
Load Data and Train Neural Network Model - Deep Learning with PyTorch 6

In this video we'll import the iris dataset and Train our Model! We'll import the iris dataset as a CSV file, and then tweak the last ...

22:47
Load Data and Train Neural Network Model - Deep Learning with PyTorch 6

87,212 views

2 years ago

Johnny Code
Simply Explaining Deep Q-Learning/Deep Q-Network (DQN) | Python Pytorch Deep Reinforcement Learning

This tutorial contains step by step explanation, code walkthru, and demo of how Deep Q-Learning (DQL) works. We'll use DQL to ...

34:05
Simply Explaining Deep Q-Learning/Deep Q-Network (DQN) | Python Pytorch Deep Reinforcement Learning

68,399 views

2 years ago