fanghao6666 / neural-networks-and-deep-learning

This is my assignment on Andrew Ng's course “neural networks and deep learning”
475 stars 399 forks source link

Fix error in part 5 "Merge all functions into a model" #9

Closed Xieldor closed 4 years ago

Xieldor commented 5 years ago
# Gradient descent (≈ 1 line of code)
parameters, grads, costs =  optimize(w, b, X_train, Y_train, num_iterations, learning_rate, print_cost)

There can not exist any value for parameters