Deep Statistical Learning

πŸ“– Deep Statistical Learning πŸ‘‰ Full repository: deep_statistical_learning I started writing these notes during my master’s degree as a way to organize and clarify my understanding of machine learning and deep learning. Over time, the notes have grown into a comprehensive study resource that combines theoretical foundations with practical insights. I enjoy organizing knowledge and writing things down, and these notes reflect that process β€” carefully breaking down concepts, connecting ideas, and recording them in a way that can be revisited and built upon.

Read more β†’


DL System Design

πŸ—οΈ Deep Learning System Design πŸ‘‰ Repository: DL System Design This note is about the practical design of deep learning and LLM-based systems. It focuses on bridging research with production: covering concepts such as scalable architectures, model deployment, monitoring, and system reliability. The aim is to capture design patterns and lessons that make ML/DL services both effective and maintainable.

Read more β†’


Matrix Methods

πŸ“ Matrix Methods πŸ‘‰ Repository: Matrix Methods This note collects my study materials on linear algebra and matrix methods, focusing on the concepts most relevant to machine learning and deep learning. It includes explanations, worked examples, and connections between theory and practical applications.

Read more β†’


Programming / Coding Note

πŸ’» Coding Note ⚠️ This section is temporarily closed while I reorganize and refine the notes. It will be updated and re-opened later. This is a collection of tutorial-style study notes on programming. The aim is to make concepts clear, practical, and applicable, with examples that can be adapted to real coding tasks. πŸ“š Topics Agile & Software Development β€” workflows, methodologies, and best practices Algorithms & Computer Science β€” problem-solving patterns, data structures, and theory Programming Languages β€” C, Go, Python, Rust, SQL Machine Learning & Deep Learning β€” theory notes, implementations, and experiments Natural Language Processing (NLP) β€” applied tutorials and coding exercises DevOps & Linux β€” shell scripts, automation, system tools, and environment setup Git & Vim β€” version control workflows and editor productivity Regular Expressions (RegEx) β€” pattern matching and cheat sheets Web Scraping β€” techniques and scripts for data collection Reading Notes (ToReads, KS-Study) β€” study references and knowledge summaries

Read more β†’


Reinforcement Learning

πŸ“˜ Reinforcement Learning Notes πŸ‘‰ You can check out the full notes here: reinforcement_learning_note There are already a number of excellent tutorials and lectures on Reinforcement Learning (RL), but I often find that many of them do not provide enough detail or explanation of the formulas behind the concepts. In many cases, key ideas are assumed to be obvious or straightforwardβ€”which can be a challenge for someone like me, who has a weaker background in mathematics but still wants a comprehensive understanding of RL.

Read more β†’


Statistics

πŸ“Š Statistics πŸ‘‰ Repository: Statistics This note collects my study materials on probability and statistics, with a focus on the foundations needed for data science, machine learning, and deep learning. It combines key definitions, derivations, and examples, aiming to make abstract ideas easier to understand and apply.

Read more β†’