Baum-Welch for all kind of Markov model
Project description
Introduction
jajapy
is a python library implementing the Baum-Welch algorithm on various kinds of Markov models.
jajapy
generates models which are compatible with the Stormpy model checker. Thus, jajapy
can be use as a learning extension to the Storm model checker.
Main features
jajapy
provides:
Markov Model | Learning Algorithm(s) |
---|---|
MC | Baum-Welch for MCs Alergia (ref) |
MDP | Baum-Welch for MDPs (ref) Active Baum-Welch (ref) IOAlergia (ref) |
CTMC | Baum-Welch for CTMCs Baum-Welch for synchronous compositions of CTMCs |
PCTMC | Baum-Welch for PCTMCs (ref) |
HMM | Baum-Welch for HMMs (ref) |
GoHMM | Baum-Welch for GoHMMs (ref) |
jajapy
is compatible with Prism and Storm.
Installation
pip install jajapy
Requirements
- numpy
- scipy
- alive-progress
- sympy
- stormpy (recommended: if stormpy is not installed,
jajapy
will generate models in jajapy format).
Documentation
Available on readthedoc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jajapy-0.10.tar.gz
(60.9 kB
view hashes)
Built Distribution
jajapy-0.10-py3-none-any.whl
(78.6 kB
view hashes)