Skip to content

Commit a02b631

Browse files
author
Jeremy Manning
committed
updated readme and setup
1 parent 5ec04af commit a02b631

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,25 @@ This Python toolbox was developed by [Jeremy Manning](http://www.context-lab.com
1010
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.
1111

1212
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/)
13+
- [**Original MATLAB implementation**](https://github.com/FeeLab/seqNMF)
14+
15+
- [**preprint**](https://www.biorxiv.org/content/early/2018/03/02/273128)
16+
17+
- [**COSYNE talk**](https://www.youtube.com/watch?reload=9&v=XyWtCtZ_m-8)
18+
19+
- 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/)
1422

1523
### Installing the toolbox
1624
To install the latest official version of this toolbox type
1725
```
18-
pip install --upgrade --user seqnmf
26+
pip install --upgrade seqnmf
1927
```
2028

2129
To install the (bleeding edge) development version type
2230
```
23-
pip install --upgrade --user git+https://github.com/ContextLab/seqNMF
31+
pip install --upgrade git+https://github.com/ContextLab/seqNMF
2432
```
2533

2634
### Using the toolbox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='seqnmf',
13-
version='0.1.0',
13+
version='0.1.1',
1414
description='Python implementation of seqNMF',
1515
long_description=readme,
1616
author='Contextual Dynamics Laboratory',

0 commit comments

Comments
 (0)