-
Updated
Jun 18, 2022 - Jupyter Notebook
#
pyro
Here are 78 public repositories matching this topic...
Python code for "Probabilistic Machine learning" book by Kevin Murphy
machine-learning
tensorflow
pytorch
colab
pml
probabilistic-programming
flax
jupyter-notebooks
pymc3
pyro
jax
numpyro
A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
python
machine-learning
time-series
orbit
regression
pytorch
forecast
bayesian-methods
forecasting
probabilistic-programming
bayesian
stan
arima
regression-models
probabilistic
bayesian-statistics
pyro
changepoint
pystan
exponential-smoothing
-
Updated
Jun 7, 2022 - Python
A framework for hydrodynamics explorations and prototyping
python
simulation
solver
finite-volume
pde
hydrodynamics
multigrid
pyro
advection
finite-volume-methods
astrophysical-simulation
-
Updated
Nov 10, 2021 - Jupyter Notebook
Telegram Group Manager Bot Written In Python Using Pyrogram.
python
heroku
bot
ai
telegram
telegram-bot
python3
mtproto
gram
hacktoberfest
groupmanager
pyro
telegrambot
pyrogram
mirror-bot
pyrogram-bot
williambutcherbot
-
Updated
Jun 1, 2022 - Python
Pyro 5 - Python remote objects for modern python versions
-
Updated
Jun 17, 2022 - Python
fritzo
commented
Mar 29, 2021
See wikipedia table for example patterns: https://en.wikipedia.org/wiki/List_of_integrals_of_Gaussian_functions
ASR with PyTorch
python
decoder
speech
pytorch
speech-recognition
densenet
resnet
kaldi
lattice
transcription
dictation
asr
pyro
ctc
deepspeech
capsule-network
lvcsr
pytorch-binding
kaldi-decoder
ss-vae
-
Updated
Mar 10, 2019 - Python
PyMC3-like Interface for Pyro
-
Updated
Dec 1, 2019 - Jupyter Notebook
ziatdinovmax
commented
Apr 26, 2021
Currently, all the VED/VAE models work only with a single channel data (e.g. grayscale images but not color images). The extension to multiple channels should be pretty straightforward if there is a use case.
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
1
A Telegram Bot That Can Find Lyrics Of Song
-
Updated
Dec 22, 2021 - Python
Deep Probabilistic Programming Examples in Pytorch using pyro
deep-neural-networks
deep-learning
inference
pytorch
bayesian-methods
bayesian-inference
variational
pyro
bayesian-neural-networks
variational-autoencoder
-
Updated
Aug 4, 2018 - Jupyter Notebook
Bayesian optimization of discrete sequences
-
Updated
Mar 27, 2022 - Python
Colab notebooks exploring different Machine Learning topics.
nlp
cassandra
julia
pytorch
named-entity-recognition
colab
vae
probabilistic-programming
causality
pymc3
causal-inference
audio-processing
julialang
pyro
trax
tensorflow-js
pyro-ppl
rapidsai
colab-notebooks
-
Updated
Apr 2, 2022 - Jupyter Notebook
Implementation of a Mixture Density Network in the deep probabilistic programming language Pyro.
machine-learning
pytorch
probabilistic-programming
mixture-density-networks
deep-learning-tutorial
pyro
-
Updated
Dec 20, 2018 - Python
-
Updated
Nov 26, 2017 - Jupyter Notebook
Yocto BSP layer for the nvidia jetson tx2 boards.
-
Updated
Mar 16, 2018 - C++
Proof-of-principle application of Gaussian process modeling to gamma-ray analyses. Code repository associated with the paper https://arxiv.org/abs/2010.10450.
-
Updated
Dec 3, 2020 - Jupyter Notebook
-
Updated
Mar 24, 2020 - Jupyter Notebook
Generate dynamic structural causal models from biological knowledge graphs encoded in the Biological Expression Language (BEL)
systems-biology
causal-inference
biological-expression-language
pyro
counterfactual
networks-biology
structural-causal-model
-
Updated
Jan 11, 2021 - Jupyter Notebook
-
Updated
Aug 21, 2018 - HTML
Bayesian deep learning experiments
deep-learning
jupyter-notebook
pytorch
dropout
vi
experiments
reproducibility
mcmc
convolutional-neural-network
variational-inference
hmc
pyro
bayesian-deep-learning
monte-carlo-dropout
bayesian-neural-network
bayesian-dl-experiments
-
Updated
Jul 6, 2020 - Jupyter Notebook
deep-neural-networks
deep-learning
pytorch
neural-networks
experiments
pyro
personal-utilities
pytorch-utils
pyro-ppl
-
Updated
Apr 7, 2022 - Python
Bayesian analysis of co-localization single-molecule microscopy image data.
-
Updated
Jun 13, 2022 - Jupyter Notebook
An echo server sample using remote method invocation on Python with Pyro Library.
-
Updated
May 29, 2019 - Python
An experimental Python package for learning Bayesian Neural Network.
deep-learning
pytorch
vi
variational-inference
hmc
hamiltonian-monte-carlo
pyro
bayesian-deep-learning
mc-dropout
monte-carlo-dropout
bayesian-neural-network
-
Updated
Jul 6, 2020 - Python
This repo will implement Bayesian optimization using PYRO
-
Updated
Jan 15, 2021 - Python
Comparison of the impact the Fast Gradient Sign Attack has on a Deep Neural Networks and a Bayesian Neural Networks.
deep-neural-networks
pandas-dataframe
data-visualization
pytorch
pyro
bayesian-neural-networks
fast-gradient-sign-attack
-
Updated
Mar 24, 2020 - Python
Improve this page
Add a description, image, and links to the pyro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyro topic, visit your repo's landing page and select "manage topics."
A quick search for mixture distributions in numpyro only turns up examples using
Categoricalin conjunction with an array of distributions. Since sampling from discrete distributions is not always desirable, I have implemented a quick general purpose mixture distribution with continuous log probability.