- TensorFlow 1.x Deep Learning Cookbook
- Antonio Gulli Amita Kapoor
- 67字
- 2021-07-02 22:01:33
Reading from CSV files and preprocessing data
Most of you will already be familiar with Pandas and its usefulness in handling large dataset files. TensorFlow also offers methods to read from the files. In the first chapter, we went through the recipe for reading from files in TensorFlow; in this recipe, we will focus on how to read from CSV files and preprocess the data before training.