A simple classification problem of data with 5 classes using a neural network with only one layer and sigmoid activation. Network performance is shown below for 4 and 10 epochs.
- The data points and their labels are loaded from
Points-35.dbs - Neural Network topology, optimizer, number of layers and layer parameters are saved in
NN-Model-Points.snn
Create an Empty Project using Visual Studio and copy all the files from NN-Sample-01 to the project.
And follow Project Setup to run the program.
- SepMath.h
- NeuralNetwork.h
- Layer.h
- Dir.h
- Util.h

