Bobertus

Bobertus t1_iydl57u wrote

I've heard about the concept of search and exploit/multi armed bandit. But only superficially, and I never heard of Thompson sampling.

I'm wondering if you could make the "dynamic component" model the forgetting curve such that data points that probably aren't forgotten yet are weighted higher, giving you a new kind of spaced repetition algorithm.

I've been thinking of experimenting with creating spaced repetition software and I had the idea for a typing trainer using some kind of spaced repetition algorithm.

1