cavis/pydatavec
Alex Black 4f7b35ac82
Update links to eclipse repos (#252)
* Fix repo links and clean up old github templates

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* More link updates

Signed-off-by: AlexDBlack <blacka101@gmail.com>
2019-09-10 19:09:46 +10:00
..
pydatavec Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
tests Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
.gitignore Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
.travis.yml Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
README.md Update links to eclipse repos (#252) 2019-09-10 19:09:46 +10:00
pom.xml Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
pytest.ini Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
release.sh Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
setup.py Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00

README.md

PyDataVec : Python interface for DataVec

Installation

pip install pydatavec

Examples

Examples are in the dl4j-examples repo

Clone dl4j-examples:

git clone https://www.github.com/deeplearning4j.dl4j-examples.git

Run examples in pydatavec-examples directory

cd pydatavec-examples
python basic.py
python iris.py
python reduction.py