简体   繁体   English

在 2D 卷积神经网络中减少过拟合的常用方法有哪些?

[英]What are common methods for reducing overfitting in a 2D Convolutional Neural Network?

I have built a 2D Convolutional Neural Network that uses CIFAR10 as training and testing data for image classifying.我已经构建了一个 2D 卷积神经网络,它使用 CIFAR10 作为图像分类的训练和测试数据。 What causes overfitting and what are some best methods for reducing it?是什么导致了过拟合,有哪些最好的方法来减少它?

What causes overfitting: having too many parameters than are needed to represent the transfer function of image to class.导致过度拟合的原因:参数过多,无法表示将图像的 function 传输到 class。

Best method to reduce it in a typical CNN image classifier: Dropout在典型的 CNN 图像分类器中减少它的最佳方法:Dropout

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM