Avoiding vanishing gradient in deep neural networks

安稳与你 提交于 2019-12-08 14:57:27

No, the vanishing gradient problem is not as prevalent as before, as pretty much all networks (except recurrent ones) use ReLU activations which are considerably less prone to have this problem.

You should just train a network from scratch and see how it works. Do not try to deal with a problem that you don't have yet.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!