Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 618 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 618 Bytes

neural-network

This project aimed to write perceptron and neural network classes from scratch, and then use them on classic toy problems such as linear/non-linear function approximation and digit recognition using the MNIST dataset.

The app can be found here: https://immodal.github.io/neural-network/

Handwritten digit recognition

Figure 1: Handwritten digit recognition

Linear Function Approximator

Figure 2: Linear Function Approximator