A one-dimensional Kernel Density Estimation implemented in TensorFlow.
It is licensed under WTFPL. Feel free to do what the fuck you want with it. :)
To install it, either clone it and execute the following inside the folder where setup.py is located
pip install -e .
or, if you don't intend to commit something and just use the tools, you can simply install it with
pip install git+https://github.com/AstroViking/tf-kde
and then use the tools provided.