Public
Edited
Sep 26, 2021
1 fork
1 star
Insert cell
Insert cell
c = a + b + i
Insert cell
d = b + 1
Insert cell
e = c * d
Insert cell
Insert cell
Insert cell
i = {
let i = 0;
while (true) {
yield Promises.delay(1000, ++i);
}
}
Insert cell
AFAIK

- tf.js only has immediate eager-style api, no explicit computational graph
- in Observablehq you can dismantle a complex quantitative function into a cycles-free graph of interdependent cells, but there's nothing explicit around managing whether the work happens on gpu, automatic differentiation for computing gradients etc.
- de/db etc.?
- what about state that depends on its own previous state?
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