<?xml version="1.0" encoding="utf-8" ?> <rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title> <![CDATA[St. Xavier's University Library Search for 'su:&quot;Perception&quot;']]> </title> <link> /cgi-bin/koha/opac-search.pl?q=ccl=su%3A%22Perception%22&#38;sort_by=relevance&#38;format=rss </link> <atom:link rel="self" type="application/rss+xml" href="/cgi-bin/koha/opac-search.pl?q=ccl=su%3A%22Perception%22&#38;sort_by=relevance&#38;format=rss"/> <description> <![CDATA[ Search results for 'su:&quot;Perception&quot;' at St. Xavier's University Library]]> </description> <opensearch:totalResults>16</opensearch:totalResults> <opensearch:startIndex>0</opensearch:startIndex> <opensearch:itemsPerPage>50</opensearch:itemsPerPage> <atom:link rel="search" type="application/opensearchdescription+xml" href="/cgi-bin/koha/opac-search.pl?q=ccl=su%3A%22Perception%22&#38;sort_by=relevance&#38;format=opensearchdescription"/> <opensearch:Query role="request" searchTerms="q%3Dccl%3Dsu%253A%2522Perception%2522" startPage="" /> <item> <title> Pattern recognition / an introduction : </title> <dc:identifier>ISBN:9788173717253</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=7466</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/8173717257.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Devi, V Susheela.<br /> Kolkata University press 2011 .<br /> 263p , Table of Content 1. Introduction 1.1 What is Pattern Recognition? 1.2 Data Sets for Pattern Recognition 1.3 Different Paradigms for Pattern Recognition Discussion Further Reading Exercises Bibliography 2. Representation 2.1 Data Structures for Pattern Representation 2.1.1 Patterns as Vectors 2.1.2 Patterns as Strings 2.1.3 Logical Descriptions 2.1.4 Fuzzy and Rough Pattern Sets 2.1.5 Patterns as Trees and Graphs 2.2 Representation of Clusters 2.3 Proximity Measures 2.3.1 Distance Measure 2.3.2 Weighted Distance Measure 2.3.3 Non-Metric Similarity Function 2.3.4 Edit Distance 2.3.5 Mutual Neighbourhood Distance (MND) 2.3.6 Conceptual Cohesiveness 2.3.7 Kernel Functions 2.4 Size of Patterns 2.4.1 Normalisation of Data 2.4.2 Use of Appropriate Similarity Measures 2.5 Abstractions of the Data Set 2.6 Feature Extraction 2.6.1 Fisher’s Linear Discriminant 2.6.2 Principal Component Analysis (PCA) 2.7 Feature Selection 2.7.1 Exhaustive Search 2.7.2 Branch and Bound Search 2.7.3 Selection of Best Individual Features 2.7.4 Sequential Selection 2.7.5 Sequential Floating Search 2.7.6 Max–Min approach to Feature Selection 2.7.7 Stochastic Search Techniques 2.7.8 Artificial Neural Networks 2.8 Evaluation of Classifiers 2.9 Evaluation of Clustering Discussion Further Reading Exercises Computer Exercises Bibliography 3. Nearest Neighbour Based Classifiers 3.1 Nearest Neighbour Algorithm 3.2 Variants of the NN Algorithm 3.2.1 k Nearest Neighbour (kNN) Algorithm 3.2.2 Modified k Nearest Neighbour (MkNN) Algorithm 3.2.3 Fuzzy kNN Algorithm 3.2.4 r Near Neighbours 3.3 Use of the Nearest Neighbour Algorithm for Transaction Databases 3.4 Efficient Algorithms 3.4.1 The Branch and Bound Algorithm 3.4.2 The Cube Algorithm 3.4.3 Searching for the Nearest Neighbour by Projection 3.4.4 Ordered Partitions 3.4.5 Incremental Nearest Neighbour Search 3.5 Data Reduction 3.6 Prototype Selection 3.6.1 Minimal Distance Classifier (MDC) 3.6.2 Condensation Algorithms 3.6.3 Editing Algorithms 3.6.4 Clustering methods 3.6.5 Other Methods Discussion Further Reading Exercises Computer Exercises Bibliography 4.Bayes Classifier 4.1 Bayes Theorem 4.2 Minimum error rate classifier 4.3 Estimation of Probabilities 4.4 Comparison with the NNC 4.5 Naive Bayes Classifier 4.5.1 Classification using Naive Bayes Classifier 4.5.2 The naive Bayes probabilistic model 4.5.3 Parameter estimation 4.5.4 Constructing a classifier from the probability model 4.6 Bayesian Belief Network Discussion Further Reading Exercises Computer Exercises Bibliography 5. Hidden Markov Models 5.1 Markov Models for Classification 5.2 Hidden Markov Models 5.2.1 HMM Parameters 5.2.2 Learning HMMs 5.3 Classification Using HMMs 5.3.1 Classification of Test Patterns Discussion Further Reading Exercises Computer Exercises Bibliography 6. Decision Trees 6.1 Introduction 6.2 Decision Trees for Pattern Classification 6.3 Construction of Decision Trees 6.3.1 Measures of Impurity 6.3.2 Which Attribute to Choose? 6.4 Splitting at the Nodes 6.4.1 When to Stop Splitting 6.5 Overfitting and Pruning 6.5.1 Pruning by Finding Irrelevant Attributes 6.5.2 Use of Cross-Validation 6.6 Example of Decision Tree Induction Discussion Further Reading Exercises Computer Exercises Bibliography 7. Support Vector Machines 7.1 Introduction 7.1.1 Linear Discriminant Functions 7.2 Learning the Linear Discriminant Function 7.2.1 Learning the Weight Vector 7.2.2 Multi-class Problems 7.2.3 Generality of Linear Discriminants 7.3 Neural Networks 7.3.1 Artificial Neuron 7.3.2 Feed-forward Network 7.3.3 Multi-layer Perceptron 7.4 SVM for Classification 7.4.1 Linearly Separable Case 7.4.2 Non-linearly Separable Case Discussion Further Reading Exercises Computer Exercises Bibliography 8. Combination of Classifiers 8.1 Introduction 8.2 Methods for Constructing Ensembles of Classifiers 8.2.1 Sub-sampling the Training Examples 8.2.2 Manipulating the Input Features 8.2.3 Manipulating the Output Targets 8.2.4 Injecting Randomness 8.3 Methods for Combining Classifiers 8.4 Evaluation of Classifiers 8.5 Evaluation of Clustering Discussion Further Reading Exercises Computer Exercises Bibliography 9. Clustering 9.1 Why is Clustering Important? 9.2 Hierarchical Algorithms 9.2.1 Divisive Clustering 9.2.2 Agglomerative Clustering 9.3 Partitional Clustering 9.3.1 K-Means Algorithm 9.3.2 Soft Partitioning 9.4 Clustering Large Data Sets 9.4.1 Possible Solutions 9.4.2 Incremental Clustering 9.4.3 Divide-and-Conquer Approach Discussion Further Reading Exercises Computer Exercises Bibliography 10 Summary 11. An Application: Handwritten Digit Recognition 11.1 Description of the Digit Data 11.2 Pre-processing of Data 11.3 Classification Algorithms 11.4 Selection of Representative Patterns 11.5 Results Discussion Further Reading Bibliography 9788173717253 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=7466">Place hold on <em>Pattern recognition /</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=7466</guid> </item> <item> <title> Ways of seeing </title> <dc:identifier>ISBN:9780141035796</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=8291</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/014103579X.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Berger, John .<br /> New York Penguin 1972 .<br /> 176 9780141035796 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=8291">Place hold on <em>Ways of seeing </em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=8291</guid> </item> <item> <title> Images in mirrors </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=9460</link> <description> <![CDATA[ <p> By Lewis, Hedwig.<br /> Anand Gujarat Sahitya Prakash 1998 .<br /> 177p. </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=9460">Place hold on <em>Images in mirrors</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=9460</guid> </item> <item> <title> A study on the perception of consumers towards online gifting platform: In Kolkata </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=9775</link> <description> <![CDATA[ <p> By Rampuria, Dev..<br /> Kolkata St. Xavier’s University 2023 .<br /> 58p. </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=9775">Place hold on <em>A study on the perception of consumers towards online gifting platform:</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=9775</guid> </item> <item> <title> Pattern recognition and machine learning </title> <dc:identifier>ISBN:9781493938438</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=9985</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/1493938436.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Bishop, Christopher M..<br /> New York Springer 2009 .<br /> 738p. , includes index 9781493938438 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=9985">Place hold on <em>Pattern recognition and machine learning</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=9985</guid> </item> <item> <title> Insights into real estate purchases: understanding consumer perceptions in kolkata </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=11044</link> <description> <![CDATA[ <p> By Saha, Ayan..<br /> Kolkata St. Xavier's University 2024 .<br /> 62p. , Submitted in partial fulfilment of having successfully completed the degree of Master of Business Administration </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=11044">Place hold on <em>Insights into real estate purchases:</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=11044</guid> </item> <item> <title> Consumer Perception and Behaviour in the Realm of sustainable organic fashion </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=11087</link> <description> <![CDATA[ <p> By Mukherjee, Mekhola..<br /> Kolkata St. Xavier's University 2024 .<br /> 49p. , As fulfilment of the requirement for the MBA Degree </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=11087">Place hold on <em>Consumer Perception and Behaviour in the Realm of sustainable organic fashion</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=11087</guid> </item> <item> <title> Exploring the impact of yoga and physical activities on emotional regulation , frustration tolerance and resilience among young adults </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=11361</link> <description> <![CDATA[ <p> By Kandukoori, Ashwini Rao.<br /> Kolkata St. Xaver's University 2024 .<br /> 39p. , Degree of Master of Arts in Psychology Dept. </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=11361">Place hold on <em>Exploring the impact of yoga and physical activities on emotional regulation , frustration tolerance and resilience among young adults</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=11361</guid> </item> <item> <title> A study exploring the relationship between employees' resilience and job satisfaction among public and private sector employees </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=11373</link> <description> <![CDATA[ <p> By Majumder, Subhomita.<br /> Kokata St. Xavier's University 2024 .<br /> 43p. , Master of Arts in Psychology dept </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=11373">Place hold on <em>A study exploring the relationship between employees' resilience and job satisfaction among public and private sector employees</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=11373</guid> </item> <item> <title> A study on the relationship between empathy and general burnout in young adults </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=11388</link> <description> <![CDATA[ <p> By Quadri, Sarwish.<br /> Kolkata St. Xavier's University 2024 .<br /> 49p. , Master of Arts in Psychology </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=11388">Place hold on <em>A study on the relationship between empathy and general burnout in young adults</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=11388</guid> </item> <item> <title> A study on association between sensation seeking and emotional flexibility in young adults with self-harming behavior </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=11389</link> <description> <![CDATA[ <p> By Saha, Preethul.<br /> Kolkata St. Xavier's University 2024 .<br /> 45p. , Master of arts in Psychology </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=11389">Place hold on <em>A study on association between sensation seeking and emotional flexibility in young adults with self-harming behavior</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=11389</guid> </item> <item> <title> A study to understand the effect of affirmations and gratitude on one's psychological well-being </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=11390</link> <description> <![CDATA[ <p> By Agarawal, Pankhuri.<br /> Kolkata St. Xavier's University 2024 .<br /> 48p. , Master of arts in Psychology department </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=11390">Place hold on <em>A study to understand the effect of affirmations and gratitude on one's psychological well-being</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=11390</guid> </item> <item> <title> Role of X in Shaping Public Perception during The Johnny Depp versus Amber Heard Court Case : a study / </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=12904</link> <description> <![CDATA[ <p> By Shukla, Eshita.<br /> Kolkata: St. Xavier's University, 2025 .<br /> 40p. </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=12904">Place hold on <em>Role of X in Shaping Public Perception during The Johnny Depp versus Amber Heard Court Case :</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=12904</guid> </item> <item> <title> (The) Role of self-Compassion in perception of burnout among Employees in various workplace / </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=13131</link> <description> <![CDATA[ <p> By Gonsalves, Zarah Berta.<br /> Kolkata: St. Xavier's University, 2025 .<br /> 53p. </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=13131">Place hold on <em>(The) Role of self-Compassion in perception of burnout among Employees in various workplace /</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=13131</guid> </item> <item> <title> (A) Comparative study of Psychosocial Profile of Outstation and Resident College students in Kolkata / </title> <dc:identifier>ISBN:</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=13134</link> <description> <![CDATA[ <p> By Agarwal, Tanisha.<br /> Kolkata: St. Xavier's University, 2025 .<br /> 76p. </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=13134">Place hold on <em>(A) Comparative study of Psychosocial Profile of Outstation and Resident College students in Kolkata /</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=13134</guid> </item> <item> <title> Pattern recognition an introduction : </title> <dc:identifier>ISBN:9788173717253</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=14414</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/8173717257.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Devi, V Susheela.<br /> Kolkata University press 2011 .<br /> ix, 263p , Table of Content 1. Introduction 1.1 What is Pattern Recognition? 1.2 Data Sets for Pattern Recognition 1.3 Different Paradigms for Pattern Recognition Discussion Further Reading Exercises Bibliography 2. Representation 2.1 Data Structures for Pattern Representation 2.1.1 Patterns as Vectors 2.1.2 Patterns as Strings 2.1.3 Logical Descriptions 2.1.4 Fuzzy and Rough Pattern Sets 2.1.5 Patterns as Trees and Graphs 2.2 Representation of Clusters 2.3 Proximity Measures 2.3.1 Distance Measure 2.3.2 Weighted Distance Measure 2.3.3 Non-Metric Similarity Function 2.3.4 Edit Distance 2.3.5 Mutual Neighbourhood Distance (MND) 2.3.6 Conceptual Cohesiveness 2.3.7 Kernel Functions 2.4 Size of Patterns 2.4.1 Normalisation of Data 2.4.2 Use of Appropriate Similarity Measures 2.5 Abstractions of the Data Set 2.6 Feature Extraction 2.6.1 Fisher’s Linear Discriminant 2.6.2 Principal Component Analysis (PCA) 2.7 Feature Selection 2.7.1 Exhaustive Search 2.7.2 Branch and Bound Search 2.7.3 Selection of Best Individual Features 2.7.4 Sequential Selection 2.7.5 Sequential Floating Search 2.7.6 Max–Min approach to Feature Selection 2.7.7 Stochastic Search Techniques 2.7.8 Artificial Neural Networks 2.8 Evaluation of Classifiers 2.9 Evaluation of Clustering Discussion Further Reading Exercises Computer Exercises Bibliography 3. Nearest Neighbour Based Classifiers 3.1 Nearest Neighbour Algorithm 3.2 Variants of the NN Algorithm 3.2.1 k Nearest Neighbour (kNN) Algorithm 3.2.2 Modified k Nearest Neighbour (MkNN) Algorithm 3.2.3 Fuzzy kNN Algorithm 3.2.4 r Near Neighbours 3.3 Use of the Nearest Neighbour Algorithm for Transaction Databases 3.4 Efficient Algorithms 3.4.1 The Branch and Bound Algorithm 3.4.2 The Cube Algorithm 3.4.3 Searching for the Nearest Neighbour by Projection 3.4.4 Ordered Partitions 3.4.5 Incremental Nearest Neighbour Search 3.5 Data Reduction 3.6 Prototype Selection 3.6.1 Minimal Distance Classifier (MDC) 3.6.2 Condensation Algorithms 3.6.3 Editing Algorithms 3.6.4 Clustering methods 3.6.5 Other Methods Discussion Further Reading Exercises Computer Exercises Bibliography 4.Bayes Classifier 4.1 Bayes Theorem 4.2 Minimum error rate classifier 4.3 Estimation of Probabilities 4.4 Comparison with the NNC 4.5 Naive Bayes Classifier 4.5.1 Classification using Naive Bayes Classifier 4.5.2 The naive Bayes probabilistic model 4.5.3 Parameter estimation 4.5.4 Constructing a classifier from the probability model 4.6 Bayesian Belief Network Discussion Further Reading Exercises Computer Exercises Bibliography 5. Hidden Markov Models 5.1 Markov Models for Classification 5.2 Hidden Markov Models 5.2.1 HMM Parameters 5.2.2 Learning HMMs 5.3 Classification Using HMMs 5.3.1 Classification of Test Patterns Discussion Further Reading Exercises Computer Exercises Bibliography 6. Decision Trees 6.1 Introduction 6.2 Decision Trees for Pattern Classification 6.3 Construction of Decision Trees 6.3.1 Measures of Impurity 6.3.2 Which Attribute to Choose? 6.4 Splitting at the Nodes 6.4.1 When to Stop Splitting 6.5 Overfitting and Pruning 6.5.1 Pruning by Finding Irrelevant Attributes 6.5.2 Use of Cross-Validation 6.6 Example of Decision Tree Induction Discussion Further Reading Exercises Computer Exercises Bibliography 7. Support Vector Machines 7.1 Introduction 7.1.1 Linear Discriminant Functions 7.2 Learning the Linear Discriminant Function 7.2.1 Learning the Weight Vector 7.2.2 Multi-class Problems 7.2.3 Generality of Linear Discriminants 7.3 Neural Networks 7.3.1 Artificial Neuron 7.3.2 Feed-forward Network 7.3.3 Multi-layer Perceptron 7.4 SVM for Classification 7.4.1 Linearly Separable Case 7.4.2 Non-linearly Separable Case Discussion Further Reading Exercises Computer Exercises Bibliography 8. Combination of Classifiers 8.1 Introduction 8.2 Methods for Constructing Ensembles of Classifiers 8.2.1 Sub-sampling the Training Examples 8.2.2 Manipulating the Input Features 8.2.3 Manipulating the Output Targets 8.2.4 Injecting Randomness 8.3 Methods for Combining Classifiers 8.4 Evaluation of Classifiers 8.5 Evaluation of Clustering Discussion Further Reading Exercises Computer Exercises Bibliography 9. Clustering 9.1 Why is Clustering Important? 9.2 Hierarchical Algorithms 9.2.1 Divisive Clustering 9.2.2 Agglomerative Clustering 9.3 Partitional Clustering 9.3.1 K-Means Algorithm 9.3.2 Soft Partitioning 9.4 Clustering Large Data Sets 9.4.1 Possible Solutions 9.4.2 Incremental Clustering 9.4.3 Divide-and-Conquer Approach Discussion Further Reading Exercises Computer Exercises Bibliography 10 Summary 11. An Application: Handwritten Digit Recognition 11.1 Description of the Digit Data 11.2 Pre-processing of Data 11.3 Classification Algorithms 11.4 Selection of Representative Patterns 11.5 Results Discussion Further Reading Bibliography 9788173717253 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=14414">Place hold on <em>Pattern recognition </em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=14414</guid> </item> </channel> </rss>
