harthur / brain

Simple feed-forward neural network in JavaScript
MIT License
8.01k stars 857 forks source link

Fixes #37 #48

Closed nickpoorman closed 10 years ago

nickpoorman commented 10 years ago

Fixes #37 - no need to set outputLookup if the trained output was an array.

harthur commented 10 years ago

Thanks!