Hi Raymond,
Thanks for the reply. Looks like I’m one step closer to figuring this out, thanks pal.
I’m a little confused with the above. If i type in the weights and bias for the Layer 1 unit 2, the decision boundary is still going through the origin, so its nowhere near the good roast data points (approx 200 [x-axis] and 12.5mins [y-axis]). I had assumed in the plots showing the blue and white regions from the juypter notebook that the library had de-normalised the decision boundary to bring it back to the original feature space?
I see the smiley face on my table next to the top row of Layer 1, unit 3 and 4.
I’m assuming the “No” in each of them is correct? The weights in 2nd layer are being offset by the bias term, so I’m assuming that means shaded region of these units
are not being factored in, which makes sense. But then I’m still struggling as to why it seems to have an impact on the final result.
Im also still struggling to see why the decision boundary was put right through the good roast points to begin with. Is it likely it got caught in a local minima and further epochs would have helped kick it out of that?
I’m assuming because the output from layer 1 is any decimal between 1 and 0, then its easier to look at the layer 2 and check what’s the range of values each neuron is likely to give and therefore determine which units will be most influential?
In our case units 0, 1 and 2 will have very negative values if they receive 1. If they receive 0 from layer 1, then they have positive values.
with the quote above, its therefore the “0” regions which are the sought after areas for our good roasts. So if you combine the shaded areas for these three you’re left with the white triangle which we are looking for.
and yet 3 and 4 have values close to 0 if the input from layer 1 neurons is 1, So their shaded region should not contribute alot if at all.
When they receive 0’s though, they have the same output as the others, so does this mean that since we have 5 units, and only 1 is shaded at the bottom, we can assume the output will have dark shading at the top of the triangle (Red zone) and slightly less shaded area below since 4 of the 5 units said it was still a good roast (orange zone).
I would still expect the output figure to look slightly more shaded at the bottom if the above was right, so I think I’m missing something.
Rgds
Fraz