DeepNetModel icon indicating copy to clipboard operation
DeepNetModel copied to clipboard

记录每一个常用的深度模型结构的特点(图和代码)

Results 11 DeepNetModel issues
Sort by recently updated
recently updated
newest added

related paper |摘要| |---| |In this work we investigate **the effect of the convolutional network depth** on its accuracy in the large-scale image recognition setting. Our main contribution is a...

related paper |摘要| |---| |Deep residual networks were shown to be able to scale up to thousands of layers and still have improving performance. However, each fraction of a percent...

删除线表示任务完成或基本完成。 - 阅读论文Residual Networks Behave Like Ensembles of Relatively Shallow Networks,增加对残差网络的深入理解。 - ~~阅读论文Wide residual networks,对wide残差网络有更深入的理解~~,实现相关代码,参考 #2 - 阅读论文Systematic evaluation of CNN advances on the ImageNet,对ImageNet上取得的相关进展进行了解。

todo

related paper |摘要| |---| |We introduce an extremely computation-efficient CNN architecture named ShuffleNet, which is designed specially for mobile devices with very limited computing power (e.g., 10-150 MFLOPs). The new...

related paper |摘要| |---| |The purpose of this study is to determine whether current video datasets have sufficient data for training very deep convolutional neural networks (CNNs) with spatio-temporal three-dimensional...

3D network

related paper |摘要| |---| |Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those...

related paper |摘要| |---| |Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to...

related paper |摘要| |---| |We present an interpretation of Inception modules in convolutional neural networks as being an intermediate step in-between regular convolution and the depthwise separable convolution operation (a...

related paper |摘要| |---| |We present a class of efficient models called MobileNets for mobile and embedded vision applications. MobileNets are based on a streamlined architecture that uses depthwise separable...

related paper |摘要| |---| |Very deep convolutional networks have been central to the largest advances in image recognition performance in recent years. One example is the Inception architecture that has...