DLS Course 2: Improving Deep Neural Networks: Hyperparameter tuning, Regularization, and Optimization_Exercise 2 - random_mini_batches

Hi ,
I am getting below , i did not understand what to do here.

##mini_batch_X =shuffled_X[:,k*inc:(k+1)*inc]

mini_batch_Y =shuffled_Y[:,k*inc:(k+1)*inc]


##mini_batch_X =shuffled_X[:,k*inc:]

mini_batch_Y =shuffled_Y[:,k*inc:]

thank you

1 Like

Dear @vemula_suman,

Send me your notebook file along with other supportive file to me by clicking on my profile image, then click the message button.

I have attached my files and sent you

1 Like

hi Girijesh ,
I have sent you my note book and documents .
I am waiting for your feedback

1 Like