cavis/contrib/attic/pydatavec
agibsonccc 4766032444 Update copyright to mention NOTICES file 2021-02-01 21:31:04 +09:00
..
pydatavec Update copyright to mention NOTICES file 2021-02-01 21:31:04 +09:00
tests Update copyright to mention NOTICES file 2021-02-01 21:31:04 +09:00
.gitignore Dev commits 2021-02-01 14:31:20 +09:00
README.md Dev commits 2021-02-01 14:31:20 +09:00
pom.xml Update LICENSE 2021-02-01 17:47:29 +09:00
pytest.ini Dev commits 2021-02-01 14:31:20 +09:00
release.sh Update copyright to mention NOTICES file 2021-02-01 21:31:04 +09:00
setup.py Update copyright to mention NOTICES file 2021-02-01 21:31:04 +09:00

README.md

PyDataVec : Python interface for DataVec

Join the chat at https://gitter.im/deeplearning4j/deeplearning4j 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