1
0
PytorchTutorials/README.md
Nigel Barink 872947e867 QuickStart Model Tutorial Finished
Finished up first neural network tutorial with pytorch
2023-03-28 20:58:08 +02:00

16 lines
514 B
Markdown

# Pytorch Tutorials
## Learning about pytorch
![Pytorch logo](https://cdn.icon-icons.com/icons2/2699/PNG/512/pytorch_logo_icon_169823.png)
![Neural network image](https://tikz.net/wp-content/uploads/2021/12/neural_networks-001.png)
### Resources
[https://pytorch.org/docs/stable/index.html](https://pytorch.org/docs/stable/index.html)
- **Following tutorials from:**
[pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html](https://pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html)