TensorFlow Pertanyaan dan Jawaban Wawancara
Question: What is the purpose of the tf.data.experimental.CsvDataset in TensorFlow?Answer: tf.data.experimental.CsvDataset is used to create a dataset from CSV files. It allows you to efficiently read and parse data from CSV files for use in TensorFlow models.Example: dataset = tf.data.experimental.CsvDataset('data.csv', record_defaults, header=True) |
Simpan untuk Revisi
Bookmark item ini, tandai sebagai sulit, atau masukkan ke dalam set revisi.
Masuk untuk menyimpan bookmark, pertanyaan sulit, dan set revisi.
Apakah ini membantu? Ya Tidak
Most helpful rated by users: