Authors:
- Sylvain Combettes, MSc candidate at Ecole des Mines de Nancy
- Julien Muller, MSc candidate at Ecole des Mines de Nancy
This repository is part of our report for the C/C++ lecture.
- Our report in French
rapport.pdfis to be read first. - The
kmeansfolder contains our own code for the K-means clustering. - The
kNNfolder contains our own code for the K-nearest neighbor algorithm. - The folder
NN-tutorial-milleris meant to be read before the folderNN-iris-data. We run a code for simulating a neural network in C/C++ for XOR data and adapt it to the Iris data set.