encog-javascript
encog-javascript copied to clipboard
Node.js port of Encog
Thanks for this awesome library. I'm using it quite a lot for my neural network experiments.
I believe it would add much more value to have a Encog version to work with Node.js. So, I did some tweaking with the Encog Javascript library and got it to work with Node.js. It can be found here: https://github.com/Thimira/encog-node
The Node module is available through npm: https://www.npmjs.com/package/encog-node
If you are interested, we can work together to get this refined and added as a part of the main Encog project.