An open API service indexing awesome lists of open source software.

https://github.com/ct-clmsn/chiuw2016

CHIUW2016 - three machine learning algorithms for Chapel
https://github.com/ct-clmsn/chiuw2016

Last synced: 3 months ago
JSON representation

CHIUW2016 - three machine learning algorithms for Chapel

Awesome Lists containing this project

README

          

CHIUW2016

* Latent Dirichlet Allocation is in 'lda'
* Stochastic Logistic Regression is in 'logreg'
* RandomForest can be found under 'rf'

Note:

Apologies in advance if the code in this repository
is a complete mess.

The code in this repository has been cleaned up to remove
as much pre-processing of data files as possible.

The RandomForest implementation builds under 0.12. It may
have some bugs related to how domains are utilized.

If there are outstanding issues related to the clean up
please post the issues to github.

Pull Requests are welcome!