Published
Edited
Jan 25, 2021
Insert cell
md`# Tensorflow Basics`
Insert cell
tf = require('@tensorflow/tfjs')
Insert cell
t = tf.tensor([0, 1, 2, 0.2, 0.4, 0.6, 0.8, 1.0])
Insert cell
t1 = t.split([3,5])
Insert cell
t1[0].arraySync()
Insert cell
t1[1].arraySync()
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