Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/divakarkumarp/30-days-pytorch

30-days PyTorch Practice from Beginning to Advance
https://github.com/divakarkumarp/30-days-pytorch

python pytorch pytorch-implementation

Last synced: about 3 hours ago
JSON representation

30-days PyTorch Practice from Beginning to Advance

Awesome Lists containing this project

README

        

# 30-days-PyTorch

![image](https://github.com/user-attachments/assets/f5bd7cdb-58f9-49f4-995c-8e69cac55966)

| S.No. | Topic | Sub-Topic | Link |
|-------|----------------------------------------|---------------------------------------------------------|------|
| | | 0. Welcome and "What is deep learning?" | |
| | | 1. Why use machine/deep learning? | |
| | | 2. The number one rule of ML | |
| | | 3. Machine learning vs deep learning | |
| | | 4. Anatomy of neural networks | |
| | | 5. Different learning paradigms | |
| | | 6. What can deep learning be used for? | |
| | | 7. What is/why PyTorch? | |
| | | 8. What are tensors? | |
| | | 9. Outline | |
| | | 10. How to (and how not to) approach this course | |
| | | 11. Important resources | |
| | | 12. Getting setup | |
| | | 13. Introduction to tensors | |
| 1 |🛠 Chapter 0 – PyTorch Fundamentals | 14. Creating tensors | |
| | | 17. Tensor datatypes | |
| | | 18. Tensor attributes (information about tensors) | |
| | | 19. Manipulating tensors | |
| | | 20. Matrix multiplication | |
| | | 21. Finding the min, max, mean & sum | |
| | | 22. Reshaping, viewing and stacking | |
| | | 23. Squeezing, unsqueezing and permuting | |
| | | 24. Selecting data (indexing) | |
| | | 25. PyTorch and NumPy | |
| | | 26. Reproducibility | |
| | | 27. Accessing a GPU | |
| | | 28. Setting up device agnostic code | |