I implement a tensor version (using numpy) of HMM for three classic problems of HMM. For any non-sequential/non-recursive, I bypass the for-loop by using tensor ...
This repository contains a Python implementation of a discrete Hidden Markov Model (HMM) for predicting transmembrane protein topology from amino acid sequences. This project was originally made for ...