Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Transformers / NLP
- Hugging Face Docs: https://huggingface.co/docs/transformers/en/index
- Attention Is All You Need Paper: https://arxiv.org/abs/1706.03762
- Illustrated Transformer Blog: https://jalammar.github.io/illustrated-transformer/
- GPT-2 for experiments: Hugging Face → GPT-2

### LLMs
- Generative AI with LLMs Course: DeepLearning.AI
- Beginner LLM Survey Blog: Lilian Weng’s LLM Survey
- GPT-2 Implementation: Hugging Face Transformers

### GANs
- GANs Beginner Blog: “Introduction to GANs” (Medium)
- 50-line GAN Code Example (PyTorch/TF GitHub)
- GANs visual explanation (YouTube)

### DL Architectures
- Neural Networks & Architectures Starter: “Architectures explained” blog
- Foundation book: Dive into Deep Learning (D2L.ai)