Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 322 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 322 Bytes

NeuralNetwork

Implementation of Neural Network from scratch (from single continuous perceptron to multilayer neural network)

This repository includes implementation of single discrete, single continious, R category discrete, R category continious and multilayer percepton over 2D parity function and for MNIST dataset.