Skip to content

ManyaS-Git/AI-Research-Paper-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  AI Research Paper Notes

A structured, in-depth repository documenting my journey through landmark Artificial Intelligence research papers.

๐Ÿ“– Introduction

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.

๐ŸŽฏ Why I Created This Repository

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.

๐Ÿ’ก Learning Objective

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.

๐Ÿ›๏ธ Repository Philosophy

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.

๐Ÿ—บ๏ธ Research Paper Roadmap

๐Ÿ“š Papers by Domain

๐Ÿ‘๏ธ Computer Vision

  • AlexNet
  • ResNet
  • Vision Transformer (ViT)
  • Segment Anything (SAM)
  • DINO

๐Ÿ—ฃ๏ธ Natural Language Processing & Foundational Models

  • Attention Is All You Need
  • BERT
  • GPT (Original)

๐Ÿš€ Large Language Models & Efficient Tuning

  • LoRA
  • QLoRA
  • Llama 3 Technical Report
  • DeepSeek-V3 Technical Report

๐Ÿ” Multimodal & Retrieval

  • CLIP
  • Retrieval-Augmented Generation (RAG)
  • REALM

โš™๏ธ Core Architectures & Optimization

  • Batch Normalization

๐Ÿ“Š Progress Tracker

# 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 -

๐Ÿ“‚ Folder Structure

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/

Inside Every Paper Folder

[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

๐Ÿ”„ Documentation Workflow

For every paper I read, I follow this structured workflow:

  1. Initial Pass: Skim the abstract, introduction, and conclusion. Jot down initial thoughts in My-Notes.md.
  2. Deep Dive: Read the methodology and experiments carefully. Draw architectures and add them to assets/.
  3. Synthesis: Write a clean, structured summary in the folder's README.md.
  4. Reference Gathering: Collect the best explanations, code, and videos in Resources.md.

๐Ÿ“ˆ Repository Statistics

  • Total Papers Documented: 1
  • Total Domains Covered: 5
  • Latest Paper Read: Attention Is All You Need

๐Ÿ”ฎ Future Papers

List of papers to be added in the next phases of learning.

  • To be updated...

๐Ÿ“š References

About

A curated collection of my in-depth notes, insights, and analyses of landmark AI, Machine Learning, Computer Vision, and Large Language Model research papers.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors