update
This commit is contained in:
@@ -1478,6 +1478,7 @@ def learning_schedule(t):
|
||||
|
||||
theta = np.random.randn(2,1)
|
||||
|
||||
# note: here the number of minibatches is equal to the number of points!!
|
||||
for epoch in range(n_epochs):
|
||||
for i in range(m):
|
||||
random_index = np.random.randint(m)
|
||||
|
||||
Reference in New Issue
Block a user