filmov
tv
PyTorch Tutorial 13 - Feed-Forward Neural Network
![preview_player](https://i.ytimg.com/vi/oPhxf2fXHkQ/maxresdefault.jpg)
Показать описание
New Tutorial series about Deep Learning with PyTorch!
In this part we will implement our first multilayer neural network that can do digit classification based on the famous MNIST dataset.
We put all the things from the last tutorials together:
- Use the DataLoader to load our dataset and apply a transform to the dataset
- Implement a feed-forward neural net with input layer, hidden layer, and output layer
- Apply activation functions.
- Set up loss and optimizer
- Training loop that can use batch training.
- Evaluate our model and calculate the accuracy.
- Additionally, we will make sure that our whole code can also run on the gpu if we have gpu support.
📚 Get my FREE NumPy Handbook:
📓 Notebooks available on Patreon:
Part 13: Feed-Forward Neural Network
If you enjoyed this video, please subscribe to the channel!
Official website:
Part 01:
Code for this tutorial series:
You can find me here:
#Python #DeepLearning #Pytorch
----------------------------------------------------------------------------------------------------------
* This is a sponsored link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
In this part we will implement our first multilayer neural network that can do digit classification based on the famous MNIST dataset.
We put all the things from the last tutorials together:
- Use the DataLoader to load our dataset and apply a transform to the dataset
- Implement a feed-forward neural net with input layer, hidden layer, and output layer
- Apply activation functions.
- Set up loss and optimizer
- Training loop that can use batch training.
- Evaluate our model and calculate the accuracy.
- Additionally, we will make sure that our whole code can also run on the gpu if we have gpu support.
📚 Get my FREE NumPy Handbook:
📓 Notebooks available on Patreon:
Part 13: Feed-Forward Neural Network
If you enjoyed this video, please subscribe to the channel!
Official website:
Part 01:
Code for this tutorial series:
You can find me here:
#Python #DeepLearning #Pytorch
----------------------------------------------------------------------------------------------------------
* This is a sponsored link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Комментарии