Platform
Resources
Pricing
Sign in
Contact us
Smitty
Workspace
Fork
Published
By
Smitty
Edited
Jun 3, 2022
Apache 2.0
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mnist
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
set
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mnistShow
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML