Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 737 Bytes

README.markdown

File metadata and controls

17 lines (10 loc) · 737 Bytes

GOLDA

A super-basic and work-in-progress implementation of Latent Dirichlet Allocation in Go. Ported from a Python implementation by Aaron Cohen, with a few minor tweaks. Takes advantage of goroutines for parallelization of repeated model-fitting runs.

##TODO:

  1. Do whatever one does with a Go program to allow it to be imported directly (e.g., import http://github.com/stevenbedrick/golda).
  2. Complete the implementation (allow serialization of models, etc.)
  3. Implement hyperparameter tuning?

Contact

If you think you've found a bug, you're probably right. Email Steven Bedrick or open an issue.

License

Licensed under Matt Might's CRAPL for now.