.run() not working
Open
bug
- Dominant language
- TypeScript
- Stars
- 14.9k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
net.run() not working. My code:
const brain = require('brain.js');
const net = new brain.recurrent.LSTM();
net.train([
'minecraft is a game'
]);
var a = net.run('minecraft')
console.log(a);
Contributor guide
Assessment
This issue has not been assessed yet.