From 0b1617239c98d2ce09acc0bb06c8c4a751b0ce89 Mon Sep 17 00:00:00 2001 From: Jacob Schreiber Date: Wed, 30 Mar 2016 11:02:28 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f49c644..71fdaf3d 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ pomegranate pomegranate is a package for graphical models and Bayesian statistics for Python, implemented in cython. It grew out of the [YAHMM](https://github.com/jmschrei/yahmm) package, where many of the components used could be rearranged to do other cool things. It currently supports: * Probability Distributions -* Finite State Machines +* General Mixture Models * Hidden Markov Models +* Naive Bayes +* Markov Chains * Discrete Bayesian Networks -* General Mixture Models +* Factor Graphs +* Finite State Machines See the tutorial below, or the more in depth tutorials in the `tutorials` folder with examples in IPython notebooks. See [the website](http://pomegranate.readthedocs.org/en/latest/) for further information.