← All terms

Dynamic Programming

Also known as: DP, DP Matching

A mathematical optimization technique used in pattern recognition that breaks complex problems into simpler overlapping subproblems. In accessibility technology, dynamic programming matching (DP matching) is commonly used in sign language recognition and speech recognition systems to compare input patterns against stored reference patterns, accounting for variations in timing and speed. The technique enables systems to recognize gestures or speech even when performed at different rates by different users.

Category: computing · machine learning · assistive technology

Related: Sign Language Recognition · Pattern Recognition · Speech Recognition

Sources