Skip to content

Commit

Permalink
Added link to .NET port of Ebisu (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored May 14, 2021
1 parent 864f6e2 commit c76cb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ With this system, quiz applications can move away from “daily review piles”

Ebisu also enables apps to provide an infinite stream of quizzes for students who are cramming. Thus, Ebisu intelligently handles over-reviewing as well as under-reviewing.

This document is a literate source: it contains a detailed mathematical description of the underlying algorithm as well as source code for a Python implementation (requires Scipy and Numpy). Separate implementations in [JavaScript (Ebisu.js)](https://fasiha.github.io/ebisu.js/), [Java (ebisu-java)](https://github.com/fasiha/ebisu-java) and [Dart (ebisu_dart)](https://github.com/ttencate/ebisu_dart) exist.
This document is a literate source: it contains a detailed mathematical description of the underlying algorithm as well as source code for a Python implementation (requires Scipy and Numpy). Separate implementations in [JavaScript (Ebisu.js)](https://fasiha.github.io/ebisu.js/), [Java (ebisu-java)](https://github.com/fasiha/ebisu-java), [Dart (ebisu_dart)](https://github.com/ttencate/ebisu_dart) and [.NET (obliviate)](https://github.com/codito/obliviate) exist.

The next section is a [Quickstart](#quickstart) guide to setup and usage. See this if you know you want to use Ebisu in your app.

Expand Down

0 comments on commit c76cb3a

Please sign in to comment.