Skip to content

Commit 6ce99fa

Browse files
committed
Update Weights
1 parent 13fd1a5 commit 6ce99fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neural.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var actual = [];
4040
var activations = [];
4141
var sigmoid_derivatives = [];
4242
const inputSize = 784;
43-
const layers = [16, 16, 10];
43+
const layers = [128, 128, 10];
4444
const epochs = 5;
4545

4646
// labels

weights.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)