https://github.com/kindlychung/emsimple
Mathematical principles behind Expectation Maximization (EM) algorithm and a simple implementation in R
https://github.com/kindlychung/emsimple
Last synced: 2 months ago
JSON representation
Mathematical principles behind Expectation Maximization (EM) algorithm and a simple implementation in R
- Host: GitHub
- URL: https://github.com/kindlychung/emsimple
- Owner: kindlychung
- Created: 2014-06-18T14:51:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T11:38:19.000Z (over 9 years ago)
- Last Synced: 2025-02-10T21:47:19.457Z (4 months ago)
- Language: R
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emsimple
Mathematical principles behind Expectation Maximization (EM) algorithm and a simple implementation in RSee this [blog post](http://www.kaiyin.co.vu/2014/06/mathematical-principles-behind.html) for detail.