Questions tagged [pattern-recognition]

Pattern recognition is the term given to the science of automating the classification of input into pre-determined categories, or on the other hand, of being able to recognise particular categories of input by their characteristics.

Pattern recognition is the assignment of a label to a given input value. It is a kind of classification task, such that an input is classified to pre-trained class. Pattern recognition is studied in many fields, including psychology, psychiatry, ethology, cognitive science, traffic flow and computer science.

See also:

515 questions
-3
votes
1 answer

Background substraction similar to Movavi

There is a software called Movavi Photo Editor which has a feature of background removal (subtraction) which works the following way: user marks areas of image which belong to an object and areas which belong to background This actions provide…
Mitkp
  • 7,800
  • 3
  • 14
  • 8
-3
votes
1 answer

Compare numerous figures and identify the similar ones

I am working on pattern recognition program using R/python. What would be the best way to compare two or more figures and identify/recognize the similar or duplicate figures based on pattern recognition?
MAPK
  • 5,635
  • 4
  • 37
  • 88
-3
votes
2 answers

Data mining vs Pattern recognition

What is the difference between Data mining and Pattern recognition? Thanks.
-4
votes
1 answer

Is Iris Dataset considered as extracted features Dataset for images?

I have nn to be trained and tested on images . I know that when I want to train nn on Image I should extract features . According to this can I consider Iris dataset which is supplied on https://archive.ics.uci.edu/ml/datasets/iris as an image…
Fahd
  • 17
  • 1
  • 6
-4
votes
1 answer

How do I find a repeating set of cells in Excel?

I Have a 2100 Rows and 6 Columns Table Throughout the table there are only 12 Possible values, say A,B,C,D,E,F,G,H,I,J,K,L The 12th value L is just a blank filler. It denotes blank cell. Since there are only 11 possible values througout the table,…
VIVEK
  • 15
  • 7
1 2 3
34
35