/Neural_network_from_scratch

Implementing a Neural Network from scratch for fun

Primary LanguagePython

Neural-Network

It is an implementation of a classic neural network from scratch in python. All the functions are written and no ML libraries are used for this purpose. It was a great learning experience.