From 95acebfac4fcaec25dd045b865f15bbb84ab6242 Mon Sep 17 00:00:00 2001 From: Caleb Weinreb Date: Fri, 31 Mar 2023 08:13:01 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3985a5e..f3846d9 100644 --- a/README.md +++ b/README.md @@ -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