Mercurial > hg > tvii
comparison README.txt @ 26:d945a862617c
note dependencies; need wheels
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 04 Sep 2017 11:33:51 -0700 |
parents | 92a402736bcc |
children | 59044f78d587 |
comparison
equal
deleted
inserted
replaced
25:c52d8173b056 | 26:d945a862617c |
---|---|
1 tvii | 1 tvii |
2 ==== | 2 ==== |
3 | 3 |
4 TV2 | 4 TV2 : more experiments in machine learning |
5 | |
6 | |
7 Dependencies | |
8 ------------ | |
9 | |
10 `tvii` is built upon the shoulders of giants | |
11 | |
12 - numpy: http://www.numpy.org/ | |
13 - h5py: http://www.h5py.org/ | |
14 - matplotlib: http://matplotlib.org/ | |
15 - scipy: https://www.scipy.org/install.html | |
16 | |
17 For `h5py` you may need your `python-dev` package | |
18 and or `libhdf5-dev`. For `scipy` you need Lapack. | |
5 | 19 |
6 Links | 20 Links |
7 ----- | 21 ----- |
8 | 22 |
9 - mxnet : http://gluon.mxnet.io/P01-C01-introduction.html | 23 - mxnet : http://gluon.mxnet.io/P01-C01-introduction.html |