Skip to content

Soham-Saha/NeuralNetwork

Repository files navigation

A simple MLP (Multi-Layer Percepetron) framework built in Java with no external libraries.

Implements rudimentary single sample SGD (Stochastic Gradient Descent) with backpropagation.

This framework was tested to create an MLP for the MNIST project, where it attained 81.62% accuracy.

image