note taking
Time-stamp: <2022-02-04 11:43:14"timestamp-wrapper">
- keywords
- How to study
tags :
General
Taking notes while reading (either textbooks or papers) can force me to study actively, and thus understand materials more deeply and maintain longer. However, I used to make notes as self-contained as possible, such that I don’t have to refer to the original materials. I often see this form of notes in Github. This way of taking notes would consume lots of time. As discussed by Scott Young, we should mix the notes and original materials. This can be achieved with Emacs tools like Interleave.
Math Note Taking
ML Math Notation
- Ian Goodfellow dlbook_notation, https://github.com/goodfeli/dlbook_notation/blob/master/math_commands.tex
- Machine Learning Cheat Sheet, https://github.com/soulmachine/machine-learning-cheat-sheet
- Suggested Notation for Machine Learning, https://github.com/mazhengcn/suggested-notation-for-machine-learning
Others' example
- http://dec41.user.srcf.net/notes/
- Structured proof with enumerate: https://tex.stackexchange.com/questions/443326/lamport-pf2-sty-and-hide-show-parts-of-nested-enumerate-environment
- How I’m able to take notes in mathematics lectures using LaTeX and Vim, https://castel.dev/post/lecture-notes-1/
- How I draw figures for my mathematical lecture notes using Inkscape, https://castel.dev/post/lecture-notes-2/
- GeneKao, org mode latex templates, https://github.com/GeneKao/orgmode-latex-templates
Math Structured Proof
I read math books/papers by de-coding the proof with Structured Proof . The original pf2 tool is outdated. I use the latex template given in StackExchange on enumerate for proof.
\begin{enumerate} \item \label{item:test-lamport2:1b}{Text of step 1.} \begin{enumerate} \item \label{item:solution-enumitem:1} Text of substep 1 \begin{enumerate} \item[\textsc{PROOF}] Paragraph proof using results in \ref{item:solution-enumitem:1}. $\blacksquare$ \end{enumerate}
\item \label{label-2.1}{Text of substep 2} \end{enumerate} \item \label{label-2.2}{Text of step 2} \end{enumerate}
https://tex.stackexchange.com/questions/27283/how-to-correctly-format-and-align-a-latex-proof
update: this structured proof is a bit too complicated, especially when editing it. For most simple cases, I’m jusing using align and subequations, as in\begin{subequations} \begin{align} 4xyzw &= 2\cdot2tu \\ &\le 2\cdot(t^2+u^2) \label{eq:a} \\ &= 2\cdot((xy)^2+(zw)^2) &&\text{(substituting variables)} \\ & \textsc{PROOF} \quad \text{we can refer to \eqref{eq:a} } \nonumber \\ &= x^4+y^4+z^4+w^4 \end{align} \end{subequations}
Advices
- https://www.youtube.com/watch?v=wB89lJs5A3s, My 2021 Comprehensive Obsidian Zettelkasten Workflow
- how to take smart notes, https://www.youtube.com/watch?v=nPOI4f7yCag
- Why Obsidian Will Overtake Roam, https://www.youtube.com/watch?v=_x54XJrECvk : tools shape us. org-roam encourages me to write coherent things