Gaussian Linear Hidden Markov Models.
This library contains Hidden Markov Models (HMMs) for analysing neuroimaging data (EEG, MEG, fMRI, ECoG, etc)
- Official source code repo: https://github.com/vidaurre/glhmm
- GLHMM documentation: https://glhmm.readthedocs.io/en/latest/index.html
The required dependencies to use glhmm are:
- Python >= 3.6
- NumPy
- numba
- scikit-learn
- scipy
- matplotlib
- seaborn
- To install from the repo, use the following command:
pip install --user git+https://github.com/vidaurre/glhmm