Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 422 Bytes

kernelflow

Experimenting with kernel density estimation and soft histograms (as in differentiable sample statistical summaries) using tensorflow data flow graphs.

Development environment installation

A Python installation with TensorFlow >= 1.4 is required. The pytest library is required to execute the battery of tests.

git clone https://github.com/pablodecm/kernelflow.git 
pip install -e kernelflow