https://github.com/mnpsnuwan/deep-learning
Deep Learning with PyTorch.
https://github.com/mnpsnuwan/deep-learning
colab-notebook deep-learning machine-learning pytorch
Last synced: 5 months ago
JSON representation
Deep Learning with PyTorch.
- Host: GitHub
- URL: https://github.com/mnpsnuwan/deep-learning
- Owner: mnpsnuwan
- Created: 2024-05-29T16:42:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T18:59:43.000Z (over 1 year ago)
- Last Synced: 2025-04-05T15:51:14.476Z (9 months ago)
- Topics: colab-notebook, deep-learning, machine-learning, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 2.69 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning with PyTorch
| **Section** | **Description** |
|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
| [01. PyTorch Basics](https://github.com/mnpsnuwan/deep-learning/blob/main/01_pytorch_basics/01_pytorch_basics.ipynb) | Many basics PyTorch operations used for deep learning and neural networks. |
| [02. PyTorch Workflow](https://github.com/mnpsnuwan/deep-learning/blob/main/02_pytorch_workflow/02_pytorch_workflow.ipynb) | Provides an outline for approaching deep learning problems and building neural networks with PyTorch. |