Considering in Formula term, from my opinion that SGD apply to final result of Logistic regression. Not sure whether correct or not
just wondering the relationship between stochastic gradient descent and logistic regression. I m guessing it works similar to Neuron network where it calculates how to improve weight (apply the chain rule) .
In other word, after the LR formula is calculated then it applies chain rule on top of it. to get a better weight to and keep it in loop unit LR loss rate close to zero , is this correct? Thx
for example, after finish the LR calculation,
then apply SGD(LR) -> get updated weight -> perform LR again in loop until SGD is satisfied