Open manolo20 opened 5 years ago
Hi Manolo:
softmax
is commonly used in deep learning literature, it is really just the generalization of logistic regression to work with more than 2 classes. You can refer to 4.4 in Elements of Statistical Learning for an indepth explanation of logistic regression
Hope that helps!
Based on the model_summary results.
Is the model a neural network with one hidden layer with no activation function ("embeddings" layer) and one output layer with a softmax activation function?
After, are the weights of the "embeddings" and the "probs" layer stored and used to make predictions in new data?