Brain electrical data were collected from a male healthy individual thinking a letter, either A, B, or C, to himself (subvocalization) using a commercially available, relatively inexpensive, non-invasive EEG. A total of 298 samples were collected, uploaded to a Python notebook, and augmented. The first 238 samples (first 80%) of each augmented array were set off for training, the rest of the samples were discarded except for the 60 samples in the original array for testing (none from the augmented ones). Each of these training arrays were then concatenated into one array with length 238×30 = 7140 samples. A 1-dimensional convolutional neural network (CNN) model was used to classify each sample based on the label.