scrimba
Neural Networks in JavaScript
Writing a Children's Book With a Neural Networks
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Writing a Children's Book With a Neural Networks
AboutCommentsNotes
Writing a Children's Book With a Neural Networks
Expand for more info
index.js
run
preview
console
const trainingData = [
'Jane saw Doug.',
'Doug saw Jane.',
'Spot saw Doug and Jane looking at each other.',
'It was love at first sight, and Spot had a frontrow seat. It was a very special moment for all.'
];
Console
index.html
-1:40