Skip to content

Commit 7954ba6

Browse files
authored
Update README.md
1 parent 037b3ea commit 7954ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project is real-time visualization of a network recognizing digits from use
55

66
[Youtube link](https://youtu.be/WQYCK1YpsjE?t=0s)
77

8-
8+
[Interactive demo](https://okdalto.github.io/VisualizeMNIST_web)
99

1010
I trained a network using MNIST dataset and parsed the weight data in python. With this data, I implemented my own custom functions that are needed to run the network in Processing including matrix multiplication function, activation functions. At first trial, because MNIST dataset is preprocessed for numbers to be in the center of the images, there was a precision problem when the user's input is placed little bit far away from the center. I used data augmentation technic in the training process to resolve this problem.
1111

0 commit comments

Comments
 (0)