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
- Host: GitHub
- URL: https://github.com/ct-clmsn/chiuw2016
- Owner: ct-clmsn
- Created: 2016-06-01T20:09:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T01:39:48.000Z (over 9 years ago)
- Last Synced: 2025-03-01T00:34:20.026Z (8 months ago)
- Language: C++
- Homepage:
- Size: 47.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!