is there any generic approach for pattern recognition without neural networks?
Name:
Anonymous2011-01-09 12:28
>>1
You may try to identify features of your data, elaborate some distance measure among each field, and finally assign a pattern label based on how close is your data to the model provided through your examples.