lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.34k stars 1.17k forks source link

fixes mlp.py code to match video, run correctly #58

Closed charlesfrye closed 4 years ago

charlesfrye commented 4 years ago

videos/mlp/mlp.py does not run as written, as it is missing two lines that set the config values correctly.

This PR would add those lines back in, matching the video.