Aisp
Artificial Immune Systems Package (AISP) is an open-source Python library that features bio-inspired algorithms based on artificial immune systems for machine learning, pattern recognition, anomaly detection, and optimization tasks.
Install / Use
/learn @AIS-Package/AispREADME
| <img src='https://ais-package.github.io/assets/images/logo-7b415c6841a3ed8a760eff38ecd996b8.svg'/> | <h1 class='text-title' align=center>Artificial Immune Systems Package.</h1> | |:-------------:|:-------------:|
</div>Select the language / Selecione o Idioma
<div class='language-options'> </div>Package documentation / Documentação do pacote
<section id='english'>
Summary
<section id='introduction'>
Introduction
The AISP is a python package that implements artificial immune systems techniques, distributed under the GNU Lesser General Public License v3.0 (LGPLv3).
The package started in 2022 as a research package at the Federal Institute of Northern Minas Gerais - Salinas campus (IFNMG - Salinas).
Artificial Immune Systems (AIS) are inspired by the vertebrate immune system, creating metaphors that apply the ability to detect and catalog pathogens, among other features of this system.
Algorithms implemented
</section> <section id='installation'>
Installation
The module requires installation of python 3.10 or higher.
<section id='dependencies'>Dependencies:
<div align = center>| Packages | Version | |:-------------:|:-------------:| | numpy | ≥ 1.22.4 | | scipy | ≥ 1.8.1 | | tqdm | ≥ 4.64.1 | | numba | ≥ 0.59.0 |
</div> </section> <section id='user-installation'>User installation
The simplest way to install AISP is using pip:
pip install aisp
</section>
</section>
<section id='examples'>
Examples
Explore the example notebooks available in the AIS-Package/aisp repository. These notebooks demonstrate how to utilize the package's functionalities in various scenarios, including applications of the RNSA, BNSA and AIRS algorithms on datasets such as Iris, Geyser, and Mushrooms.
You can run the notebooks directly in your browser without any local installation using Binder:
</section> </section>💡 Tip: Binder may take a few minutes to load the environment, especially on the first launch.
