Skip to content
forked from alexksikes/ML

Old Java code implementing a couple of machine learning algorithms.

Notifications You must be signed in to change notification settings

sinaebrahimi/ML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some old Java code implementing a couple of machine learning algorithms including:

  • Quick and dirty k-nearest neighbor.

  • k-means algorithm using MDL for model selection.

  • Implementation of neural-nets.

  • Gibbs sampling algorithm to detect motifs in sequences.

  • Implementation of a Genetic Algorithm solving the 8 queens problem.

  • Greedy agglomerative clustering with basic graphing.

  • An experiment with evolutionary neural-nets.

  • Implementation of Ensemble Selection (shotgun)

About

Old Java code implementing a couple of machine learning algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%