Metadata-Version: 2.1
Name: tfConstrainedGauss
Version: 0.1.0
Summary: TensorFlow package for estimating constrained precision matrices
Home-page: https://github.com/smrfeld/tf-constrained-gauss
Author: Oliver K. Ernst
Author-email: oliver.k.ernst@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# TensorFlow package for estimating constrained precision matrices

This package implements two methods for estimating constrained precision matrices using `TensorFlow`.

[GitHub](https://github.com/smrfeld/tf-constrained-gauss) source for this project.

## Quickstart

1. Install:
    ```
    pip install tfConstrainedGauss
    ```

2. See the [example notebooks](https://github.com/smrfeld/tf-constrained-gauss/tree/main/examples).

3. Read the [documentation](https://smrfeld.github.io/tf-constrained-gauss).


