I noticed that with in keras predict_proba
and predict
I get the same result, which is a list of the class probabilities. But how can I get the neural activations from the Softmax function in keras? Thanks for the help.
Asked
Active
Viewed 152 times
1

Emanuela Liaci
- 165
- 1
- 12
-
2Possible duplicate of [Keras retrieve value of node before activation function](https://stackoverflow.com/questions/45492318/keras-retrieve-value-of-node-before-activation-function) – Daniel Möller Nov 14 '17 at 16:27
-
What I would like to have are the values of the node output before the Softmax activation. – Emanuela Liaci Nov 15 '17 at 08:50