pradeep negi
Follow
Posted 4 year ago

Which AI technique enables the computers to understand the associations and relationships between objects and events?

  1. Heuristic Processing
  2. Cognitive Science
  3. Relative Symbolism
  4. Pattern Matching
1 Answer(s)
Mitesh Sharma
Follow
Posted 4 year ago Mitesh Sharma

In computer science, pattern matching is the act of checking a given sequence of tokens for the presence of the constituents of some pattern. ... Sequence patterns (e.g., a text string) are often described using regular expressions and matched using techniques such as backtracking.