vom_rs

Crates.iovom_rs
lib.rsvom_rs
version0.5.1
sourcesrc
created_at2022-01-02 19:54:33.400288
updated_at2023-09-30 09:51:34.895298
descriptionA library for Probabilistic Finite Automata.
homepage
repositoryhttps://gitlab.com/ellipsenpark/vom.rs/
max_upload_size
id506686
size104,958
(the-drunk-coder)

documentation

README

vom.rs

Sequence predictors using Variable-Order Markov Chains, also known as Probabilistic Finite Automata.

This library implements the abovementioned predictor, as described in the seminal paper "The Power of Amnesia" by Dana Ron, Yoram Singer and Naftali Tishby.

The automata can be constructed from rules or inferred from a sample string.

It has been developed as a base for the Mégra live coding language.

Commit count: 126

cargo fmt