- Mastering Machine Learning on AWS
- Dr. Saket S.R. Mengle Maximo Gurmendez
- 63字
- 2021-06-24 14:23:18
Root mean squared error
Root mean squared error (RMSE) is the square root of the mean squared errors and is represented by the following formula:

RMSE, similar to MSE, captures the variance in predictions. However, in RMSE, since we take the square root of the squared error values, the error can be comparable to MSE, and also keeps the advantages of MSE.
推薦閱讀
- 24小時學會電腦組裝與維護
- 龍芯應用開發標準教程
- FPGA從入門到精通(實戰篇)
- 顯卡維修知識精解
- Deep Learning with PyTorch
- 現代辦公設備使用與維護
- 從零開始學51單片機C語言
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- Spring Cloud微服務架構實戰
- SiFive 經典RISC-V FE310微控制器原理與實踐
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- Istio服務網格技術解析與實踐
- 單片機原理及應用:基于C51+Proteus仿真
- 單片微機原理及應用
- Spring Security 3.x Cookbook