The document discusses character recognition using convolutional neural networks. It begins with an introduction to classifiers and gradient-based learning methods. It then describes how multiple perceptrons can be combined into a multilayer perceptron and trained using backpropagation. Next, it introduces convolutional neural networks, which offer improvements over multilayer perceptrons in performance, accuracy, and distortion invariance. It provides details on the topology and training of convolutional neural networks. Finally, it discusses the LeNet-5 convolutional neural network and its successful application to handwritten digit recognition.