rain8dome9's Shortform

post by rain8dome9 · 2023-10-30T23:52:07.719Z · LW · GW · 3 comments

3 comments

Comments sorted by top scores.

comment by rain8dome9 · 2023-10-30T23:52:08.153Z · LW(p) · GW(p)

Really thorough statistical analysis of Anki (flashcard app) data

rpubs.com/rain8/1100036 Its a work in progress with only two steps finished. Not exactly an addon because its in R not Py. So far the project does many little things like find bugs in user’s collection, describe the growth of their collection and text mining. Ultimate goal is to hopefully be able to use anki as continuous cognitive tester and allow users to learn about and optimize their memorization process. Instructions to run on your own data : github 

I am not sure data in anki could really be used as a continuous cognitive health test. Probably requires removing lots of artifacts and other influences and then finding outside influence that definitely relates to cognition.  Lit review.

Replies from: niplav
comment by niplav · 2023-10-31T15:28:22.356Z · LW(p) · GW(p)

I am not sure data in anki could really be used as a continuous cognitive health test. Probably requires removing lots of artifacts and other influences and then finding outside influence that definitely relates to cognition.

I have been using anki performance as a very weak proxy for cognitive performance in general in some of my experiments. I hope it works for that purpose.

Replies from: rain8dome9
comment by rain8dome9 · 2023-11-02T02:29:46.417Z · LW(p) · GW(p)

Will you try running the two notebooks on your data? I am starving for feedback and attention.