backprop though not working
This commit is contained in:
@@ -163,7 +163,6 @@ class NeuralNetwork:
|
||||
"""
|
||||
|
||||
for i in range(epochs):
|
||||
|
||||
# Shuffle the data
|
||||
seed = np.arange(x.shape[0])
|
||||
np.random.shuffle(seed)
|
||||
|
||||
Reference in New Issue
Block a user