admin管理员组

文章数量:1122832

I am learning about neural networks, so I started experimenting with Tensorflow playground.

to understand the basics I set all parameters manually and didn't train the model afterward. specifically I set the weights to 1 and -1, and the baises to zero. However, the output result surprised me, and I have alot of questions:

  1. why is there a blue area in the output? Shouldn't that area have a vlue of zero and therefore be white?
  2. If presence of blue area makes sense, why is it shifted upward and to the right?
  3. why does the middle of the plot have a trimmed corner instead of a 90-degree corner?

本文标签: deep learningUnderstanding the output of a simple neural network in TensorFlow PlaygroundStack Overflow