- #1
sunone
- 3
- 0
Hi
I found this equation in a machine learning book:
"we want to minimize the mean squared error:"
$E= \frac{1}{2} \sum_{n=1}^N (y-t)^2$
what I do not understand is the \frac{1}{2} , if it is a mean it should be \frac{1}{N},
why are they restricting to 2? In the text there is no reference to y or t being only 2. So it cannot be that N=2.
I found this equation in a machine learning book:
"we want to minimize the mean squared error:"
$E= \frac{1}{2} \sum_{n=1}^N (y-t)^2$
what I do not understand is the \frac{1}{2} , if it is a mean it should be \frac{1}{N},
why are they restricting to 2? In the text there is no reference to y or t being only 2. So it cannot be that N=2.