https://github.com/brainjs/brain.retro.js
Run brain.js... backward!
https://github.com/brainjs/brain.retro.js
Last synced: 7 months ago
JSON representation
Run brain.js... backward!
- Host: GitHub
- URL: https://github.com/brainjs/brain.retro.js
- Owner: BrainJS
- License: mit
- Created: 2016-12-06T01:17:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T00:03:29.000Z (over 7 years ago)
- Last Synced: 2025-06-21T15:05:23.309Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 22
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
example
```js
import brainRetro from 'brain.retro.js';
const input = brainRetro(output, brainNeuralNetwork);
```
For `output` example, or what to expect from `input`, see https://github.com/BrainJS/brain.js#examples
There is also a query utility, that allows you to probe deeper into the neural network. I'll publish it as well if there is interest.