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.36k stars 1.17k forks source link

Fix rnn.py #41

Closed loganmay closed 4 years ago

loganmay commented 5 years ago

rnn.py in the code is out of data with the video. Add the load_data() method from perceptron.py to fix

charlesfrye commented 4 years ago

this ended up getting fixed in #63. thanks for pointing out the issue!