All Projects → fehiepsi → Rethinking Numpyro

fehiepsi / Rethinking Numpyro

Licence: mit
Statistical Rethinking (2nd ed.) with NumPyro

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rethinking Numpyro

Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+69.33%)
Mutual labels:  jupyter-notebook, numpy, bayesian-statistics
Rethinking Tensorflow Probability
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Stars: ✭ 152 (-32.44%)
Mutual labels:  jupyter-notebook, variational-inference, bayesian-statistics
Gasyori100knock
image processing codes to understand algorithm
Stars: ✭ 1,988 (+783.56%)
Mutual labels:  jupyter-notebook, numpy
Numsca
numsca is numpy for scala
Stars: ✭ 160 (-28.89%)
Mutual labels:  jupyter-notebook, numpy
Ta
Technical Analysis Library using Pandas and Numpy
Stars: ✭ 2,649 (+1077.33%)
Mutual labels:  jupyter-notebook, numpy
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+876.44%)
Mutual labels:  jupyter-notebook, numpy
Alphalens
Performance analysis of predictive (alpha) stock factors
Stars: ✭ 2,130 (+846.67%)
Mutual labels:  jupyter-notebook, numpy
Py
Repository to store sample python programs for python learning
Stars: ✭ 4,154 (+1746.22%)
Mutual labels:  jupyter-notebook, numpy
Celeste.jl
Scalable inference for a generative model of astronomical images
Stars: ✭ 142 (-36.89%)
Mutual labels:  jupyter-notebook, variational-inference
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (-21.78%)
Mutual labels:  jupyter-notebook, numpy
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (-23.56%)
Mutual labels:  jupyter-notebook, numpy
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-20%)
Mutual labels:  jupyter-notebook, numpy
Stock Price Predictor
This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.
Stars: ✭ 146 (-35.11%)
Mutual labels:  jupyter-notebook, numpy
Rnn lstm from scratch
How to build RNNs and LSTMs from scratch with NumPy.
Stars: ✭ 156 (-30.67%)
Mutual labels:  jupyter-notebook, numpy
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (-34.22%)
Mutual labels:  jupyter-notebook, numpy
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-29.33%)
Mutual labels:  jupyter-notebook, numpy
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+936.44%)
Mutual labels:  jupyter-notebook, bayesian-statistics
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (-40%)
Mutual labels:  jupyter-notebook, numpy
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (-36.89%)
Mutual labels:  jupyter-notebook, numpy
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (-24.44%)
Mutual labels:  jupyter-notebook, numpy

Test Status

Statistical Rethinking (2nd ed.) with NumPyro

I am a fan of the book Statistical Rethinking, so I port the codes of its second edition to NumPyro. I hope that the book and this translation will be helpful not only for NumPyro/Pyro users but also for ones who are willing to do Bayesian statistics in Python.

How to read the notebooks

Installation

The following tools are used for some analysis and visualizations: arviz for posteriors, causalgraphicalmodels and daft for causal graphs, and (optional) ete3 for phylogenetic trees.

pip install numpyro arviz causalgraphicalmodels daft

Acknowledgements

Kapil Sachdeva and Manuel A. Vázquez has helped fix many code and plot mismatches since the release. Many thanks!

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].