Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb authored Mar 31, 2023
1 parent 46e2ed4 commit 95acebf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Keypoint MoSeq
# Keypoint MoSeq (old version)

Implementation of [a keypoint-adapted-SLDS](https://www.overleaf.com/read/rkpnxchbdrrb) aproach for unsupervised behavior discovery. Check out the [example keypoint notebook](examples/keypoint_slds.ipynb) for how to use the code.


The standard MoSeq HDP-ARHMM can also be run using code from this repo. The model is identical to that in [pyhsmm-autoregressive](https://github.com/mattjj/pyhsmm-autoregressive). The key differences are that this new code is written with jax; lacks C-dependencies; and is functional rather than object oriented. Example AR-HMM code is provided in the [depth-PCA notebook](examples/depth_ar_hmm.ipynb).
This repo is depracated. See https://github.com/dattalab/keypoint-moseq

0 comments on commit 95acebf

Please sign in to comment.