Bridging the gap between Statistical Inference and Neural Networks
Project description
Thetaflow
Bridging the gap between Statistical Inference and Deep Learning.
Thetaflow is a Python package built on top of TensorFlow/Keras designed to fully integrate statistical modeling with neural network components. It allows researchers and data scientists to define any statistical model where parameters can be:
Dynamic: Modeled as outputs of a complex neural network. Static: Treated as independent, learnable weights (standard statistical coefficients).
It generalizes Maximum Likelihood Estimation (MLE) for a massive class of models, acting as a flexible optimizer that brings the power of backpropagation to rigorous statistical inference.
Key Features
- Flexible Parameter Definition: seamless mixing of deep learning outputs and scalar statistical parameters.
- Custom Likelihoods: Define any probability density function (PDF) or mass function (PMF) as your objective.
- TensorFlow/Keras Backend: leverages hardware acceleration (GPU/TPU) and automatic differentiation for complex optimization landscapes.
- General Optimizer: Solves for the Maximum Likelihood Estimate (MLE) across arbitrary model architectures.
Installation
The easiest and recommended way to install thetaflow is directly from PyPI using pip:
pip install thetaflow
Examples
An example application applying the standard simple linear regression model can be seen in the examples directory. I plan on adding further documentation! :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thetaflow-0.0.15.tar.gz.
File metadata
- Download URL: thetaflow-0.0.15.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b39e55096d14b862f98f48572bea0126d8b59147a4b01cb72149360cd7a03434
|
|
| MD5 |
229fb5f4d90fcd47648c2212036f7338
|
|
| BLAKE2b-256 |
a3f84b821b16037e4999327d19ac0868ed6a682331b86df43febf4b3223bd120
|
File details
Details for the file thetaflow-0.0.15-py3-none-any.whl.
File metadata
- Download URL: thetaflow-0.0.15-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f817cdc8b06530f6393bf5aab6e8df7c3ca5d1f613675cfe02b7c1dfe07c20d
|
|
| MD5 |
77be4ab626d4b71637b6fef0cc141c81
|
|
| BLAKE2b-256 |
a2ee8e87a75c071797d92675a01459ef22aedaae8fae789e3a03a709c81c3359
|