Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 836 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 836 Bytes

C/C++ programming for Data Science

Authors:

This repository is part of our report for the C/C++ lecture.

Table of contents of this repository:

  • Our report in French rapport.pdf is to be read first.
  • The kmeans folder contains our own code for the K-means clustering.
  • The kNN folder contains our own code for the K-nearest neighbor algorithm.
  • The folder NN-tutorial-miller is meant to be read before the folder NN-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.