What does the random_seed function do? How does this work?
We already have the batch_size variable
What does the random_seed function do? How does this work?
We already have the batch_size variable
Random seed will only shuffle the data randomly once. If not used then the dataset will be shuffled every-time you run the cell