Answer Posted / Deepika Sengar
1. tf.data API: It provides efficient iteration and shuffling capabilities for large datasets.
2. numpy arrays: TensorFlow can work directly with numpy arrays, although it's recommended to use tf.data for better performance.
3. CSV files: TensorFlow has built-in functions to read CSV files and convert them into tensors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers