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.
我正在使用 Keras GaussianNoise 层将高斯噪声添加到我的数据中以破坏它以防止过度拟合。我分析了我的数据,所有值的平均值为 7624,标准差为 2591。我还附上了分布图。
大约,我应该选择哪个值作为我的模型的标准偏差。我目前正在尝试 500 的值,因为 1000 的 std 生成的图像对我来说看起来太吵了。