Hi,
I have a problem running on of the jupyter notebook cells in:
Deep Learning Specialization / Course1 / Week4 / Deep Neural Network - Application: running “two_layer_model” Function.
I get this error:
IndexError: list index out of range
print(‘cost-’+str(i)+'= ’ + str(costs[i]))
Maybe I have changed some of original code, Or may not!
How can I reach original codes in cell? I want to reset everything and start over.