GokuMohandas / Made-With-ML

Learn how to design, develop, deploy and iterate on production-grade ML applications.
https://madewithml.com
MIT License
37.1k stars 5.88k forks source link

Maybe a small error in Notebook ''Multilayer Perceptrons''? #132

Closed LinglanZhao closed 5 years ago

LinglanZhao commented 5 years ago

In the cell of "Training" in Notebook ''Multilayer Perceptrons'', the sentence "6. Repeat steps 2 - 4 until model performs well." should be changed into "6. Repeat steps 2 - 5 until model performs well." Because gradient descent is implemented after each iteration.

leebeck69 commented 5 years ago

How can re reinstall my laptop think it is crupted

On Sun, 10 Mar 2019, 08:38 LinglanZhao, notifications@github.com wrote:

In the cell of "Training" in Notebook ''Multilayer Perceptrons'', the sentence "6. Repeat steps 2 - 4 until model performs well." should be changed into "6. Repeat steps 2 - 5 until model performs well." Because gradient descent is implemented after each iteration.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GokuMohandas/practicalAI/issues/132, or mute the thread https://github.com/notifications/unsubscribe-auth/AnXnO9a0ypGSdw-8M1whBoVBQa53NJR-ks5vVMRqgaJpZM4bnI6M .

GokuMohandas commented 5 years ago

hey @LinglanZhao thanks for the fix! and @leebeck69 , sorry for the delay in response. We'll be releasing a much larger and better release this August so look out for that! And it'll all be in TensorFlow 2.0 + Keras and we'll provide complete set up instructions with that.