Selecting number of strides and filters in CNN (Keras)

大兔子大兔子 提交于 2019-12-12 04:55:23

问题


I am using keras to build a cnn model for signal classification. What is the best way in keras for hyper parameter tuning and selection for the number of strides,and number filters.


回答1:


Welcome to main question of deep learning. There is no valid, single solution which fits to all problems. There are some patterns though, like starting with few filters in early layers and increase filter count while reducing the sizes. For you, the best would be to start reading existing architectures like Inception, VGG, Resnet, etc. to understand why and how they implemented their network. Then, by following / inventing your own network, you can try for better results.



来源:https://stackoverflow.com/questions/46065445/selecting-number-of-strides-and-filters-in-cnn-keras

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