backprop though not working

This commit is contained in:
Ritchie
2017-06-30 17:03:58 +02:00
parent a3c38d2ad7
commit 5c56c91a4a
2 changed files with 94 additions and 21 deletions

View File

@@ -163,7 +163,6 @@ class NeuralNetwork:
"""
for i in range(epochs):
# Shuffle the data
seed = np.arange(x.shape[0])
np.random.shuffle(seed)