BrainJS / BrainJS/brain.js

.run() not working

Open
#865 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.