Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/deeplearning4j.dl4j-examples.git

Run examples in pydatavec-examples directory

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