https://github.com/rgiordan/LinearResponseVariationalBayes.py
Revision 6878cb91a701b8d86b0f60ae56c8039926c49bbc authored by Ryan Giordano on 07 May 2018, 02:21:20 UTC, committed by Ryan Giordano on 07 May 2018, 02:21:20 UTC
1 parent 1bfd1d7
Raw File
Tip revision: 6878cb91a701b8d86b0f60ae56c8039926c49bbc authored by Ryan Giordano on 07 May 2018, 02:21:20 UTC
Dont sum entropy
Tip revision: 6878cb9
README.md
# LinearResponseVariationalBayes.py

This is a library (very much still in development) intended to make
sensitivity analysis and optimization easier for
variational approximations, though it may be useful in more generality.

You should be able to install the package with the command
```pip install LinearResponseVariationalBayes```.

See ```Example.ipynb``` for a description and example usage.
back to top