chpolyzo / VisualizeMNIST

This project is real-time visualization of a network recognizing digits from user's input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisualizeMnist

This project is real-time visualization of a network recognizing digits from user's input.

텍스트

Youtube link

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.

Installation

To run this code, you need Processing IDE and a library named peasycam.

Instagram

If you want to see more of my work, check my Instagram

About

This project is real-time visualization of a network recognizing digits from user's input.

License:GNU General Public License v3.0


Languages

Language:Processing 100.0%