Demo File: VOWELS.RCG

VOWELS.RCG is a simple network that recognizes the six uppercase vowels: A, E, I, O, U and Y. It is interesting that Recog cannot recognize the lower-case vowels using the same 6x8 grid. This is because most of them are circular, which means a higher resolution square grid (like 10x10) would work better.

This file is used in Tutorial 1.

The four demo files are: ARROWS.RCG, NUMBERS.RCG, NUMBERS2.RCG, VOWELS.RCG