- 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.
- 嵌入式系統及其開發應用
- ABB工業機器人編程全集
- 三菱FX3U/5U PLC從入門到精通
- Excel 2007函數與公式自學寶典
- 電腦上網直通車
- PHP開發手冊
- 自動生產線的拆裝與調試
- Implementing Splunk 7(Third Edition)
- Lightning Fast Animation in Element 3D
- Machine Learning with Apache Spark Quick Start Guide
- 走近大數據
- 經典Java EE企業應用實戰
- Serverless Design Patterns and Best Practices
- Java Deep Learning Projects
- 特征工程入門與實踐