This document proposes a new classifier based on recurrent neural networks using multiple binary-output networks. Instead of one large network with many outputs, it uses multiple simple recurrent neural networks, each trained on a single class and outputting a binary true/false prediction. A decision layer is added to each network to determine the final classification from the sequence of outputs. The method is tested on a database of 17,000 handwritten Iranian city names, achieving a top-1 classification rate of 83.9% and average reliability of 72.3%. Experimental results show the effectiveness of using multiple smaller networks over a single large network for classification.