An open API service indexing awesome lists of open source software.

https://github.com/mjul/tensorflow-probability-lab

Tensorflow Probability experiments
https://github.com/mjul/tensorflow-probability-lab

python python3 statistics tensorflow

Last synced: about 2 months ago
JSON representation

Tensorflow Probability experiments

Awesome Lists containing this project

README

          

# Tensorflow Probability Lab

Taking TFP for a spin.

To set up the environment (using Anaconda Python):

conda env create -f environment.yml

Note that it uses `pip` to install tensorflow-probability 0.9.0
into the conda environment since this version is not yet available in the
conda repository.

# Licenses
## Tensorflow and TFP License

The code uses Tensorflow and Tensorflow Probability according to the following license:

Copyright 2018 The TensorFlow Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.