This text book covers the aspects as reported.
Par t - I
In this part, the initial foundation aspects of pattern recognition is discussed with reference to probabilities role in influencing a pattern occurrence, pattern extraction and properties.
Introduction: Definition of Pattern Recognition, Applications, Datasets for Pattern Recognition, Different paradigms for Pattern Recognition, Introduction to probability, events, random variables, Joint distributions and densities, moments. Estimation minimum risk estimators, problems.
Representation: Data structures for Pattern Recognition, Representation of clusters, proximity measures, size of patterns, Abstraction of Data set, Feature extraction, Feature selection, Evaluation.
Par t - II
In Part - II of the text, the mathematical representation and computation algorithms for extracting and evaluating patterns are discussed. The basic algorithms of machine learning classifiers with Nearest neighbor and Naive Bayes is reported with value added validation process using decision trees.
Computational Algorithms: Nearest neighbor algorithm, variants of NN algorithms, use of NN for transaction databases, efficient algorithms, Data reduction, prototype selection, Bayes theorem, minimum error rate classifier, estimation of probabilities, estimation of probabilities, comparison with NNC, Naive Bayesclassifier, Bayesian belief network.
Decision Trees: Introduction, Decision Tree for Pattern Recognition, Construction of Decision Tree, Splittingat the nodes, Over-fitting& Pruning, Examples.