Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 200 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 200 Bytes

Basic ANN Implemetation using Gradient Descent

This is an implementaion from the scratch (no libraries used) of a basic neural network using both forward and backpropagation using SGD.