Skip to content

stevenbedrick/golda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of LDA in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages