1.感受野(Receptive Field)
Receptive field 是啥?看看网上的大佬们怎么说。
The receptive field is defined as the region in the input space that a particular CNN’s feature is looking at (i.e. be affected by). ——Dang Ha The Hien在卷积神经网络中&…
参考链接:https://www.cnblogs.com/fantastic123/p/9389128.html
author:gswycf “An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling“,讲到了:虽然人们现在都在用RNN和LSTm去处…