• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » What is Pattern Recognition?

By Abhishek Ghosh June 13, 2020 8:47 am Updated on June 13, 2020

What is Pattern Recognition?

Advertisement

Pattern recognition is the science that deals with the processes of engineering, computing, and mathematics related to physical or abstract objects, with the purpose of extracting information that allows properties to be set between sets of such objects. Pattern recognition also called pattern reading, figure identification, and shape recognition—consists of the recognition of signal patterns. Patterns are obtained from segmentation, feature extraction, and description processes where each object is represented by a collection of descriptors. The recognition system must assign each object its category or class (a set of entities that share some characteristic that differentiates them from the rest). The following processes are followed in order to recognize the patterns:

  1. data acquisition
  2. feature extraction
  3. decision-making

The essential point of pattern recognition is classification: you want to classify a signal depending on its characteristics. Signals, characteristics and classes can be either way, for example digital images of letters can be classified in classes “A” to “Z” depending on their pixels or can classify bird edge noises into kinds of forward orders depending on frequencies.

 

Basic Recognition System

 

A complete pattern recognition system includes a sensor that faithfully collects the elements of the universe to be classified, a feature extraction mechanism whose purpose is to extract useful information, eliminating redundant and irrelevant information, and finally a decision-making stage in which the unknown class patterns assigned to the appropriate category.

Advertisement

---

Sensor

The sensor is the device in charge of data acquisition. It must be able to transform physical or chemical magnitudes, called variable instrumentation, into electrical magnitudes. Instrumentation variables depend on the type of sensor and can be for example: temperature, light intensity, distance, acceleration, inclination, displacement, pressure, force, torsion, humidity, etc.

Removing features

It is the process of generating features that can be used in the data classification process. It is sometimes preceded by a preprocessing of the signal, necessary to correct possible deficiencies in the data due to sensor errors, or to prepare the data for subsequent processes in the stages of feature extraction or classification.

Elementary characteristics are explicitly present in the acquired data and can be passed directly to the classification stage. High-order characteristics are derived from elementary characteristics and are generated by manipulations or transformations in the data.

Variable selection

It consists of selecting which type of characteristics or traits are most appropriate to describe the objects. To do this, the traits that have a decisive impact on the problem must be located. This stage can also be designed within the classification. The selection of variables can be differentiated according to the objectives sought:

  1. For classification: the selection of relevant characteristics, based on the total set of characteristics that describe objects, is done with two fundamental reasons: improving classification or increasing processing speed.
  2. For rendering: Decide which characteristics best represent a certain type of objects.

Variable selection strategies:

Wrapper: feature selection is done using classification mechanism information.

Filter: The selection is made with a criterion independent of the classifier. It includes some methods such as:

  • Decision tables: Searches for a minimum subset of variables that do not introduce confusion between classes.
  • ID3: Creates a decision tree for you and selects a set of variables that allows you to discriminate between classes.
  • Testor Theory: You are searched for all subsets of minimal discriminating variables, with these evaluating the relevance of each variable and selecting those with the most relevance.

 

Classification

 

Classification tries to map the different parts of the characteristic vector to groups or classes, based on the extracted characteristics. At this stage, what is known as machine learning is used, which aims to develop techniques that allow computers to learn.

You typically use one of the following procedures:

  • Geometric: The patterns must be graphable. This approach uses the calculation of distances, shape geometry, numeric vectors, attraction points, and so on.
  • Statistics: Based on probability theory and statistics, it uses analysis of variances, covariance, dispersion, distribution, etc.

It assumes that you have a set of numerical measures with known probability distributions and from them you are aware.

  • Syntactic-structural: it is based on finding the structural relationships that the objects of study hold, using the theory of formal languages, automata theory, etc. The goal is to build a grammar that describes the structure of the universe of objects.
  • Neuro-reticular: Neural networks are used that are ‘trained’ to give a certain response to certain values.
  • Logical-combinatory: it is based on the idea that the modeling of the problem should be as close as possible to the reality of the problem, without making assumptions that are not substantiated. It is used for fuzzy sets and uses symbolic logic, combinational and sequential circuits, etc.

Whether or not we have recorded a previous set that allows the system to learn, the classification may be supervised, partially supervised or unsupervised.

  • Supervised classification: is also known as learning classification. It is based on the availability of training areas. These are areas of which the class to which they belong is known a priori and that will serve to generate a spectral signature characteristic of each of the classes. These are called information classes as opposed to the spectral classes generated by the unsupervised classification.
    Some methods of supervised classification:

