- Deep Learning By Example
- Ahmed Menshawy
- 274字
- 2021-06-24 18:52:43
Apparent (training set) error
This the first type of error that you don't have to care about minimizing. Getting a small value for this type of error doesn't mean that your model will work well over the unseen data (generalize). To better understand this type of error, we'll give a trivial example of a class scenario. The purpose of solving problems in the classroom is not to be able to solve the same problem again in the exam, but to be able to solve other problems that won’t necessarily be similar to the ones you practiced in the classroom. The exam problems could be from the same family of the classroom problems, but not necessarily identical.
Apparent error is the ability of the trained model to perform on the training set for which we already know the true outcome/output. If you manage to get 0 error over the training set, then it is a good indicator for you that your model (mostly) won't work well on unseen data (won't generalize). On the other hand, data science is about using a training set as a base knowledge for the learning algorithm to work well on future unseen data.
In Figure 3, the red curve represents the apparent error. Whenever you increase the model's ability to memorize things (such as increasing the model complexity by increasing the number of explanatory features), you will find that this apparent error approaches zero. It can be shown that if you have as many features as observations/samples, then the apparent error will be zero:
- 工業(yè)機(jī)器人虛擬仿真實(shí)例教程:KUKA.Sim Pro(全彩版)
- 數(shù)據(jù)展現(xiàn)的藝術(shù)
- Google Cloud Platform Cookbook
- JavaScript實(shí)例自學(xué)手冊
- Mastercam 2017數(shù)控加工自動編程經(jīng)典實(shí)例(第4版)
- ETL with Azure Cookbook
- 21天學(xué)通C#
- 信息物理系統(tǒng)(CPS)測試與評價技術(shù)
- 工業(yè)控制系統(tǒng)測試與評價技術(shù)
- 愛犯錯的智能體
- 單片機(jī)技術(shù)一學(xué)就會
- FPGA/CPLD應(yīng)用技術(shù)(Verilog語言版)
- 精通LabVIEW程序設(shè)計(jì)
- 經(jīng)典Java EE企業(yè)應(yīng)用實(shí)戰(zhàn)
- Building Google Cloud Platform Solutions