/FeedForward

A feed forwrad mechanism in Python written from scratch - no ML libraries

Primary LanguagePython

FeedForward

A Python implementation of the Feed Forward section of an ANN(Artificial Neural Network) from scratch without the aid of frameworks such as Tensorflow or PyTorch.