- Activation Functions included:
- Sigmoid
- ReLU
- Tahn
- SoftMax
- Adding layers with different amount of neurons and activation functions.
- Bool trigger for turning on/off Bias feature.
- Included function for recieving data from .csv file.
- Dataset structure to store data recieved from a file.
- Datasets included in /data folder:
- Iris
- XOR
- Diabetes
To build .exe file through GNU use
g++.exe -g main.cpp NN.cpp -o main.exe