##mikemac
##The project contains serveral files as following:
- TrainingData.h
- trainingData.txt
- main.cpp
- Net.h
- Net.cpp
- neuron.h
- CMakeList.txt
##How to copmile ####(The following instructions work on OS X 10.11) To compile the project, please install cmake avalible at cmake.org. first (On OS X this step is down by using homebrew). Then follow the steps below in terminal:
- switch current path to the project folder.
- Type in "cmake ." then press enter to generate makefile.
- Type in "make" then press enter to compile.
- Now the excutable programm is generated. To run it, type "./assignment2" and press enter.
For other issues, plese read the code or contact the author at [email protected]