Deep Learning Unit2
Deep Learning Unit2
Deep Learning Unit2
A prediction is what the neural network tells you, given the input data,
such as
Problem 2:
Sometimes it’s impossible to predict the exact
goal prediction.
Calculating both direction and amount from error
• Stopping is the first (and simplest) effect on the pure error caused by
multiplying it by input.
• Imagine plugging a CD player into your stereo. If you turned the volume
all the way up but the CD player was off, the volume change wouldn’t
matter.
• Every weight value has the same error, and moving it makes no difference
because pred is always 0
What is negative reversal?
• How do you address this? Well, multiplying the pure error by input
will reverse the sign of direction_and_amount in the event that
input is negative. This is negative reversal, ensuring that weight
moves in the correct direction even if input is negative.
What is scaling?