<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Study Notes on Han's XYZ</title><link>https://han8931.github.io/categories/study-notes/</link><description>Recent content in Study Notes on Han's XYZ</description><generator>Hugo</generator><language>en</language><managingEditor>tabularasa8931@gmail.com (Han)</managingEditor><webMaster>tabularasa8931@gmail.com (Han)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 07 Oct 2025 10:43:30 +0900</lastBuildDate><atom:link href="https://han8931.github.io/categories/study-notes/index.xml" rel="self" type="application/rss+xml"/><item><title>NLP and LLM Study Note</title><link>https://han8931.github.io/studynotes/llm-notes/</link><pubDate>Tue, 07 Oct 2025 00:00:00 +0000</pubDate><author>tabularasa8931@gmail.com (Han)</author><guid>https://han8931.github.io/studynotes/llm-notes/</guid><description>&lt;h1 id="nlp-and-llm"&gt;NLP and LLM&lt;/h1&gt;
&lt;p&gt;👉 Repository: &lt;a href="https://github.com/Han8931/nlp_note" target="_blank" rel="noopener noreffer "&gt;NLP Note&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;These are my working notes on &lt;em&gt;NLP and large language models&lt;/em&gt;: intuitive math, minimal proofs, and practical recipes.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I welcome all comments and suggestions—and I&amp;rsquo;d be happy to improve and grow this note together with you.&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>Deep Statistical Learning</title><link>https://han8931.github.io/studynotes/dsl-note/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><author>tabularasa8931@gmail.com (Han)</author><guid>https://han8931.github.io/studynotes/dsl-note/</guid><description>&lt;h1 id="-deep-statistical-learning"&gt;📖 Deep Statistical Learning&lt;/h1&gt;
&lt;p&gt;👉 Full repository: &lt;a href="https://github.com/Han8931/deep_statistical_learning" target="_blank" rel="noopener noreffer "&gt;deep_statistical_learning&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I started writing these notes during my &lt;strong&gt;master’s degree&lt;/strong&gt; as a way to organize and clarify my understanding of &lt;strong&gt;machine learning&lt;/strong&gt; and &lt;strong&gt;deep learning&lt;/strong&gt;. Over time, the notes have grown into a comprehensive study resource that combines theoretical foundations with practical insights.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;</description></item><item><title>DL System Design</title><link>https://han8931.github.io/studynotes/dl-system-design/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><author>tabularasa8931@gmail.com (Han)</author><guid>https://han8931.github.io/studynotes/dl-system-design/</guid><description>&lt;h1 id="-deep-learning-system-design"&gt;🏗️ Deep Learning System Design&lt;/h1&gt;
&lt;p&gt;👉 Repository: &lt;a href="https://github.com/Han8931/dl_system_design" target="_blank" rel="noopener noreffer "&gt;DL System Design&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This note is about the &lt;strong&gt;practical design of deep learning and LLM-based systems&lt;/strong&gt;. It focuses on bridging research with production: covering concepts such as &lt;strong&gt;scalable architectures, model deployment, monitoring, and system reliability&lt;/strong&gt;. The aim is to capture design patterns and lessons that make ML/DL services both effective and maintainable.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I welcome all comments and suggestions—and I&amp;rsquo;d be happy to improve and grow this note together with you.&lt;/p&gt;</description></item><item><title>Matrix Methods</title><link>https://han8931.github.io/studynotes/matrix-methods/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><author>tabularasa8931@gmail.com (Han)</author><guid>https://han8931.github.io/studynotes/matrix-methods/</guid><description>&lt;h1 id="-matrix-methods"&gt;📐 Matrix Methods&lt;/h1&gt;
&lt;p&gt;👉 Repository: &lt;a href="https://github.com/Han8931/matrix_methods" target="_blank" rel="noopener noreffer "&gt;Matrix Methods&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This note collects my study materials on &lt;strong&gt;linear algebra and matrix methods&lt;/strong&gt;, focusing on the concepts most relevant to &lt;strong&gt;machine learning&lt;/strong&gt; and &lt;strong&gt;deep learning&lt;/strong&gt;. It includes explanations, worked examples, and connections between theory and practical applications.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I welcome all comments and suggestions—and I&amp;rsquo;d be happy to improve and grow this note together with you.&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>Reinforcement Learning</title><link>https://han8931.github.io/studynotes/rl-note/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><author>tabularasa8931@gmail.com (Han)</author><guid>https://han8931.github.io/studynotes/rl-note/</guid><description>&lt;blockquote&gt;
&lt;p&gt;I welcome all comments and suggestions—and I&amp;rsquo;d be happy to improve and grow this note together with you.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id="-reinforcement-learning-notes"&gt;📘 Reinforcement Learning Notes&lt;/h1&gt;
&lt;p&gt;👉 You can check out the full notes here: &lt;a href="https://github.com/Han8931/reinforcement_learning_note" target="_blank" rel="noopener noreffer "&gt;reinforcement_learning_note&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are already a number of excellent tutorials and lectures on &lt;strong&gt;Reinforcement Learning (RL)&lt;/strong&gt;, 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 &lt;em&gt;obvious&lt;/em&gt; or &lt;em&gt;straightforward&lt;/em&gt;—which can be a challenge for someone like me, who has a weaker background in mathematics but still wants a &lt;strong&gt;comprehensive understanding&lt;/strong&gt; of RL.&lt;/p&gt;</description></item><item><title>Statistics</title><link>https://han8931.github.io/studynotes/statistics/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><author>tabularasa8931@gmail.com (Han)</author><guid>https://han8931.github.io/studynotes/statistics/</guid><description>&lt;h1 id="-statistics"&gt;📊 Statistics&lt;/h1&gt;
&lt;p&gt;👉 Repository: &lt;a href="https://github.com/Han8931/statistics" target="_blank" rel="noopener noreffer "&gt;Statistics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This note collects my study materials on &lt;strong&gt;probability and statistics&lt;/strong&gt;, with a focus on the foundations needed for &lt;strong&gt;data science, machine learning, and deep learning&lt;/strong&gt;. It combines key definitions, derivations, and examples, aiming to make abstract ideas easier to understand and apply.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I welcome all comments and suggestions—and I&amp;rsquo;d be happy to improve and grow this note together with you.&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>Programming / Coding Note</title><link>https://han8931.github.io/studynotes/coding-note/</link><pubDate>Sat, 06 Sep 2025 00:00:00 +0000</pubDate><author>tabularasa8931@gmail.com (Han)</author><guid>https://han8931.github.io/studynotes/coding-note/</guid><description>&lt;h1 id="-coding-note"&gt;💻 Coding Note&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;⚠️ This section is &lt;strong&gt;temporarily closed&lt;/strong&gt; while I reorganize and refine the notes.&lt;br&gt;
It will be updated and re-opened later.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!-- 👉 Full repository: [Coding Note](https://github.com/Han8931/coding_notes/tree/master/CodingNotes) --&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h3 id="-topics"&gt;📚 Topics&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Agile &amp;amp; Software Development&lt;/strong&gt; — workflows, methodologies, and best practices&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Algorithms &amp;amp; Computer Science&lt;/strong&gt; — problem-solving patterns, data structures, and theory&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Programming Languages&lt;/strong&gt; — C, Go, Python, Rust, SQL&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Machine Learning &amp;amp; Deep Learning&lt;/strong&gt; — theory notes, implementations, and experiments&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Natural Language Processing (NLP)&lt;/strong&gt; — applied tutorials and coding exercises&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DevOps &amp;amp; Linux&lt;/strong&gt; — shell scripts, automation, system tools, and environment setup&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Git &amp;amp; Vim&lt;/strong&gt; — version control workflows and editor productivity&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Regular Expressions (RegEx)&lt;/strong&gt; — pattern matching and cheat sheets&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Web Scraping&lt;/strong&gt; — techniques and scripts for data collection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reading Notes (ToReads, KS-Study)&lt;/strong&gt; — study references and knowledge summaries&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>