microsoft / AI-For-Beginners

12 Weeks, 24 Lessons, AI for All!
https://microsoft.github.io/AI-For-Beginners/
MIT License
33.96k stars 5.64k forks source link

In lesson 3 Perceptron.ipynb, there is no learning rate in the train function #242

Open tsreaper opened 1 year ago

tsreaper commented 1 year ago

As mentioned in Perceptron.ipynb, the gradient descent algorithm comes with a learning rate. However there is no learning rate in the train function.

cutePanda123 commented 8 months ago

i could be wrong but i feel the learning rate is 1 this is why it is ignored.