ANN_from_scratch In this projcet I did the following: Implement the computation graph of a simple ANN from scratch with numpy. Built the Forward propagation and Back Propagation. Construct a multi-layer ANN with its loss_function.