Runs ImageNet Convolutional Neural Network implemented in software Caffe.
This module only implements the classification. The network must be trained previously using caffe.
Krizhevsky, Alex, Ilya Sutskever, and Geoffrey E. Hinton, Imagenet classification with deep convolutional neural networks, Advances in neural information processing systems, 2012.
Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor, Caffe: Convolutional Architecture for Fast Feature Embedding, arXiv preprint arXiv:1408.5093, 2014.
Name: cnn_caffe.py
Author: Alessandro dos Santos Ferreira ( santosferreira.alessandro@gmail.com )