This algorithm will be a postprocessing done after a classification with CNN.
In fact, After a cnn, I have 3 probabilities of a object to be classified in one of the 3 classes. Those objects have relation between them.
So I have to use this relation in a new algorithm to finalize the classification ... Show more