Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardawanism/a-tour-of-pytorch
In this repo, an introductory tutorial on PyTorch is provided. You can learn about the basics of PyTorch alongside defining and training deep neural networks consisting of different layer types such as fully-connected, convolutional, and etc.
https://github.com/ardawanism/a-tour-of-pytorch
convolutional-neural-networks deep-learning deep-neural-networks deeplearning multilayer-perceptron neural-network neural-networks pytorch pytorch-tutorial
Last synced: 3 months ago
JSON representation
In this repo, an introductory tutorial on PyTorch is provided. You can learn about the basics of PyTorch alongside defining and training deep neural networks consisting of different layer types such as fully-connected, convolutional, and etc.
- Host: GitHub
- URL: https://github.com/ardawanism/a-tour-of-pytorch
- Owner: Ardawanism
- License: mit
- Created: 2024-08-26T18:01:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T18:23:00.000Z (5 months ago)
- Last Synced: 2024-10-10T07:43:14.656Z (3 months ago)
- Topics: convolutional-neural-networks, deep-learning, deep-neural-networks, deeplearning, multilayer-perceptron, neural-network, neural-networks, pytorch, pytorch-tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
In this repo, an introductory tutorial on PyTorch is provided. You can learn about the basics of PyTorch alongside defining and training deep neural networks consisting of different layer types such as fully-connected, convolutional, and etc.