udacity / aind-issue-reports

0 stars 0 forks source link

[Neutral]2018-07-22 #458

Open haoyang-udacity opened 6 years ago

haoyang-udacity commented 6 years ago

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....