Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 3.32 KB

File metadata and controls

91 lines (61 loc) · 3.32 KB

📄 Paper Review Notes

This repository is dedicated to reviewing academic papers in machine learning, deep learning, and computer vision.
The goal is not just to summarize, but to critically analyze, reconstruct key ideas, and explore potential applications or implementations.

It was created as part of my effort to read academic papers regularly, and to systematically document my understanding, thoughts, and experiments based on them.
Many folders include not just summaries, but also comparative experiments or personal implementations inspired by the paper's content.


🎯 Objectives

  • Build a structured habit of reading and understanding academic papers
  • Translate complex ideas into my own words
  • Re-implement key methods or concepts when possible
  • Strengthen research mindset and prepare for graduate school
  • Test and adapt paper methods to my own datasets and goals

🔍 Review Format

Each review typically includes:

  • Background and motivation
  • Problem definition and main contributions
  • Explanation of key models or algorithms
  • Analysis of experiments and results
  • Limitations and possible future directions
  • Optional: Personal implementations or variations

🧠 Focus Areas

  • Machine Learning (e.g., ensemble methods, regularization, optimization)
  • Deep Learning (e.g., CNNs, transformers, attention mechanisms)
  • Computer Vision (e.g., pose estimation, action recognition)
  • Applied AI (e.g., healthcare, recommendation systems)

📂 Repository Structure

🔗 Causality

  • 01_dowhy
    DoWhy: An End-to-End Library for Causal Inference (NeurIPS 2020 Workshop)
    Includes: Summary (multi-day notes), implementation notebook, refutation experiments

🔗 Vision

🔗 Transformers

  • 01_attention_is_all_you_need
    Attention Is All You Need (NeurIPS 2017)
    Includes: Day-by-day summaries (abstract, method, experiments, conclusion), math notes, and implementation details

🛠️ Future Plans

  • 📌 Aim to review at least one paper per week
  • 📌 Include code snippets or full re-implementations when possible
  • 📌 Organize reviews by topic (e.g., CV, NLP, theory)
  • 📌 Conduct small-scale experiments inspired by each paper

📬 Contact


🚧 This repository is a work in progress.
I welcome discussions, suggestions, and collaboration from fellow learners and researchers!