Deep learning III - II Machine Learning Strategy 2 - Mismatched training and dev/test set
Posted dqhl1990
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Deep learning III - II Machine Learning Strategy 2 - Mismatched training and dev/test set相关的知识,希望对你有一定的参考价值。
Deep learning III - II Machine Learning Strategy 2 - Mismatched training and dev/test set 如何处理不相称的训练和测试集
深度学习需要大量的数据来供其训练学习
当你得到的金标准数据数量较少时(如10,000份),但你可以得到类似的大量数据数据(如200,000份),这时不应该将两部分数据shuffle然后随机分配;应该拿出5,000份金标准数据与那200,000份数据合并为train set,剩余的5,000份分成dev set 和 test set。
以上是关于Deep learning III - II Machine Learning Strategy 2 - Mismatched training and dev/test set的主要内容,如果未能解决你的问题,请参考以下文章
Deep learning III - II Machine Learning Strategy 2 - Multi-task Learning 多任务学习
Deep learning III - II Machine Learning Strategy 2 - Mismatched training and dev/test set
Deep learning III - II Machine Learning Strategy 2 - Bias and Variance with mismatched data distribu
Deep learning II - III Batch Normalization - Normalizing activation in a network 激励函数输出归一化
Deep learning III - I Machine Learning Strategy - improving your model performance 如何减少可变避免的变差和方差
Deep learning III - I Machine Learning Strategy - train development and test sets 训练集开发集和测试集