JSFiddle - React, Tailwind, and code Playground

by ashish shubham

HTML

<script src="https://cdn.rawgit.com/BrainJS/brain.js/master/browser.js"></script>

JavaScript

console.log('hello');
/* 
const net = new brain.recurrent.LSTM();
net.train([
  'doe, a deer, a female deer',
  'ray, a drop of golden sun',
  'me, a name I call myself',
]);

const output = net.run('doe'); 
console.log(output); */