hyporational comments on Things I Wish They'd Taught Me When I Was Younger: Why Money Is Awesome - Less Wrong

32 Post author: ChrisHallquist 16 January 2014 07:27AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (234)

You are viewing a single comment's thread. Show more comments above.

Comment author: hyporational 19 January 2014 10:26:57AM *  0 points [-]

You can already modify the forgetting curve yourself in most SRS based on your needs via a constant. Unless an automatic algorithm goes with the personal best past performance, I expect a continuous decay of performance using such an algorithm for most individuals. I think Anki already automatically modifies intervals of individual cards based on your past performance i.e. the experienced difficulty and instances of forgetting, for example. New cards are not affected by past performance, as far as I know.

Comment author: gwern 05 August 2014 10:58:55PM 0 points [-]

You need to specify which parts are being modified by an SRS system: each card has an easiness parameter and that will be continuously modified based your performance, but I don't think existing SRS systems like Anki or Mnemosyne will modify other parts of the curve like the exponent. For example, SM2's algorithm runs in part based on updating the easiness as EF+(0.1-(5-q)*(0.08+(5-q)*0.02)) - the EF will be progressively updated, but the formula itself never changes even if 0.1 is not ideal and 0.15 would be better or something.