Hacker News new | ask | show | jobs
by bjornsing 1021 days ago
You mean sigmoid activation function?
1 comments

If we are talking about "hierarchies of logistic regression nodes" we have to define how to extend logistic regression to multiple outputs. The most common approach is Multinomial logistic regression: https://en.wikipedia.org/wiki/Logistic_regression#Extensions . Other times sigmoid might be the right answer.