Logistic Regression Using 'SoftMax' Function
The idea behind logistic regression is to take a score and pass it through a function that always lies between [0,1] to interpret the results as probability.
SoftMax is typically a general case useful for more than 2 classes.
The weights now form a m...
logistic-regression-softmax.hashnode.dev1 min read