harthur / brain

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

Adds missing semicolons #57

Closed ClimbsRocks closed 7 years ago

ClimbsRocks commented 9 years ago

Fixes Issue https://github.com/harthur/brain/issues/49.

image image

image image

robertleeplummerjr commented 7 years ago

I believe this is solved here:https://github.com/harthur-org/brain.js

We upgraded the syntax to es6.

ClimbsRocks commented 7 years ago

It is- thanks!

robertleeplummerjr commented 7 years ago

ty sir!