Skip to content

Files

Latest commit

a260697 · Apr 16, 2024

History

History
5 lines (5 loc) · 257 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 257 Bytes

ANN_from_scratch

In this projcet I did the following:

  1. Implement the computation graph of a simple ANN from scratch with numpy.
  2. Built the Forward propagation and Back Propagation.
  3. Construct a multi-layer ANN with its loss_function.