Published
Edited
Jun 3, 2022
Importers
Insert cell
Insert cell
Insert cell
mnist = require("mnist/dist/mnist.js")
Insert cell
set = mnist.set(8000, 2000)
Insert cell
Insert cell
{
let i = 0;
while (true) {
i++
yield html`<h2 style="font-size: 7rem;">${set.test[Math.floor(i / 45)].output.indexOf(1)}</h2> ${mnistShow(set.test[Math.floor(i / 45)])}`;
}
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more