ANN Competitive Network.
[W,b] = ann_Compete(P,N) [W,b] = ann_Compete(P,N,lr,lr_c,itermax)
Training input
Number of neurons in competition layer (Number of classes)
Learning rate
Learning Rate for bias (Conscience learning rate)
Maximum epoch for training
Output Weight
Output bias
Competitive network training algorithm.