Audio Signal Classification and Analysis leaf node


URI

https://openalex.org/T11309

Label

Audio Signal Classification and Analysis

Description

This cluster of papers focuses on the classification and analysis of audio signals, including music genre classification, environmental sound recognition, melody extraction, and acoustic scene classification. It explores techniques such as deep learning, convolutional neural networks, and feature extraction for music information retrieval.

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/T11309> a skos:Concept ;
    rdfs:label "Audio Signal Classification and Analysis"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Audio_signal_processing>,
        <https://openalex.org/T11309> ;
    skos:broader oasubfields:1711 ;
    skos:definition "This cluster of papers focuses on the classification and analysis of audio signals, including music genre classification, environmental sound recognition, melody extraction, and acoustic scene classification. It explores techniques such as deep learning, convolutional neural networks, and feature extraction for music information retrieval."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Audio Signal Classification and Analysis"@en ;
    openalex:cited_by_count 537634 ;
    openalex:works_count 51370 .