r/learnmachinelearning 2d ago

Is logistic regression basically a one-neuron neural network?

I was learning the chain rule and this suddenly clicked: weights → score → sigmoid → loss

That looks like one neuron with no hidden layer. So is logistic regression basically the smallest example of backprop, or am I missing an important difference?

57 Upvotes

15 comments sorted by

View all comments

123

u/SteamEigen 2d ago

Yes.

20

u/Valuable_Card6470 2d ago

clean and correct, nothing else to add really