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

Bug fix #10

Open imneonizer opened 5 years ago

imneonizer commented 5 years ago

replace Buggy Line with:

### START CODE HERE ### (1 line)
_, temp_cost = sess.run([optimizer, cost], feed_dict={X: X_train, Y:Y_train})
### END CODE HERE ###