Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tminka/fastfit
Fastfit matlab toolbox
https://github.com/tminka/fastfit
Last synced: about 1 month ago
JSON representation
Fastfit matlab toolbox
- Host: GitHub
- URL: https://github.com/tminka/fastfit
- Owner: tminka
- License: mit
- Created: 2017-01-02T20:25:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T00:15:49.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T18:21:57.644Z (4 months ago)
- Language: Matlab
- Size: 30.3 KB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-topic-models - fastfit
README
Fastfit
=======This toolbox implements efficient maximum-likelihood estimation of various
distributions. It utilizes the technique of generalized Newton iteration,
described in the following papers:* [Beyond Newton's method](http://tminka.github.io/papers/newton.html)
* [Estimating a Dirichlet distribution](http://tminka.github.io/papers/dirichlet/)
* [Estimating a Gamma distribution](http://tminka.github.io/papers/minka-gamma.pdf)This toolbox requires the [Lightspeed toolbox](https://github.com/tminka/lightspeed/), so you will need to install both.
See Contents.m for more details.
A python port is available at https://github.com/ericsuh/dirichlet
Tom Minka