
Originally Posted by
dgavin
I hate to burst your bubble here, but "Approximate searches, automatic image categorization, face recognition, speech recognition, spam filters, etc" are not approximate algorithms. They are searches perform on prebuilt indexes, via extremely efficient index hashing routines, usually multi layer index approach (VSAM, DB2, SQL, Text Indexing), though sometimes by a simple binary search hash (IMS, ISAM, CODASYL). The building of the indexes them-self is usually a more time consuming background processes the deploys a variety of either phonetic sound X routines, or fractal pattern recognitions, etc... even those are a prebuilt set of 'Fuzzy' type logic, that the building routines can't go beyond.