# Multi-layer neural networks # In this exercise, you'll write code to do forward propagation for a neural network with 2 # hidden layers. Each hidden layer has two nodes. The input data has been ...