GithubHelp home page GithubHelp logo

xyztlp / tops Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ayoshiaki/tops

0.0 0.0 0.0 11.51 MB

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 distinct models to analyze discrete sequences

License: GNU General Public License v2.0

C++ 97.06% Perl 0.04% C 0.01% R 0.41% CMake 1.86% Yacc 0.48% Lex 0.14%

tops's Introduction

Overview
=========

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 distinct models to analyze discrete sequences:

1. Independent and identically distributed model
2. Variable-Length Markov Chain (VLMC)
3. Inhomogeneous Markov Chain
4. Hidden Markov Model
5. Pair Hidden Markov Model
6. Profile Hidden Markov Model
7. Similarity Based Sequence Weighting
8. 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.

Example of usage is in "example" folder.

Please feel free to contact me if you have any question: André Yoshiaki Kashiwabara <[email protected]>

Documentation
=============

http://tops.sourceforge.net/tutorial.pdf
http://tops.sourceforge.net/api.html


Git Repository
==============

You can download the development version of ToPS by executing the command below:

git clone https://github.com/ayoshiaki/tops.git 

Platforms
=========

ToPS was designed to run on Unix/Linux operating systems. Tested platforms include: MacOS X, and Ubuntu linux.

Software Requirement
====================

ToPS was written in C++. It was compiled using the g++ version 4.2.1 and it requires

- Boost C++ Libraries version 1.52
- CMake
- Git

Installing ToPS
===============

   1. Download ToPS from GitHub  

      git clone https://github.com/ayoshiaki/tops.git

      This will create a directory named tops

   2. Go to the tops directory:

       cd tops

   3. Run the configuration script:

      cmake .

   4. Run make

       make

   5. Run make install

      sudo make install

   6. If you are using linux run ldconfig

      sudo ldconfig

tops's People

Contributors

ayoshiaki avatar igorbonadio avatar vitoronuchic avatar amadofelipe avatar rafamath avatar renatocf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.