由于课件没有下载,下面参照我的笔记和理解,用文字总结下Image Recognition的Neural Networks的特点
-
[Conv -> Pool] -> [FC->Fc] -> Output。 也有 [Conv -> Conv -> Pool] (VGG16)。
-
Conv一般采用same padding, 不减少height and width,但增加channel。
-
Pooling 一般用来reduce height and width,同时keep the channel unchanged. kernel一般为2x2, stride=2。
网友评论