All Projects β†’ markovmodel β†’ Pyemma

markovmodel / Pyemma

Licence: lgpl-3.0
πŸš‚ Python API for Emma's Markov Model Algorithms πŸš‚

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyemma

pyemma tutorials
How to analyze molecular dynamics data with PyEMMA
Stars: ✭ 49 (-75.5%)
Mutual labels:  analysis, molecular-dynamics
Warp10 Platform
The Most Advanced Time Series Platform
Stars: ✭ 227 (+13.5%)
Mutual labels:  analysis, time-series
Jhtalib
Technical Analysis Library Time-Series
Stars: ✭ 131 (-34.5%)
Mutual labels:  analysis, time-series
Time-Series-Forecasting
Rainfall analysis of Maharashtra - Season/Month wise forecasting. Different methods have been used. The main goal of this project is to increase the performance of forecasted results during rainy seasons.
Stars: ✭ 27 (-86.5%)
Mutual labels:  time-series, analysis
Msmbuilder
πŸ— Statistical models for biomolecular dynamics πŸ—
Stars: ✭ 118 (-41%)
Mutual labels:  analysis, molecular-dynamics
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (-41%)
Mutual labels:  analysis, molecular-dynamics
Vde
Variational Autoencoder for Dimensionality Reduction of Time-Series
Stars: ✭ 148 (-26%)
Mutual labels:  time-series, molecular-dynamics
Choochoo
Training Diary
Stars: ✭ 186 (-7%)
Mutual labels:  time-series
Cinemetrics
Stars: ✭ 192 (-4%)
Mutual labels:  analysis
Loudml
Loud ML is the first open-source AI solution for ICT and IoT automation
Stars: ✭ 185 (-7.5%)
Mutual labels:  time-series
Plotjuggler
The Time Series Visualization Tool that you deserve.
Stars: ✭ 2,620 (+1210%)
Mutual labels:  time-series
Flot Downsample
Downsample plugin for Flot charts.
Stars: ✭ 186 (-7%)
Mutual labels:  time-series
Deepdetect
Deep Learning API and Server in C++14 support for Caffe, Caffe2, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE
Stars: ✭ 2,306 (+1053%)
Mutual labels:  time-series
Dtwclust
R Package for Time Series Clustering Along with Optimizations for DTW
Stars: ✭ 185 (-7.5%)
Mutual labels:  time-series
Mintpy
Miami InSAR time-series software in Python
Stars: ✭ 195 (-2.5%)
Mutual labels:  time-series
Seriesnet
Time series prediction using dilated causal convolutional neural nets (temporal CNN)
Stars: ✭ 185 (-7.5%)
Mutual labels:  time-series
Replica
Ghidra Analysis Enhancer πŸ‰
Stars: ✭ 194 (-3%)
Mutual labels:  analysis
Aerosandbox
Aircraft design optimization made fast through modern automatic differentiation. Plug-and-play analysis tools for aerodynamics, propulsion, structures, trajectory design, and much, much more.
Stars: ✭ 193 (-3.5%)
Mutual labels:  analysis
Pisavar
πŸ“‘ 🍍Detects activities of PineAP module and starts deauthentication attack (for fake access points - WiFi Pineapple Activities Detection)
Stars: ✭ 188 (-6%)
Mutual labels:  analysis
Modeltime
Modeltime unlocks time series forecast models and machine learning in one framework
Stars: ✭ 189 (-5.5%)
Mutual labels:  time-series

===================================== EMMA (Emma's Markov Model Algorithms)

.. image:: https://img.shields.io/travis/markovmodel/PyEMMA/master.svg :target: https://travis-ci.org/markovmodel/PyEMMA .. image:: https://img.shields.io/pypi/v/pyemma.svg :target: https://pypi.python.org/pypi/pyemma .. image:: https://anaconda.org/conda-forge/pyemma/badges/downloads.svg :target: https://anaconda.org/conda-forge/pyemma .. image:: https://anaconda.org/conda-forge/pyemma/badges/installer/conda.svg :target: https://conda.anaconda.org/conda-forge .. image:: https://img.shields.io/codecov/c/github/markovmodel/PyEMMA/devel.svg :target: https://codecov.io/gh/markovmodel/PyEMMA/branch/devel

What is it?

PyEMMA (EMMA = Emma's Markov Model Algorithms) is an open source Python/C package for analysis of extensive molecular dynamics simulations. In particular, it includes algorithms for estimation, validation and analysis of:

  • Clustering and Featurization
  • Markov state models (MSMs)
  • Hidden Markov models (HMMs)
  • Multi-ensemble Markov models (MEMMs)
  • Time-lagged independent component analysis (TICA)
  • Transition Path Theory (TPT)

PyEMMA can be used from Jupyter (former IPython, recommended), or by writing Python scripts. The docs, can be found at http://pyemma.org <http://www.pyemma.org/>__.

Citation

If you use PyEMMA in scientific work, please cite:

M. K. Scherer, B. Trendelkamp-Schroer, F. Paul, G. PΓ©rez-HernΓ‘ndez,
M. Hoffmann, N. Plattner, C. Wehmeyer, J.-H. Prinz and F. NoΓ©:
PyEMMA 2: A Software Package for Estimation, Validation, and Analysis of Markov Models,
J. Chem. Theory Comput. 11, 5525-5542 (2015)

Installation

If you want to use Miniconda on Linux or OSX, you can run this script to download and install everything::

curl -s https://raw.githubusercontent.com/markovmodel/PyEMMA/devel/install_miniconda%2Bpyemma.sh | bash

If you have Anaconda/Miniconda installed, use the following::

conda install -c conda-forge pyemma

With pip::

pip install pyemma

or install latest devel branch with pip::

pip install git+https://github.com/markovmodel/[email protected]

For a complete guide to installation, please have a look at the version online <http://www.emma-project.org/latest/INSTALL.html>__ or offline in file doc/source/INSTALL.rst

To build the documentation offline you should install the requirements with::

pip install -r requirements-build-doc.txt

Then build with make::

cd doc; make html

Support and development

For bug reports/suggestions/complaints please file an issue on GitHub <http://github.com/markovmodel/PyEMMA>__.

Or start a discussion on our mailing list: [email protected]

External Libraries

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].