the Overfitting in Neural Network

Related Definition:

1.Overfitting happens when a model works very well on its trainning set,but has poor performance on new data.

2.Overfitting is when the NN learns the specific details of the training set, instead of the general pattern found in all present and future data

A simple example is as follows. Given n points on 2-D space, do curve fitting. The optimal solution (i.e., no error) is a n+1 polynomial function. However, as it is easily know, such high order functions will be very irrgular. Intuitively, that will not be the real case.

overfitting 过拟合
a traditional problem of pattern recognition in SLT(statistical learning theory), the VC dim. of your nn(neural networks) is too high, so produce the phemenon, so in SVM(support vector machine) we fix the training error and reduce the VC dim. of nn.
 
There can be two causes:

1.Training for too long. Solution?
    1.1 Test against a separate test set every so often.
    1.2 Stop when the results on the test set start getting worse.
2.Too many hidden nodes
    2.1 One node can model a linear function
    2.2 More nodes can model higher-order functions, or more input patterns
    2.3 Too many nodes model the training set too closely, preventing generalisation.

转载于:https://www.cnblogs.com/ysjxw/archive/2008/04/09/1144196.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值