HandwrittenEquationRecognizer

The MATLAB way

The project can be run using the neural network trained in Matlab using the script main.m. Except for a working Matlab 16a installation nothing else is required and running the script should work out of the box.

The pythonic way

A second way to run this program is using the script main.py. This code calls the python version of HER and uses a CNN for classifying the symbols. This trained network gives slightly better results than its Matlab counterpart. However, getting this running is a bit harder. The following is required: