Input pipeline for DNN

Now, we perform the same thing that we did with the regression example. We create a
dataset object and an iterator object. In the end, we have
next_element. This will be a node in our computational graph that will give us 100 data points each time. Hence, we get
the batches. The following screenshot shows the lines of code used for producing an input
pipeline for the DNN: