What different are we doing in perceptron algorithm than the logistic regression algorithm?

what different are we doing in perceptron algorithm than the logistic regression algorithm ?

hey @ishabehera ,
In perceptron you make the model to understand the features / data on its own , you don’t need to do any kind of major preprocessing on it. It just learns on its own , what i have to do with data.
But in Logistic regression , the learning depends on the data what you feed into. The processing your
apply on it , the features you choose , etc. everything matters .

I hope this might have cleared your doubt.
Thank You :slightly_smiling_face:.