Difference between revisions of "Root mean square error"

From RecSysWiki
Jump to navigation Jump to search
(Created page with "The '''root mean square error''' ('''RMSE''') is a standard error measure for rating prediction. It penalizes large deviations more than small ones. The square root is taken ...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
The '''root mean square error''' ('''RMSE''') is a standard error measure for [[rating prediction]]. It penalizes large deviations more than small ones. The square root is taken so that the measure has the same unit as the original ratings.
 
The '''root mean square error''' ('''RMSE''') is a standard error measure for [[rating prediction]]. It penalizes large deviations more than small ones. The square root is taken so that the measure has the same unit as the original ratings.
  
[[Category:Evaluation measures]]
+
== See also ==
 +
* [[Mean absolute error]] (MAE)
 +
 
 +
== External links ==
 +
* [[Wikipedia: Mean squared error]]
 +
 
 +
[[Category:Evaluation measure]]

Latest revision as of 09:38, 6 June 2011

The root mean square error (RMSE) is a standard error measure for rating prediction. It penalizes large deviations more than small ones. The square root is taken so that the measure has the same unit as the original ratings.

See also

External links