Back propagation feed neural network that classifies hand written digits in C++ with a sucess of 90%>
Description
Task1: Simple perceptron that learns XOR table
Task2: Used for analysis with different hyperparamters
Task3: Back propagation feed neural network
How to Run Task3
cd task3
./task3
Output for task3
-
First part is training the date with sigmoid activation function
It will take 15 epochs to train the model then it will produce the success validation results after training -
Second part is using a different activation function which is tanh.