In the C2_W2_Relu lab I’m confused on what is shown in the individual neuron graphs on the right and how that matches up to the piece-wise linear function in the graph on the left:
- Is Unit 1 handling
xvalues from [1, …] and Unit 2 handlingxvalues from [2,…]? In the graph on the left, it looks like the second segment corresponds to inputs from [1,2] and the third second corresponds to inputs from [2, 3]; but in the individual unit graph for Unit 1, Relu is positive from [1,3] - I also didn’t quite understand this sentence:
"The slope of the unit, 𝑤[1]2, must be set so that the sum of unit 1 and 2 have the desired slope. The bias is again adjusted to keep the output negative until x has reached 2. "
