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.
- Host: GitHub
- URL: https://github.com/dideler/ann-vs-knn
- Owner: dideler
- License: other
- Created: 2012-04-24T23:53:09.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T13:57:08.000Z (over 8 years ago)
- Last Synced: 2025-03-24T19:36:52.922Z (about 1 year ago)
- Language: C++
- Homepage: http://dideler.github.com/ann-vs-knn/
- Size: 946 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)