*Forward Pass Implementation* Implement a complete forward pass for a three-layer neural network using only NumPy. Your implementation should include: a) Weight initialization (random normal, scaled by layer size) b) ReLU activation for hidden layers c) Softmax activation for the output layer d) A f