https://github.com/kpj/mlearner
Fancy ML algorithms for fancy problems
https://github.com/kpj/mlearner
Last synced: 2 months ago
JSON representation
Fancy ML algorithms for fancy problems
- Host: GitHub
- URL: https://github.com/kpj/mlearner
- Owner: kpj
- Created: 2014-11-20T22:38:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T14:16:21.000Z (over 10 years ago)
- Last Synced: 2025-01-18T04:07:04.783Z (4 months ago)
- Language: C++
- Homepage:
- Size: 6.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# MLearner
Generic implementations of some fancy ML algorithms and examplatory usages.## Building the Project
Compile this project using the provided shell script:
```
$ ./build.sh
```## Examples
### Gene Clusterer
Let's try to find some structure in genes from dicty.
Their sequences can be found at [dictybase](http://dictybase.org/db/cgi-bin/dictyBase/download/blast_databases.pl).To run this example, navigate to `./examples/gene_clusterer/` and generate your clusters using
```
$ ./clusterer/clusterer
```
You can then do many analyses by running
```
$ ./analyzer/analyzer
```