diff --git a/resources.md b/resources.md new file mode 100644 index 0000000..42bc309 --- /dev/null +++ b/resources.md @@ -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)