- size of the mini-batches, integer
mini_batches -- list of synchronous (mini_batch_X, mini_batch_Y= shuffled_X.iloc[:, k * mini_batch_size : k * mini_batch_size + mini_batch_size]
mini_batch_Y =shuffled_Y[:, k * <
= math.floor(m/mini_batch_size) # number of mini batches of size mini_batch_size in your partitionning= shuffled_X[mini_batch_size*k:mini_batch_size*(k+2)]
mini_batch_Y = shuffled_Y[mini_batch_size*k:mini_batch_size*(k+