cavis/pydatavec
Serhii Shepel 81be92a554 Update to version 1.0.0-beta7
Signed-off-by: Serhii Shepel <9946053+sshepel@users.noreply.github.com>
2020-05-13 18:13:51 +03:00
..
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00
2020-05-13 18:13:51 +03:00
2019-06-06 15:21:15 +03:00
2019-06-06 15:21:15 +03:00

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