Advanced Search
Search Results
2 total results found
Training an HMM
Ethoscopy
Behavpy - Hidden Markov Model
Behavpy_HMM is an extension of behavpy that revolves around the use of Hidden Markov Models (HMM) to segment and predict sleep and awake stages in Drosophila. A good introduction to HMMs is available here: https://web.stanford.edu/~jurafsky/slp3/A.pdf. The p...
Visualising with the HMM
Ethoscopy
Behavpy - Hidden Markov Model
The best way to get to grips with your newly trained HMM is to decode some data and has a look at it visually. Single plots # Like plot_overtime() this method will take a single variable and trained hmm, and plot them over time. # If you're using behavpy_H...