-
M. D. Zeiler, R. Fergus, "Visualizing and Understanding Convolutional Networks", arXiv, 2013.
- Visualizations for convolutional layers in order to understand the hierarchy among layers. This article helps understand why transfer learning is applicable for convolutional neural networks.
-
- A very extensive investigation on transfer learning. ImageNet dataset is split into two small datasets (by randomly chosing the classes and in addition, chosing the clases based on human made and nature categories). The general and specific features are successfully well defined by using one of the datasets as the control. Effects of fine-tuning the different layers are discussed.