I have the task to predict a numerical value for an image. One way would be to extract some images features by hand (e.g. color histogram) and use these features with a normal regression method. But I am not an expert in computer vision, so I have no idea, what kind of features to use.
However, I was reading about the application of deep learning for classification tasks. I was now wondering if I could use such an network for an regression task as well.