jean72human / ml-blog

Apache License 2.0
0 stars 0 forks source link

AMMI notes - MLE and MAP for logistic regression | Gbetondji Dovonon #4

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

AMMI notes - MLE and MAP for logistic regression | Gbetondji Dovonon

maximum likelihood estimation and maximum a posteriori estimation for logistic regression

https://jean72human.github.io/ml-blog/notes/ammi/blog/2021/03/10/mle-and-map-logistic-regression.html

jean72human commented 3 years ago

Just testing the comments by saying that the MLE and MAP for logistic regression are available here

steveoni commented 3 years ago

Awesome work!!

steveoni commented 3 years ago

in Multiclass classification; the right part of logP(y|x;0) , even though it resolve to a constant, shouldn't it be sum of log(y_k)

jean72human commented 3 years ago

@steveoni that's true. it should be sum log y_k. Let me edit that