Download presentation
Presentation is loading. Please wait.
Published byNorah Hunt Modified over 9 years ago
1
EXAMPLE : Principle of Optimality and Dynamic Programming
17
1.4 1.3
19
1.4
20
Dynamic Programming
21
Search for best path Dynamic programming principle – If B is on the shortest path from A to C, then the path from A to B that lies on the path from A to C is the shortest path from A to B A B C … …
22
Dynamic Programming If DP principle holds, then efficient search can be implemented When at node B in search you can prune all paths to B that are not the shortest You should not expand these paths A B C … …
23
Applications to Handwriting Recognition Address Interpretation – USPS Word Recognition – ZIP + Street No. Hypotheses – “Small” Lexicons for Word Rec 1.Problem Statement and History 2.Picture of Parsed Address Block 3.Word Recognition Problem 4.Results for NIST OCR Tests with refs
24
Character Ambiguity in Handwriting Recognition
25
DP Approach to handwriting recognition Self-Organizing Feature Maps Mixed Linear Programming Fuzzy Inferfence
26
Segmentation-Based Handwritten Word Recognition Search Problem – How do we put the pieces together?
27
DP Approach Let I be a word image L = {L1, L2,..., LT} be a lexicon of strings representing all possible identities of I. Word recognition requires finding the string in L that best matches I. Search – DP, Heuristic
28
DP Approach
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.