Handwritten Digit Recognition (implemented with Feedforward Fully Connected)
In this project a simple neural network
is implemented in 2 different ways (MNIST
Dataset is used for training and testing):
- Without vectorization
- With vectorization
At the end an Adversarial attack has taken place on images (shifting the images). SGD with momentum is implemented as well.
Check project description (in persian): here
Project report (in persian): here