There are still some bits I'm confused about. Specifically\, I'm not entirely confident about this line:\
hidden_layer = tf.add(tf.matmul(features\, weights[0])\, biases[0]).\
Fortunately\, I have a friend in datascience I can ask later.\
Another thing that would be super useful is further resources on debugging tips in Jupyter notebooks. I got stuck for a bit on a typo\, which is never a fun reason to be stuck....
There are still some bits I'm confused about. Specifically\, I'm not entirely confident about this line:\ hidden_layer = tf.add(tf.matmul(features\, weights[0])\, biases[0]).\ Fortunately\, I have a friend in datascience I can ask later.\ Another thing that would be super useful is further resources on debugging tips in Jupyter notebooks. I got stuck for a bit on a typo\, which is never a fun reason to be stuck....