SSP-MMC
maimemoUpdated Apr 21, 2025
SSP: stochastic shortest path
MMC: minimize memorization cost
In traditional spaced repetition algorithms, reviews are endless. In this paper, we remove items from the review schedule once their stability reaches a certain threshold. This introduces a new problem to solve: how to design a review scheduling algorithm that minimizes the expected cost (such as time) of reviewing items.
  • Symbols:
    • - initial stability
    • - target stability
    • - result of review(recall = 1,forget = 0)
    • - transition equation of stability
      • - Calculate the next stability based on the current stability and the next review interval.
    • - cost function of review
      • - cost of recall
      • - cost of forget
    • - total cost of review
Given the random nature of stability transitions and the existence of a target stability threshold, this problem can be reformulated as a stochastic shortest path problem.
Bellman's equation:
Iteration equation:
Using this equation, we can obtain an iterative solution through dynamic programming. However, since is a continuous value, it's not ideal for recording states. To address this, we can discretize it.
 
Loading...
Steven Lynn
Steven Lynn
喂马、劈柴、周游世界
最新发布
我与 Dify 的半年
2025-3-9
我的2022年终小结
2024-11-9
记录雅思考试经历与一点学习心得
2024-11-9
Hackergame 2024 思路小结
2024-11-9
黑客松、日本、入职:我的2024下半年的总结
2024-11-9
NotionNext:基于Notion和NextJS的开源博客
2024-11-9