This package contains a collection of additions to Tensorflow.
Currently, it includes
-
losses.py
:- Implementation of Negative Log Likelihood loss for regression tasks
-
metrics.py
:- Extension of MSE suitable for a networks that predicts means and variances
Run
pip install -r requirements.txt
for installing the build requirementspython -m build
for building the packagepip install dist/nn_uncertainty_estimation-0.0.1-py3-none-any.whl
TODO
: Include step for running the tests automatically.