Skip to content

Updated Java-based repository that houses several machine learning algorithms.

Notifications You must be signed in to change notification settings

MiniMarz/SmartLearn-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains renewed Java code implementing various machine learning algorithms which include:

  • Swift and simple k-nearest neighbor algorithm.

  • Utilization of k-means algorithm accompanied by MDL for model selection.

  • Features an implementation of neural-nets.

  • Emphasizes a Gibbs sampling algorithm to detect motifs in sequences.

  • Incorporates a Genetic Algorithm that solves the 8 queens problem.

  • Greedy agglomerative clustering coupled with basic graphing.

  • Execution of an experiment involving evolutionary neural-nets.

  • Update on Ensemble Selection method (shotgun).

This code is brought to you by MiniMarz, providing a fresh take on previously implemented ML algorithms, with an aim to provide a starting point and reference for those delving into the world of machine learning.

About

Updated Java-based repository that houses several machine learning algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages