Learning with Noisy Labels in Machine Learning leaf node


URI

https://openalex.org/T12535

Label

Learning with Noisy Labels in Machine Learning

Description

This cluster of papers focuses on the challenges and techniques for learning with noisy labels in machine learning, including methods for hyperparameter optimization, instance selection, robust learning, and automated machine learning. It also explores the use of meta-learning and deep neural networks in handling noisy label problems, particularly in the context of classification tasks and learning from positive and unlabeled data.

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/T12535> a skos:Concept ;
    rdfs:label "Learning with Noisy Labels in Machine Learning"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Learning_with_noisy_labels>,
        <https://openalex.org/T12535> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers focuses on the challenges and techniques for learning with noisy labels in machine learning, including methods for hyperparameter optimization, instance selection, robust learning, and automated machine learning. It also explores the use of meta-learning and deep neural networks in handling noisy label problems, particularly in the context of classification tasks and learning from positive and unlabeled data."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Learning with Noisy Labels in Machine Learning"@en ;
    openalex:cited_by_count 548331 ;
    openalex:works_count 23319 .