I've implemented a CNN for image classification using some tutoriels on the net, I found this function of softmax, and I didn't understand it
score = tf.nn.softmax(predictions[0])
when I use it I found values that I didn't understand their meaning
can anyone explain this function and it's used for what please!