Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farishijazi/deeplearninghandson
https://github.com/farishijazi/deeplearninghandson
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/farishijazi/deeplearninghandson
- Owner: FarisHijazi
- Created: 2023-09-05T20:49:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T10:21:20.000Z (about 1 year ago)
- Last Synced: 2024-10-15T01:23:33.726Z (2 months ago)
- Language: Jupyter Notebook
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DeepLearningHandsOn
It's time for me to start taking DeepLearning seriously, and the best way to learn is to implement papers.
I'll try to document my journey here, but for now I'm also gonna be dumping the code here like jupyter notebooks, until I start having bigger projects and having a repository for each one.
I must start implementing papers:
- (bonus) [micrograd](https://github.com/karpathy/micrograd)
- Attention paper
- Transformers (Attention is all you need)
- An image is worth 16x16 words
- GPT2 (maybe use this as a reference: https://github.com/karpathy/minGPT)
- LLama
- follow https://github.com/karpathy/nanoGPT## Computer vision recommendations by Saud Alrasheed
1. build your own ResNet.
2. Style Transfer Network:
- Transfer styles from one network to an image.
- Build a network that does (a)
- DeepDream.
3. Segmentation Tasks:
- Buid U-Net.
- Build Deeplab and Deeplab+
4. Generative Models:
- Build conditional GAN: DCGAN
- Build simple Diffusion Model (Hot Topic!!! -- very important)
- Master StyleGAN.
5. Transformers for vision:
- Build an image is worth 16x16 words.
6. Study 3D Models:
- Nerf: look at EG3D.
- Point Cloud: Build PointNet.
7. Domain Adaptation:
- Build ProtoNet.## Courses to take
- linear algebra - https://www.youtube.com/watch?v=J7DzL2_Na80
- graph theory course - http://www.maths.lse.ac.uk/Personal/jozef/LTCC/Graph_Theory_Bondy_Murty.pdf
- logic representation course