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
- Host: GitHub
- URL: https://github.com/mjul/tensorflow-probability-lab
- Owner: mjul
- License: mit
- Created: 2020-02-24T08:39:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T11:15:24.000Z (over 6 years ago)
- Last Synced: 2025-04-06T00:32:23.483Z (about 1 year ago)
- Topics: python, python3, statistics, tensorflow
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.