Skip to content

Implement Dendritic Cell Algorithm (DCA) #33

@Joao-Paulo-Silva

Description

@Joao-Paulo-Silva

Objective

This issue aims to add a new module to AISP, dedicated to algorithms based on Danger Theory, starting with the implementation of Dendritic Cell Algorithm (DCA).

Details

The new module, named DTA (Danger Theory Algorithms). This first component willl be the DCA, which applies the principples of Danger Theory to anomaly detection and classification task.


Proposed Structure:

aisp/
  └─ dta/
     ├─ tests/
     ├─ __init__.py
     └─ _dendritic_cell_algorithm.py

Important
Assess the feasibility of implememting the algorithm for multiclass probllems, taking into account the approaches used in algorithms implemented in AISP, such as RNSA and BNSA or KNN for predict.

References

Below are some key references to support the implementation of technique:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions