Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ToPS #55

Merged
merged 1 commit into from
Jul 21, 2014
Merged

Added ToPS #55

merged 1 commit into from
Jul 21, 2014

Conversation

igorbonadio
Copy link
Contributor

Githup repo: https://github.com/ayoshiaki/tops

ToPS is an objected-oriented framework implemented using C++ that facilitates the integration of probabilistic models for sequences over a user defined alphabet. ToPS contains the implementation of eight type of models to analyze discrete sequences:

Independent and identically distributed model
Variable-Length Markov Chain (VLMC)
Inhomogeneous Markov Chain
Hidden Markov Model
Pair Hidden Markov Model
Profile Hidden Markov Model
Similarity Based Sequence Weighting
Generalized Hidden Markov Model (GHMM)

The user can implement models either by manual description of the probability values in a configuration file, or by using training algorithms provided by the system. The ToPS framework also includes a set of programs that implement bayesian classifiers, sequence samplers, and sequence decoders. Finally, ToPS is an extensible and portable system that facilitates the implementation of other probabilistic models, and the development of new programs.

josephmisiti pushed a commit that referenced this pull request Jul 21, 2014
@josephmisiti josephmisiti merged commit 8a2265e into josephmisiti:master Jul 21, 2014
@josephmisiti
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants