I have a neural network which can classify gray images and now I want to use it to classify color ones. How can I do it?

In my previous network if the output was more than 0.5 the image was a member of class else not. How about color image? Here I have an output vector (RGB or HSV or ...) instead of scalar number. 

More Mohammad Amiri's questions See All
Similar questions and discussions