GokuMohandas / Made-With-ML

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

fix formula error #74

Closed mali-nuist closed 5 years ago

mali-nuist commented 5 years ago

the original formula is x = 3 x + 2 ; x = sum(y) /N . The right formula is y = 3 x + 2 ; z = sum(y)/ N

GokuMohandas commented 5 years ago

hey thanks for the edit! Are you working on a jupyter notebook? If so, I just need you to open it on Google colab and then download the ipynb file (https://github.com/GokuMohandas/practicalAI#contributing-to-notebooks).