Skip to content

ivadt/spaska

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A machine learning engineering system from Sofia university students.

The problem

The problem we are trying to solve with this project is the slowness of weka. The project manages to make some of the algorithms not only faster but also with better performance(accuracy). The system also tries to be highly extensible, so you can plug in your own algorithms easily.

Currently we have implemented the following:

Clustering algorithms

  • ZeroR
  • K-Means

Classification algorithms

  • K Nearest Neghbor
  • Two Layer Perceptron
  • ZeroR
  • OneR
  • Decision Tree

Classifiers result analyzer

  • Cross-Validation
  • Wilcoxon's Test
  • Paired T Test

Data Preprocessors

  • NormalizeValidator

Documentation

Every one of these components has extensive documentation and we really try hard to keep it this way!

About

A spaska import from http://code.google.com/p/spasca so we can work "more openly" with the team on the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.9%
  • Shell 0.1%