Code for convnet training and image classification, conference paper and presentation.
Code and usage instructions are also available from Vi-SEEM code repository https://code.vi-seem.eu/Risojevic/hrrs_image_classification.
The implementation is in Python and it is based on Theano (https://github.com/Theano/Theano) and the neural networks library Keras (https://keras.io). For installing Theano and Keras please follow the installation instruction on the respective github pages. You will also need: numpy, scipy and sklearn