-
Generalized linear models
A Python-coded implementation of binomial generalized linear model
-
Ordinary least squares
A Python-coded implementation of OLS for fitting a linear regression model to simulated data
-
Maximum likelihood estimation
A Python-coded implementation of maximum likelihood estimation for recovering the parameters used to define statistical distributions by fitting to values sampled from the distribution
-
Gradient descent
A Python-coded implementation of gradient descent for a linear regression on simulated data
-
A very, very basic neural network in Python
A Python-coded implementation of a two layer neural network using only numpy.