Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这张图,我的验证损失没有收敛。我是对的,这是过度拟合的情况吗? 图形 图片
在我看来,这将是过度拟合/高方差(训练集和验证集的损失之间的巨大差异)。您可以尝试的一种解决方案是添加某种形式的正则化(L1、L2、dropout)。您还可以尝试增加训练集的大小,以在训练示例中获得更多变化。祝你好运 !