- Hands-On Neural Networks
- Leonardo De Marchi Laura Mitchell
- 74字
- 2021-06-24 14:00:12
Regression metrics
In Keras, we can see the following few important metrics:
- Mean Squared Error: mean_squared_error, MSE, or mse
- Mean Absolute Error: mean_absolute_error, MAE, or mae
- Mean Absolute Percentage Error: mean_absolute_percentage_error, MAPE, or mape
- Cosine Proximity: cosine_proximity, cosine
In Keras, you can specify the metric you are optimizing for, the loss, only after a model is already instantiated. We will see later in the book how to choose the metrics we are interested in.
推薦閱讀
- Instant Raspberry Pi Gaming
- 工業機器人技術及應用
- Excel 2007函數與公式自學寶典
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 離散事件系統建模與仿真
- JMAG電機電磁仿真分析與實例解析
- Docker Quick Start Guide
- 大數據安全與隱私保護
- Windows游戲程序設計基礎
- Hybrid Cloud for Architects
- 統計學習理論與方法:R語言版
- Nginx高性能Web服務器詳解
- 單片機C語言應用100例
- Azure PowerShell Quick Start Guide
- 電腦日常使用與維護322問