Probabilistic modeling and statistical inference in TensorFlow
TensorFlow Probability is a library for probabilistic reasoning and statistical analysis in TensorFlow. As part of the TensorFlow ecosystem, TensorFlow Probability provides integration of probabilistic methods with deep networks, gradient-based inference via automatic differentiation, and scalability to large datasets and models via hardware acceleration and distributed computation.
TensorFlow Probability is a library for probabilistic reasoning and statistical analysis in TensorFlow. As part of the TensorFlow ecosystem, TensorFlow Probability provides integration of probabilistic methods with deep networks, gradient-based inference via automatic differentiation, and scalability to large datasets and models via hardware acceleration and distributed computation.
To install py39-tensorflow-probability, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-tensorflow-probability
To see what files were installed by py39-tensorflow-probability, run:
port contents py39-tensorflow-probability
To later upgrade py39-tensorflow-probability, run:
sudo port selfupdate && sudo port upgrade py39-tensorflow-probability
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.