All Projects → stefanwebb → flowtorch-old

stefanwebb / flowtorch-old

Licence: MIT license
Separating Normalizing Flows code from Pyro and improving API

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to flowtorch-old

blangSDK
Blang's software development kit
Stars: ✭ 21 (-41.67%)
Mutual labels:  bayesian-inference, probabilistic-graphical-models, bayesian-statistics, probabilistic-models
Autoppl
C++ template library for probabilistic programming
Stars: ✭ 34 (-5.56%)
Mutual labels:  bayesian-inference, bayesian-statistics
Resources
PyMC3 educational resources
Stars: ✭ 930 (+2483.33%)
Mutual labels:  bayesian-inference, bayesian-statistics
Stan
Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
Stars: ✭ 2,177 (+5947.22%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rethinking Tensorflow Probability
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Stars: ✭ 152 (+322.22%)
Mutual labels:  bayesian-inference, bayesian-statistics
Scikit Stan
A high-level Bayesian analysis API written in Python
Stars: ✭ 22 (-38.89%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (+127.78%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+2011.11%)
Mutual labels:  bayesian-inference, bayesian-statistics
Probflow
A Python package for building Bayesian models with TensorFlow or PyTorch
Stars: ✭ 95 (+163.89%)
Mutual labels:  bayesian-inference, bayesian-statistics
Dynamichmc.jl
Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
Stars: ✭ 172 (+377.78%)
Mutual labels:  bayesian-inference, bayesian-statistics
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+377.78%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rhat ess
Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC
Stars: ✭ 19 (-47.22%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesflare
A python module to detect stellar flares using Bayesian model comparison
Stars: ✭ 6 (-83.33%)
Mutual labels:  bayesian-inference, bayesian-statistics
Statsexpressions
Expressions and dataframes with statistical details 📉 📜🔣✅
Stars: ✭ 144 (+300%)
Mutual labels:  bayesian-inference, bayesian-statistics
Pytorch Bayesiancnn
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
Stars: ✭ 779 (+2063.89%)
Mutual labels:  bayesian-inference, bayesian-statistics
Turing.jl
Bayesian inference with probabilistic programming.
Stars: ✭ 1,150 (+3094.44%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (+222.22%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (+1230.56%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesian Stats Modelling Tutorial
How to do Bayesian statistical modelling using numpy and PyMC3
Stars: ✭ 480 (+1233.33%)
Mutual labels:  bayesian-inference, bayesian-statistics
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (+144.44%)
Mutual labels:  bayesian-inference, bayesian-statistics

Copyright (c) FlowTorch Development Team.

This source code is licensed under the MIT license found in the LICENSE.txt file in the root directory of this source tree.

💥 This repository contains an archived version of Flowtorch from early 2021. Development has continued in a private repo..

Overview

FlowTorch is a PyTorch library for learning and sampling from complex probability distributions using a class of methods called Normalizing Flows.

Installing

An easy way to get started is to install from source:

git clone https://github.com/stefanwebb/flowtorch.git
cd flowtorch
pip install -e .

Further Information

We refer you to the FlowTorch website for more information about installation, using the library, and becoming a contributor. Here is a handy guide:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].