Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

pattern recognition

Name: Anonymous 2011-01-08 16:14

Hello,

is there any generic approach for pattern recognition without neural networks?

Name: Anonymous 2011-01-08 16:16

Regular expressions.

But you don't want to do that ...

Name: Anonymous 2011-01-08 16:16

Q: How many Prolog programmers does it take to change a lightbulb?

A: No.

Name: Anonymous 2011-01-08 16:17

>>2
but I asked for generic way

Name: Anonymous 2011-01-08 16:19

>>4
If you don't consider regular expressions, as poor as they are, "generic" what then qualifies?

Name: Anonymous 2011-01-08 16:26

>>5
Regular expressions may be applied rather for text recognition that what I'm interested (data from images, from sounds, or maybe even something else, that don't know now - that's why I would like to know if there is such way, now I know only AI can help).

Name: Anonymous 2011-01-08 16:27

I forgot to sage, sorry guys

Name: Anonymous 2011-01-08 19:21

>>7
not >>6

Name: Anonymous 2011-01-08 19:26

>>6
That's why you transform your data into a form that regexes can work with.

Name: Anonymous 2011-01-08 20:25

Is there any generic approach for pattern recognition with neural networks?
Use SVMs or AdaBoost on simple classifiers or a HMM or something.

Name: Anonymous 2011-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.

Name: Anonymous 2011-01-09 13:18

>>11
>>10
thanks a lot!

Name: Anonymous 2011-01-09 13:31

>>10
>>11
You're making it sound too simple for the OP.

Name: Anonymous 2011-01-09 13:35

It depends on the type of data you're attempting to recognize patterns within.

There are numerous techniques that can by synthesized together, but not all are applicable for all types of data and patterns. There isn't a silver-bullet method that solves all problems.

Name: Anonymous 2011-02-03 1:12


Don't change these.
Name: Email:
Entire Thread Thread List