I have two fundamental question in Exercise 1-Two Layer Model
- We are using a for loop with iterations = 3,000. My code has passed all tests but the output only shows only few iterations. In addition, it only prints iterations =0 or iterations=1. I am not able to interpret how the for loop is getting executed
- Shouldn’t we be calculating the best cost, or lowest value, that is calculated in the for loop? Why are we only printing cost[0] and not the best cost