-
Algorithm Design:
Data structure
Security measures
What is being between different interfacing systems
Scalability
Availability
Two key points when developing this algorithm:
How often does a …
-
https://en.wikipedia.org/wiki/Spaced_repetition
-
Vocup currently chooses words to practice randomly with a certain distribution. That, however, is not very effective to practice a huge vocabulary book because words should be repeated a few times in …
-
Consider using [FSRS](https://github.com/open-spaced-repetition/fsrs.js) as the spaced repetition algorithm. It will provide better memory retention and make studying more effective. You'll also save …
-
I'm excited for the flashcard feature. So far it's generated mostly high quality flashcards.
Would you consider using the [FSRS](https://github.com/open-spaced-repetition/ts-fsrs) algorithm for the…
-
**Is your feature request related to a problem? Please describe.**
The SM-2 algorithm is inflexible and out of date. It couldn't fit each user's memory.
**Describe the solution you'd like**
I hav…
-
### sm-2 is outdated, can you please replace it with the fsrs algorithm?
https://github.com/open-spaced-repetition/fsrs4anki
-
Hello, my English is not good. Please forgive me for using machine translation to communicate with you.
Jarrett Ye developed the latest spaced repetition algorithm FSRS, which is far superior to SM2.…
-
https://github.com/open-spaced-repetition
FSRS uses the Difficulty, Stability, Retrievability model, just like SuperMemo algorithms. It is developed by @L-M-Sherlock and has been recently integrate…
-
The current formula for D in FSRS is just a heuristic one. We have already tried a lot of approaches to improve the calculation of difficulty. But all of them failed.
While developing a better func…