blog

Personal blog
git clone git://git.laack.co/blog.git
Log | Files | Refs

how-i-learn.md (502B)


      1 # How to Learn
      2 
      3 A few things are agreed upon in terms of their efficacy in aiding learning:
      4 
      5 1. Spaced repetition
      6     - Do things over time that exercise memories
      7 2. Retrieval practice
      8     - Pull from memory to answer questions, write about a topic, remember what you read / saw
      9 3. Interleaving
     10     - Helps with dis-ambiguating similar topics
     11 4. Self-explanation / interrogation
     12     - Ask questions to yourself, explain topics to yourself (consider another person and how you might explain it to them)