4766032444 | ||
---|---|---|
.. | ||
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