levithomason / anny

Anny is an artificial neural network, yo!
http://levithomason.github.io/anny/
17 stars 3 forks source link

Network.train() should not log on succes/fail #45

Closed levithomason closed 8 years ago

levithomason commented 9 years ago

Logging on success/fail was never intended to be permanent. It should be updated now. Consider using something like promise syntax for success/fail.

levithomason commented 8 years ago

Fixed in #90