An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Deep Learning with PyTorch



pytorch deep learning

| **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. |