A structured, in-depth repository documenting my journey through landmark Artificial Intelligence research papers.
Welcome to my AI Research Notebook! This repository serves as a systematic collection of my reading notes, analyses, and insights on foundational and state-of-the-art research papers in Artificial Intelligence. It is designed to track my progress and demonstrate my ability to comprehend, synthesize, and document complex AI research.
I created this repository to showcase my research journey and paper-reading skills while preparing for AI Research Internships at institutions like OIST, RIKEN, Max Planck, ETH Zurich, EPFL, KAUST, and other prominent research labs.
My core objective is to deeply understand the architectures, mathematical foundations, and intuitive insights behind breakthroughs in Deep Learning, Computer Vision, and Natural Language Processing, moving beyond superficial knowledge to develop a rigorous research mindset.
This repository is maintained like a serious research notebook:
- Consistency: Regular, structured documentation of newly read papers.
- Depth of Understanding: Focusing on why and how things work, not just what they do.
- Long-term Learning: A scalable knowledge base that will grow over the years.
- Research Mindset: Highlighting observations, analogies, open questions, and critical analysis.
- Clean Documentation: Organized, minimal, and highly readable notes.
- AlexNet
- ResNet
- Vision Transformer (ViT)
- Segment Anything (SAM)
- DINO
- Attention Is All You Need
- BERT
- GPT (Original)
- LoRA
- QLoRA
- Llama 3 Technical Report
- DeepSeek-V3 Technical Report
- CLIP
- Retrieval-Augmented Generation (RAG)
- REALM
- Batch Normalization
| # | Paper | Domain | Status | Notes |
|---|---|---|---|---|
| 01 | Attention Is All You Need | NLP / Architecture | โ Read | Notes |
| 02 | AlexNet | Computer Vision | โฌ Unread | - |
| 03 | ResNet | Computer Vision | โฌ Unread | - |
| 04 | Batch Normalization | Optimization | โฌ Unread | - |
| 05 | Vision Transformer (ViT) | Computer Vision | โฌ Unread | - |
| 06 | CLIP | Multimodal | โฌ Unread | - |
| 07 | BERT | NLP | โฌ Unread | - |
| 08 | GPT (Original) | NLP | โฌ Unread | - |
| 09 | LoRA | LLM / Fine-Tuning | โฌ Unread | - |
| 10 | QLoRA | LLM / Fine-Tuning | โฌ Unread | - |
| 11 | Retrieval-Augmented Generation (RAG) | LLM / Retrieval | โฌ Unread | - |
| 12 | REALM | LLM / Retrieval | โฌ Unread | - |
| 13 | Segment Anything (SAM) | Computer Vision | โฌ Unread | - |
| 14 | DINO | Computer Vision | โฌ Unread | - |
| 15 | Llama 3 Technical Report | LLM | โฌ Unread | - |
| 16 | DeepSeek-V3 Technical Report | LLM | โฌ Unread | - |
AI-Research-Paper-Notes/
โ
โโโ README.md
โ
โโโ 01-Attention-Is-All-You-Need/
โโโ 02-AlexNet/
โโโ 03-ResNet/
โโโ 04-Batch-Normalization/
โโโ 05-Vision-Transformer/
โโโ 06-CLIP/
โโโ 07-BERT/
โโโ 08-GPT/
โโโ 09-LoRA/
โโโ 10-QLoRA/
โโโ 11-RAG/
โโโ 12-REALM/
โโโ 13-Segment-Anything/
โโโ 14-DINO/
โโโ 15-Llama-3/
โโโ 16-DeepSeek-V3/
[Paper-Name]/
โโโ README.md # Polished final understanding and summary
โโโ My-Notes.md # Raw thoughts, observations, analogies, and questions
โโโ Resources.md # Links to the paper, official code, blogs, and lectures
โโโ assets/ # Diagrams, handwritten notes, and self-made illustrations
For every paper I read, I follow this structured workflow:
- Initial Pass: Skim the abstract, introduction, and conclusion. Jot down initial thoughts in
My-Notes.md. - Deep Dive: Read the methodology and experiments carefully. Draw architectures and add them to
assets/. - Synthesis: Write a clean, structured summary in the folder's
README.md. - Reference Gathering: Collect the best explanations, code, and videos in
Resources.md.
- Total Papers Documented: 1
- Total Domains Covered: 5
- Latest Paper Read: Attention Is All You Need
List of papers to be added in the next phases of learning.
- To be updated...