Skip to content

Backpropagation feed neural network that classifies handwritten digits in C++ with a success of 90%>. The model uses two different activation functions (sigmoid and tanh)

Notifications You must be signed in to change notification settings

Hekb/Digit-Classifier-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Hand Written Digit Classifer

Back propagation feed neural network that classifies hand written digits in C++ with a sucess of 90%>

Class Project for CSCI:360 at USC

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.

About

Backpropagation feed neural network that classifies handwritten digits in C++ with a success of 90%>. The model uses two different activation functions (sigmoid and tanh)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published