-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
After installing brainjs on an Apple Mac using the Terminal command:
npm install brainjs
I find the following attempt in node.js to create an LSTM network results in an error:
const brain = require('brainjs');
const net = new brain.recurrent.LSTM();
The error message shown in Terminal is:
const net = new brain.recurrent.LSTM();
^
TypeError: Cannot read properties of undefined (reading 'LSTM')
What am I doing wrong here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels