Recent Questions - Artificial Intelligence Stack Exchange 09月29日
神经网络的滑动窗口训练法
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

探讨如何通过滑动窗口的方式对神经网络进行训练,实现部分数据更新而不需要从头开始重训练,并提供解决该问题的可能方法。

I want to create a neural network and train it on some data, however I want to be able to create a new model without retraining it from the start.

An example, I have 1000 data points in my training data

    model - trained on 0-99model - trained on 1-100model - trained on 2-101and so forth

So I'm wondering if I can use the first model to train the second model, essentially forgetting the first data point.

You can view it as a sliding window over the 1000 data points, sliding one data point to the right for each new model.

Does it make sense?Is there any easy way to solve this problem?

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

神经网络 滑动窗口 数据更新 模型训练
相关文章