Artificial Immune Systems in Science and Engineering leaf node


URI

https://openalex.org/T12391

Label

Artificial Immune Systems in Science and Engineering

Description

This cluster of papers explores the concept of artificial immune systems, drawing inspiration from the biological immune system to develop computational models for tasks such as pattern recognition, optimization, intrusion detection, and anomaly detection. The papers cover topics such as clonal selection algorithms, negative selection algorithms, dendritic cells, self-nonself discrimination, and their applications in various fields.

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/T12391> a skos:Concept ;
    rdfs:label "Artificial Immune Systems in Science and Engineering"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Artificial_immune_system>,
        <https://openalex.org/T12391> ;
    skos:broader oasubfields:2204 ;
    skos:definition "This cluster of papers explores the concept of artificial immune systems, drawing inspiration from the biological immune system to develop computational models for tasks such as pattern recognition, optimization, intrusion detection, and anomaly detection. The papers cover topics such as clonal selection algorithms, negative selection algorithms, dendritic cells, self-nonself discrimination, and their applications in various fields."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Artificial Immune Systems in Science and Engineering"@en ;
    openalex:cited_by_count 128932 ;
    openalex:works_count 12163 .