All Projects → junpenglao → Glmm In Python

junpenglao / Glmm In Python

Licence: gpl-3.0
Generalized linear mixed-effect model in Python

Projects that are alternatives of or similar to Glmm In Python

Bayesian Cognitive Modeling In Pymc3
PyMC3 codes of Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course
Stars: ✭ 93 (-29.01%)
Mutual labels:  jupyter-notebook, statistics, bayesian-inference
Neural Tangents
Fast and Easy Infinite Neural Networks in Python
Stars: ✭ 1,357 (+935.88%)
Mutual labels:  jupyter-notebook, bayesian-inference
Pymc Example Project
Example PyMC3 project for performing Bayesian data analysis using a probabilistic programming approach to machine learning.
Stars: ✭ 90 (-31.3%)
Mutual labels:  jupyter-notebook, bayesian-inference
Hackermath
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
Stars: ✭ 1,380 (+953.44%)
Mutual labels:  jupyter-notebook, statistics
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-38.17%)
Mutual labels:  jupyter-notebook, statistics
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (-37.4%)
Mutual labels:  statistics, bayesian-inference
Probflow
A Python package for building Bayesian models with TensorFlow or PyTorch
Stars: ✭ 95 (-27.48%)
Mutual labels:  statistics, bayesian-inference
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (-11.45%)
Mutual labels:  jupyter-notebook, bayesian-inference
A Nice Mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
Stars: ✭ 115 (-12.21%)
Mutual labels:  jupyter-notebook, bayesian-inference
Pymc3 vs pystan
Personal project to compare hierarchical linear regression in PyMC3 and PyStan, as presented at http://pydata.org/london2016/schedule/presentation/30/ video: https://www.youtube.com/watch?v=Jb9eklfbDyg
Stars: ✭ 110 (-16.03%)
Mutual labels:  jupyter-notebook, bayesian-inference
Alice
NIPS 2017: ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching
Stars: ✭ 80 (-38.93%)
Mutual labels:  jupyter-notebook, bayesian-inference
Teaching Monolith
Data science teaching materials
Stars: ✭ 126 (-3.82%)
Mutual labels:  jupyter-notebook, statistics
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+819.08%)
Mutual labels:  jupyter-notebook, statistics
Pumas.jl
Pharmaceutical Modeling and Simulation for Nonlinear Mixed Effects (NLME), Quantiative Systems Pharmacology (QsP), Physiologically-Based Pharmacokinetics (PBPK) models mixed with machine learning
Stars: ✭ 84 (-35.88%)
Mutual labels:  statistics, bayesian-inference
Projpred
Projection predictive variable selection
Stars: ✭ 76 (-41.98%)
Mutual labels:  statistics, bayesian-inference
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (-47.33%)
Mutual labels:  jupyter-notebook, statistics
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+710.69%)
Mutual labels:  jupyter-notebook, statistics
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-59.54%)
Mutual labels:  jupyter-notebook, statistics
Isl Python
Porting the R code in ISL to python. Labs and exercises
Stars: ✭ 108 (-17.56%)
Mutual labels:  jupyter-notebook, statistics
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-9.16%)
Mutual labels:  jupyter-notebook, statistics

Generalized Linear Mixed‐effects Model in Python

or the many ways to perform GLMM in python playground

A comparison among:
StatsModels
Theano
PyMC3(Base on Theano)
TensorFlow
Stan and pyStan
Keras
edward

Whenever I try on some new machine learning or statistical package, I will fit a mixed effect model. It is better than linear regression (or MNIST for that matter, as it is just a large logistic regression) since linear regressions are almost too easy to fit. Hence this collection of codes that all doing (more or less) the same thing.

TODO

Estimate uncertainty related to model parameter using dropout in Theano and TensorFlow
DROPOUT AS A BAYESIAN APPROXIMATION
K-Fold Cross Validation and Leave-One-Out (LOO)
WAIC and cross-validation in Stan
tyarkoni/PPS2016

More information (codes) could be found below (to name a few):

paul-buerkner/brms
vasishth/BayesLMMTutorial
jonsedar/pymc3_vs_pystan
Example from PyMC3
tyarkoni/nipymc
bambinos/bambi

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