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

https://github.com/dideler/ann-vs-knn

Comparative study of two machine learning classifiers (Artificial Neural Network & k-Nearest Neighbour) on two UCI datasets.
https://github.com/dideler/ann-vs-knn

Last synced: about 1 year ago
JSON representation

Comparative study of two machine learning classifiers (Artificial Neural Network & k-Nearest Neighbour) on two UCI datasets.

Awesome Lists containing this project

README

          

[Artificial Neural Network vs k-Nearest Neighbour](http://dideler.github.com/ann-vs-knn/)
==================================================

### Requirements

* Access to a Linux machine (or at least Cygwin)
* g++ compiler (GNU Compiler Collection)
* bash v.4+
* gnuplot
* An interest in this kind of stuff

### Instructions

$ bash automate.sh # Builds the project, runs experiments, and processes the results.

### Report

The hypothesis, experiment design, results, and conclusion can be read in the paper at [docs/report.pdf](docs/report.pdf)