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

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

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
```