Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 455 Bytes

haskell-em

A simple experiment of implementing EM algorithm using Haskell and its State monad + hmatrix.

Read the blog post about this project for more information.

The final project code is EmCoinState.hs and Main.hs. All other files are intermediary experiments that led to these two.

Running example code

requires stack

stack build && stack exec haskell-em-exe