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: 8 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-26T18:23:00.000Z (about 1 year ago)
- Last Synced: 2024-10-10T07:43:14.656Z (about 1 year 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.