Goal: Recognition of six first uppercase English letters by Hopfield neural network (even if they are noisy)
training set: ABCDEFZ
test set: noisy images
[handles.X handles.T]=prprob();
handles.Letters='ABCDEFZ';
handles.LettersIndex=double(handles.Letters)-64;
handles.P=handles.X(:,handles.LettersIndex);
handles.net=newhop(handles.P);
a = a + 0.1 * randn(size(a));