November 2019
Intermediate to advanced
296 pages
7h 52m
English
TensorFlow.js provides you with a unified access layer for various kinds of data sources represented by tf.data.Dataset. The data structure is an ordered collection of each sample that allows us to run data transformations lazily:
We can ingest these data formats into TensorFlow.js models efficiently by using tfjs-data.
Read now
Unlock full access