Earlier quoted context omitted.
I tried anki and while I liked it, I want to be interrupted while working on code/browsing to test/reinforce. Is there an app that does that?
I'm curious why you want to be interrupted while coding to test be tested. That kind of task switching would be horrible for me and is the reason why I have email turned off during coding sessions.
Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
31–40 of 89 posts
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#32Is there someone I can try this out for free? Are there ready made flashcards for something useful to learn?
http://www.spicyelephant.com/decks/523 http://www.spicyelephant.com/decks/577 http://www.spicyelephant.com/decks/659
You probably have to register for an account if you want the site to apply supermemo-type techniques. I don't recommend using the site in the long term because it will eventually force you to register for $20.
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#33Earlier quoted context omitted.
If you made this story into a blog post, people would listen. (I'm actually serious, it's an interesting story and a lot of people might benefit from hearing more of the details and the thought process behind it.
I'll think about it. I won't get around to it in the near future though, sorry.
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#34Earlier quoted context omitted.
Thanks. I was just wondering if there was a similar open source project. Anki: http://ichi2.net/anki/ Wikipedia entry about this technique: http://en.wikipedia.org/wiki/Spaced_repetition
Mnemosyne is actually very good http://www.mnemosyne-proj.org/ it works on Win, Mac and Linux - written in Python
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#35In grad school I managed to take advantage of the pacing effect in an educational setting. I was teaching linear algebra. What I did was make the homework incremental - 1/3 of homework on today's material, 1/3 on the previous week, and 1/3 anything in the course. Those thirds were in increasing order of difficulty. I also started every class with a question/answer period. The rules were simple, the questioning will l…
Could you go into more details into SRS for math? "Fact Memorizing" type systems seem to fit well with things like supermemo (languages, law, history, biology, a bunch of sciences), but not so much with things like math (other than memorizing formulas). And did you really add homework questions like find the kernel of this subspace in the first few weeks of the course?
I've proposed for Mnemosyne 2.0 that there be a card type which is just some Python code which is evaluated: http://groups.google.com/group/mnemosyne-proj-users/browse_t... The idea is that if you want to learn, say, multiplication, you would write some Python code that generates 2 random ints (as the question) and their product (as the answer), and now the user must solve it. You get much the same benefit as if you generated several hundred problems by hand or by script, but without cluttering your deck or risking memorizing some.
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#36Is there someone I can try this out for free? Are there ready made flashcards for something useful to learn?
As mentioned above, Anki and Supermemo are two free implementations. As for ready-made flashcards, here are some I made for a calculus class: http://www.spicyelephant.com/decks/523 http://www.spicyelephant.com/decks/577 http://www.spicyelephant.com/decks/659 You probably have to register for an account if you want the site to apply supermemo-type techniques. I don't recommend using the site in the long term because i…
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#37In grad school I managed to take advantage of the pacing effect in an educational setting. I was teaching linear algebra. What I did was make the homework incremental - 1/3 of homework on today's material, 1/3 on the previous week, and 1/3 anything in the course. Those thirds were in increasing order of difficulty. I also started every class with a question/answer period. The rules were simple, the questioning will l…
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#38In grad school I managed to take advantage of the pacing effect in an educational setting. I was teaching linear algebra. What I did was make the homework incremental - 1/3 of homework on today's material, 1/3 on the previous week, and 1/3 anything in the course. Those thirds were in increasing order of difficulty. I also started every class with a question/answer period. The rules were simple, the questioning will l…
I wish you were my teacher. That's a theory of education I've been pondering about for ages. Glad to see it formalized like this. Please consider running for office and fixing how we go about learning. :)
Re: Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm
#39In grad school I managed to take advantage of the pacing effect in an educational setting. I was teaching linear algebra. What I did was make the homework incremental - 1/3 of homework on today's material, 1/3 on the previous week, and 1/3 anything in the course. Those thirds were in increasing order of difficulty. I also started every class with a question/answer period. The rules were simple, the questioning will l…
But despite being very useful for a half to two-thirds of her students, there is always about 1/3 of the class who does terrible in this course. How did you get these people to keep up?
Anyway, I'm glad you posted this. It's a good pick-me-up motivator as I'm about to be trying to do the same thing!