<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Syntactic_pattern_recognition</id>
	<title>Syntactic pattern recognition - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Syntactic_pattern_recognition"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Syntactic_pattern_recognition&amp;action=history"/>
	<updated>2026-05-04T16:27:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Syntactic_pattern_recognition&amp;diff=3202455&amp;oldid=prev</id>
		<title>imported&gt;Perceptron599: Intro improvements</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Syntactic_pattern_recognition&amp;diff=3202455&amp;oldid=prev"/>
		<updated>2024-11-15T00:32:34Z</updated>

		<summary type="html">&lt;p&gt;Intro improvements&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Form of pattern recognition}}&lt;br /&gt;
{{no footnotes|date=November 2024}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Syntactic pattern recognition&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;structural pattern recognition&amp;#039;&amp;#039;&amp;#039;, is a form of [[pattern recognition]] in which each object can be represented by a variable-[[cardinality]] set of symbolic [[nominal data|nominal]] [[Feature (machine learning)|features]]. This allows for representing pattern structures, taking into account more complex relationships between attributes than is possible in the case of flat, numerical [[Feature (machine learning)#Feature vectors|feature vector]]s of fixed dimensionality that are used in [[statistical classification]].&lt;br /&gt;
&lt;br /&gt;
Syntactic pattern recognition can be used instead of statistical pattern recognition if clear structure exists in the patterns. One way to present such structure is via [[String (computer science)|strings]] of symbols from a [[formal language]]. In this case, the differences in the structures of the classes are encoded as different [[formal grammar|grammars]].&lt;br /&gt;
&lt;br /&gt;
An example of this would be diagnosing [[heart]] problems with [[electrocardiogram]] (ECG) measurements. ECG [[waveform]]s can be approximated with diagonal and vertical line segments. If normal and unhealthy waveforms can be described as formal grammars, ECG signals can be classified as healthy or unhealthy by first describing them in terms of the basic line segments, and then trying to parse the descriptions according to the grammars. Another example is [[tessellation]] of tiling patterns.&lt;br /&gt;
&lt;br /&gt;
A second way to represent relations are [[Graph (discrete mathematics)|graphs]], where nodes are linked if corresponding subpatterns are related. An item can be assigned a certain class label if its graph representation is [[isomorphic]] with prototype graphs of that class.&lt;br /&gt;
&lt;br /&gt;
Typically, patterns are constructed from simpler sub-patterns in a hierarchical fashion. This helps divide the recognition task into easier subtasks of first identifying sub-patterns, and then the actual patterns.&lt;br /&gt;
&lt;br /&gt;
Structural methods provide descriptions of items, which may be useful in their own right. For example, syntactic pattern recognition can be used to determine what [[Object detection|objects are present in an image]]. Furthermore, structural methods are strong when applied to finding a &amp;quot;correspondence mapping&amp;quot; between two images of an object. Under natural conditions, corresponding features will be in different positions and/or may be occluded in the two images, due to camera attitude and perspective, as in [[face recognition]]. A [[graph matching]] algorithm will yield the optimal correspondence.&lt;br /&gt;
&lt;br /&gt;
== See also==&lt;br /&gt;
* [[Grammar induction]]&lt;br /&gt;
* [[String matching]]&lt;br /&gt;
* [[Hopcroft–Karp algorithm]]&lt;br /&gt;
* [[Structural information theory]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{cite book | last = Schalkoff | first = Robert | title = Pattern recognition - statistical, structural and neural approaches | publisher = John Wiley &amp;amp; sons | year = 1992 | isbn = 0-471-55238-0 }}&lt;br /&gt;
&lt;br /&gt;
{{cite book | last= Bunke | first = Horst | title = Structural and syntactic pattern recognition, Chen, Pau &amp;amp; Wang (Eds.) Handbook of pattern recognition &amp;amp; computer vision | publisher = World Scientific | pages = 163–209 | year = 1993 | ISBN = 981-02-1136-8 }}&lt;br /&gt;
&lt;br /&gt;
{{cite book | last= Flasinski| first = Mariusz | title = Syntactic pattern recognition | publisher = World Scientific | year = 2019 | ISBN = 978-981-3278-46-2 }}&lt;br /&gt;
&lt;br /&gt;
[[Category:Classification algorithms]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Perceptron599</name></author>
	</entry>
</feed>