Dear researchers,
I'm using pre-trained convolutional neural network to extract features from MRI images of cancer tumors for classification purposes. I'm using the pre-trained neural network vgg-F consisting of 5 conv layers and 2 fully connected. I'm extracting the 4096 features of the 7th layer.
my question is should I use the features before ReLU activation function of this layer or after ? and why? is it a must?
knowing that I get better classification accuracies in pre activation.