adspace


Explain data formats in tensorflow?

Answer Posted / Parul

TensorFlow supports various data formats including: tensors (1D, 2D, 3D), sparse tensors, and record readers. A tensor is a multi-dimensional array of numbers, while a sparse tensor represents an array with many zero or near-zero values. Record readers read datasets from files, and are particularly useful for large datasets that cannot be stored entirely in memory.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the apis outside tensorflow project?

77