Discriminatory functions: if they are two classes, it is sought to obtain a g function such that for a new object O, if g(O) s 0 is assigned to class 1 and in another case to 2. If multiple classes, a set of gi functions is searched and the new object is placed in the class where the function takes the highest value.

Nearest Neighbor: A new object is placed in the class where the original sample object that most closely resembles it is.

Artificial neural networks: commonly referred to as RNA or ANN. They are supposed to mimic real neural networks in the development of learning tasks.

  • Partially supervised classification: also known as partial learning. In these problems there is a sample of objects only in some of the defined classes.
  • Unsupervised classification: also known as non-learning classification. Multivariate automatic classification algorithms are used in which the nearest individuals are grouped into classes.
    Restricted: The number of classes in which the sample will be structured is pre-defined.
    Free: The number of classes in which the sample will be structured depends exclusively on the data.
    Some methods of unsupervised classification:
    Simple Link and Complete Link: start from unit groups of objects and join the most similar groups at each stage, until they meet some conditions.
    ISODATA: Groups that are iteratively adjusted using probability theory are formed. In some versions you can do the union or division of some group.
    C-means: A seed group is defined, each object is associated with the most similar seed group, the centroids of each group are taken as new seeds, and iterates until it stabilizes.
    Logical-combinatory criteria: the criteria imposed on groups are such as being related, maximal complete, compact, etc.

Pattern recognition is more complex when you use templates to generate variants. For example, in Spanish, phrases often follow the “subject-predicate” pattern, but some knowledge of the language is required to detect the pattern. Pattern recognition is studied in many fields, including psychology, ethology, computer science and digital signal processing.

What is Pattern Recognition

 

Applications of Pattern Recognition

 

Pattern recognition systems have a variety of applications. Some of the most relevant and currently used are:

  1. Weather forecast: being able to classify all the weather data according to different patterns, and with the a priori knowledge that we have of the different situations that may appear allows us to create automatic prediction maps.
  2. Recognition of handwritten or machine-written characters: it is one of the most popular utilities of pattern recognition systems since the writing symbols are easily identifiable.
  3. Speech recognition: voice signal analysis is currently used in many applications, a clear example is computer teleoperators.
  4. Applications in medicine: analysis of biorhythms, detection of irregularities in x-ray images, detection of infected cells, marks on the skin…
  5. Finger print recognition: used and known by the vast majority, through fingerprints we are all identifiable and with programs that detect and classify matches, it is easy to find correspondences.
  6. Face recognition: used to count attendees at a rally or just to detect a smile, there are already different cameras on the market with this option available.
  7. Interpretation of aerial and satellite photographs : great utility for military or civil proposals, such as agriculture, geology, geography, urban planning.
  8. Prediction of maximum earthquake magnitudes.
  9. Object recognition: with important applications for visually impaired people.
  10. Music recognition: identify the type of music or the specific song that sounds.

This Article Has Been Shared 967 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to What is Pattern Recognition?

  • List Of Open Source Big Data Visualization Tools

    Here Is List Of Open Source Big Data Visualization Tools Which Will Convert Data In To Graphs, Charts Usable With Tools Like Spark, Hadoop.

  • What is Data Refining in Big Data?

    What is Data Refining in Big Data? In Data Refining we refine disparate data to increase understanding of the data & remove data variability.

  • Overview of Cloud Based Big Data Platforms And Tools From IBM

    Overview of Cloud Based Big Data Platforms And Tools Has Classified the Big Data Tools Offered By IBM to Help Works Like Running Pig Scripts.

  • What is Data Defined Storage?

    We Often Hear the Terminology Data Defined Storage in the Context of Big Data. What is Data Defined Storage?

  • How to Run Apache SAMOA with Apache S4

    Here is How to Run Apache SAMOA with Apache S4. Full Form of S4 is Simple Scalable Streaming System. It is a pluggable platform to develop applications.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cyberpunk Aesthetics: What’s in it Special January 27, 2023
  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023
  • What is Vehicular Ad-Hoc Network? January 24, 2023
  • Difference Between Panel Light, COB Light, Track Light January 21, 2023

About This Article

Cite this article as: Abhishek Ghosh, "What is Pattern Recognition?," in The Customize Windows, June 13, 2020, January 30, 2023, https://thecustomizewindows.com/2020/06/what-is-pattern-recognition/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT