matroid / dlwithtf

TensorFlow for Deep Learning Book
http://shop.oreilly.com/product/0636920065869.do
321 stars 160 forks source link

fix bug in ch4/fcnet_regression_tf.py: (y - y_pred)**2 should be a ve… #11

Closed RAvontuur closed 6 years ago

RAvontuur commented 6 years ago

also: increased number of steps to find the minimum, plotting both y and y_pred versus x

rbharath commented 6 years ago

LGTM