You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This function reads in the MNIST dataset out of a CSV file, and stores the results in a numpy ndarray for further processing. Note that we are storing the probability distributions of pixel intensities (dividing by 255).
# These probability distributions will be sampled later when we construct minibatches.