- Deep Learning By Example
- Ahmed Menshawy
- 158字
- 2021-06-24 18:52:36
Evaluating your model
In this step, we try to measure the generalization error of our model on the unseen data. Since we only have the specific data without knowing any unseen data beforehand, we can randomly select a test set from the data and never use it in the training process so that it acts like valid unseen data. There are different ways you can to evaluate the performance of the selected model:
- Simple holdout method, which is dividing the data into training and testing sets
- Other complex methods, based on cross-validation and random subsampling
Our objective in this step is to compare the predictive performance for different models trained on the same data and choose the one with a better (smaller) testing error, which will give us a better generalization error over the unseen data. You can also be more certain about the generalization error by using a statistical method to test the significance of your results.
- 高效能辦公必修課:Word圖文處理
- 大數據專業英語
- Java實用組件集
- R Machine Learning By Example
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- Zabbix Network Monitoring(Second Edition)
- Visual C# 2008開發技術詳解
- 數據庫系統原理及應用教程(第5版)
- 水下無線傳感器網絡的通信與決策技術
- 西門子變頻器技術入門及實踐
- 空間站多臂機器人運動控制研究
- RedHat Linux用戶基礎
- Godot Engine Game Development Projects
- Learning Linux Shell Scripting