摘要: 1:nn.Module的介绍 2.nn.module的好处 (2.1)embed current layers现成的神经网络计算的模块 (2.2)提供了Sequential容器 [注]在forward时,不需要多个forward只需要使用self.net(x)即可实现整个网络的forward。 (2 阅读全文
posted @ 2021-08-05 18:46 收购阿里巴巴 阅读(129) 评论(0) 推荐(0)
摘要: 1:经典卷积神经网络 (1)LeNet-5 (2)AlexNet (3)VGG 【注】VGG发现更小的卷积核有更好的效果 [注]c为channel (4)GoogLeNet inception网络结构 [注]Inception module主要是使用多个不同大小的卷积核,使得GoogLeNet在同一 阅读全文
posted @ 2021-08-05 16:38 收购阿里巴巴 阅读(57) 评论(0) 推荐(0)