https://github.com/brainjs/brain.threadsafe.js
run brain.js in an existing thread, without it locking up
https://github.com/brainjs/brain.threadsafe.js
Last synced: 4 months ago
JSON representation
run brain.js in an existing thread, without it locking up
- Host: GitHub
- URL: https://github.com/brainjs/brain.threadsafe.js
- Owner: BrainJS
- License: mit
- Created: 2018-01-07T03:31:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T18:07:55.000Z (about 8 years ago)
- Last Synced: 2025-06-21T14:42:10.578Z (7 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brain.threadsafe.js
run brain.js in an existing thread, without it locking up
## example
```js
// learn XOR
babel-node --presets=babel-preset-es2015 test.js
```