Code your first Neural Network with PyTorch

preview_player
Показать описание
I will show you how you can use PyTorch to create your first neural network. In this tutorial, we will code a very basic image classifier for handwritten digits using MNIST dataset. You will learn what neural network is, how PyTorch helps you program your own neural network and how we download and preprocess datasets.

Timestamps:
00:00 Intro
00:21 What is PyTorch
00:41 Install PyTorch
01:22 The MNIST Handwritten Digits Dataset
03:25 Programming the Neural Network
05:49 Train the Neural Network
09:06 Test our new Neural Network

---

This video contains advertising content.

---
Рекомендации по теме
Комментарии
Автор

Very interesting. Thank you very much.

karacho
Автор

Apparently sprinkling relu on your neural network does wonders haha I have to set up the Jupyter Notebook extension on VsCode, not having vim keybindings was icky lol thanks for the video!

juanmacias