letters_train {neural}R Documentation

Letters training sample- input

Description

This data set gives the 8x8 bitmatrix representation of alphabetic letters from A to E. Each letter has more than one representation. Can be useful as an input training set for mlp network.

Usage

data(letters)

Format

A matrix containing 40 representation of letters. Each row represents one letter.

Source

Collecting from about 10 person and from some frequently used font type


[Package neural version 1.4.2 Index]