Pattern Recognition - Digit Recognition on a Coin Image
Explores statistical pattern recognition and neural networks. The data set contained the scanned coin images against which a new coin will be compared. The software that performs this comparison is MATLAB. The core of the whole system is the code that performs all the computations and comparisons and is written in MATLAB. After comparison, MATLAB generates the results and displays it to the user. The error may occur due to reflectiveness of coins or if the coin is very old so it becomes difficult to categorize. Feed-forward neural network was used.