Neural Network Fundamentals and Applications leaf node


URI

https://openalex.org/T10320

Label

Neural Network Fundamentals and Applications

Description

This cluster of papers covers a wide range of topics related to neural networks, including backpropagation learning, self-organizing maps, radial basis function networks, deep learning, and applications such as pattern classification and function approximation.

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/T10320> a skos:Concept ;
    rdfs:label "Neural Network Fundamentals and Applications"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Artificial_neural_network>,
        <https://openalex.org/T10320> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers covers a wide range of topics related to neural networks, including backpropagation learning, self-organizing maps, radial basis function networks, deep learning, and applications such as pattern classification and function approximation."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Neural Network Fundamentals and Applications"@en ;
    openalex:cited_by_count 4028359 ;
    openalex:works_count 196190 .