You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,25 @@ This Python toolbox was developed by [Jeremy Manning](http://www.context-lab.com
10
10
SeqNMF uses regularized convolutional non-negative matrix factorization to extract repeated sequential patterns from high-dimensional data. The algorithm can discovery of patterns directly from timeseries data without reference to external markers or labels.
11
11
12
12
For more information please see:
13
-
-[**Original MATLAB implementation**](https://github.com/FeeLab/seqNMF) -[**preprint**](https://www.biorxiv.org/content/early/2018/03/02/273128);-[**COSYNE talk**](https://www.youtube.com/watch?reload=9&v=XyWtCtZ_m-8); tutorial -[**video**](https://cbmm.mit.edu/video/unsupervised-discovery-temporal-sequences-high-dimensional-datasets) and -[**materials**](https://stellar.mit.edu/S/project/bcs-comp-tut/materials.html); and Simons foundation -[**article**](https://www.simonsfoundation.org/2018/05/04/finding-neural-patterns-in-the-din/)
- tutorial [**video**](https://cbmm.mit.edu/video/unsupervised-discovery-temporal-sequences-high-dimensional-datasets) and [**materials**](https://stellar.mit.edu/S/project/bcs-comp-tut/materials.html)
20
+
21
+
- Simons foundation [**article**](https://www.simonsfoundation.org/2018/05/04/finding-neural-patterns-in-the-din/)
14
22
15
23
### Installing the toolbox
16
24
To install the latest official version of this toolbox type
17
25
```
18
-
pip install --upgrade --user seqnmf
26
+
pip install --upgrade seqnmf
19
27
```
20
28
21
29
To install the (bleeding edge) development version type
0 commit comments