An open API service indexing awesome lists of open source software.

https://github.com/hailiang-wang/maximum-likelihood-estimation

Collect resources for maximum-likelihood-estimation with Github Python Examples
https://github.com/hailiang-wang/maximum-likelihood-estimation

machine-learning maximum-likelihood-estimation

Last synced: 17 days ago
JSON representation

Collect resources for maximum-likelihood-estimation with Github Python Examples

Awesome Lists containing this project

README

          

# maximum likelihood estimation

## Python module to fit statistical models to observed data through maximum likelihood estimation.
https://github.com/Samurais/maxlike

## Natural-Language-Processing-Language-Model

https://github.com/Samurais/Natural-Language-Processing-Language-Model

Implemented a language model for a class project in Python which uses Maximum Likelihood Estimation and Laplace Smoothing to automatically generate language.

## [Train MNIST with logreg](./logreg)

## linear_regression_tensorflow.py

```
python linear_regression_tensorflow.py
```

## L2 regularization
TODO http://blog.smellthedata.com/2009/06/python-logistic-regression-with-l2.html