Deep Learning in Computer Vision and Image Recognition leaf node


URI

https://openalex.org/T10036

Label

Deep Learning in Computer Vision and Image Recognition

Description

This cluster of papers focuses on the application of deep learning, particularly convolutional neural networks, in computer vision tasks such as image recognition, object detection, and semantic segmentation. It covers various neural network architectures, model compression techniques, and their applications in fields like autonomous driving.

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/T10036> a skos:Concept ;
    rdfs:label "Deep Learning in Computer Vision and Image Recognition"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Deep_learning>,
        <https://openalex.org/T10036> ;
    skos:broader oasubfields:1707 ;
    skos:definition "This cluster of papers focuses on the application of deep learning, particularly convolutional neural networks, in computer vision tasks such as image recognition, object detection, and semantic segmentation. It covers various neural network architectures, model compression techniques, and their applications in fields like autonomous driving."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Deep Learning in Computer Vision and Image Recognition"@en ;
    openalex:cited_by_count 2323547 ;
    openalex:works_count 56318 .