Data Mining in Various Applications leaf node


URI

https://openalex.org/T13373

Label

Data Mining in Various Applications

Description

This cluster of papers covers a wide range of applications of data mining, including the use of classification algorithms, neural networks, clustering methods, predictive modeling, artificial intelligence, backpropagation algorithm, association rule method, K-means clustering, and Naive Bayes classifier in various domains such as agriculture, education, healthcare, and business.

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/T13373> a skos:Concept ;
    rdfs:label "Data Mining in Various Applications"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Data_mining>,
        <https://openalex.org/T13373> ;
    skos:broader oasubfields:1710 ;
    skos:definition "This cluster of papers covers a wide range of applications of data mining, including the use of classification algorithms, neural networks, clustering methods, predictive modeling, artificial intelligence, backpropagation algorithm, association rule method, K-means clustering, and Naive Bayes classifier in various domains such as agriculture, education, healthcare, and business."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Data Mining in Various Applications"@en ;
    openalex:cited_by_count 99566 ;
    openalex:works_count 39600 .