Face Recognition and Dimensionality Reduction Techniques leaf node


URI

https://openalex.org/T10057

Label

Face Recognition and Dimensionality Reduction Techniques

Description

This cluster of papers focuses on the application of various machine learning and dimensionality reduction techniques to the field of face recognition. It covers topics such as feature selection, support vector machines, ensemble methods, local binary patterns, non-negative matrix factorization, spectral clustering, Laplacian eigenmaps, and sparse representation in the context of face recognition.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10057> a skos:Concept ;
    rdfs:label "Face Recognition and Dimensionality Reduction Techniques"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Face_recognition>,
        <https://openalex.org/T10057> ;
    skos:broader oasubfields:1707 ;
    skos:definition "This cluster of papers focuses on the application of various machine learning and dimensionality reduction techniques to the field of face recognition. It covers topics such as feature selection, support vector machines, ensemble methods, local binary patterns, non-negative matrix factorization, spectral clustering, Laplacian eigenmaps, and sparse representation in the context of face recognition."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Face Recognition and Dimensionality Reduction Techniques"@en ;
    openalex:cited_by_count 1303674 ;
    openalex:works_count 58329 .