lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 74 forks source link

Bug in MUT1 #109

Closed joetigger closed 8 years ago

joetigger commented 8 years ago

layers/recurrent.py line 1091: tanh() should be over the entire sum, not just TT.dot(x, xh)

lmjohns3 commented 8 years ago

Thanks!