Time complexity of Stochastic and Mini Batch is same or not ?
if not ,then what is time complexity of both?
if yes ,then complexity is
Max_iterationsampleno_of_features
??
because in every iteration
we update one feature of theta after
(number_of_samples / batch_size)
that means we are travelling
number_of_samples time for each iteration ans for each feature of dataset