cavis/pydatavec
Serhii Shepel c98390a27a Update to version 1.0.0-SNAPSHOT
Signed-off-by: Serhii Shepel <9946053+sshepel@users.noreply.github.com>
2019-12-13 17:26:41 +02:00
..
pydatavec fix pydatavec for python 3... and python2 install problems (#8422) 2019-11-20 08:20:04 +01:00
tests non-inplace pydatavec transform processes (#8326) 2019-10-30 15:59:54 +01: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
LICENSE Minor edits to README for pydatavec and pydl4j (#8336) 2019-12-06 08:10:38 +01:00
README.md Minor edits to README for pydatavec and pydl4j (#8336) 2019-12-06 08:10:38 +01:00
pom.xml Update to version 1.0.0-SNAPSHOT 2019-12-13 17:26:41 +02: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 fix pydatavec for python 3... and python2 install problems (#8422) 2019-11-20 08:20:04 +01:00

README.md

PyDataVec : Python interface for DataVec

Join the chat at https://gitter.im/deeplearning4j/deeplearning4j License PyPI version

Installation

pip install pydatavec

Examples

Examples are in the dl4j-examples repo

Clone dl4j-examples:

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

Run examples in pydatavec-examples directory

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