org.emmalanguage.lib.ml.optimization.error
Mean Squared Error.
This is similar to the SSE with normalization according to dataset-size
loss: E(w) = 1/2m sum{ (wTx - y)**2 } gradient: dE(w) = 1/m sum{ (wTx - y) *x }
Mean Squared Error.
This is similar to the SSE with normalization according to dataset-size
loss: E(w) = 1/2m sum{ (wTx - y)**2 } gradient: dE(w) = 1/m sum{ (wTx - y) *x }