1233acf2ab
* Update/remove obsolete files * Fix nd4j-parameter-server-parent folder and module name * Fix formatting for libnd4j pom * Remove LICENSE file check for libnd4j build * Temp revert removing encoding and version for nd4j-parameter-server-model, nd4j-parameter-server-node, nd4j-parameter-server-client |
||
---|---|---|
.. | ||
pydatavec | ||
tests | ||
.gitignore | ||
README.md | ||
pom.xml | ||
pytest.ini | ||
release.sh | ||
setup.py |
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/eclipse/deeplearning4j-examples.git
Run examples in pydatavec-examples
directory
cd deeplearning4j-examples/pydatavec-examples
python basic.py
python iris.py
python reduction.py