I have a question regarding the tanh function. I trained an NN (with tanh activation functions in hidden layers) on a multiclass dataset and visualised the tanh values of the complete samples from the dataset passed through the NN.
The question is why I only have the -1 and 1 values? What does it mean can we conclude something from that?
thank a lot