Deep Convolutional Neural Network (DCNN)

From GM-RKB
Jump to navigation Jump to search

A Deep Convolutional Neural Network (DCNN) is a convolutional-pooling neural network that is a relatively deep learning neural network.



References

2017b

2015

2014

  • (Yu et al., 2014) ⇒ Yu, W., Yang, K., Bai, Y., Yao, H., & Rui, Y. (2014). Visualizing and comparing convolutional neural networks. arXiv preprint arXiv:1412.6631.
    • ABSTRACT: Convolutional Neural Networks (CNNs) have achieved comparable error rates to well-trained human on ILSVRC2014 image classification task. To achieve better performance, the complexity of CNNs is continually increasing with deeper and bigger architectures. Though CNNs achieved promising external classification behavior, understanding of their internal work mechanism is still limited. In this work, we attempt to understand the internal work mechanism of CNNs by probing the internal representations in two comprehensive aspects, i.e., visualizing patches in the representation spaces constructed by different layers, and visualizing visual information kept in each layer. We further compare CNNs with different depths and show the advantages brought by deeper architecture.

2012