Logistic Regression Using 'SoftMax' Function
Feb 25, 2025 · 1 min read · 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...
Join discussion