Package with techniques of artificial immune systems.
Project description
Artificial Immune Systems Package. |
---|
Select the language / Selecione o Idioma:
Package documentation / Documentação do pacote:
Summary:
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:
- [x] Negative Selection.
- [x] Clonal Selection Algorithms.
- [ ] Dendritic Cells.
- [ ] Immune Network Theory.
Installation
The module requires installation of python 3.10 or higher.
Dependencies:
Packages | Version |
---|---|
numpy | ≥ 1.22.4 |
scipy | ≥ 1.8.1 |
tqdm | ≥ 4.64.1 |
numba | ≥ 0.59.0 |
User installation
The simplest way to install AISP is using pip
:
pip install aisp
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:
💡 Tip: Binder may take a few minutes to load the environment, especially on the first launch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aisp-0.2.0.tar.gz
.
File metadata
- Download URL: aisp-0.2.0.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5a710beeef0cc89816a0110ebaa98cf0fe9d4780be1ec25c66434519e9a08646
|
|
MD5 |
d844466d6d5c870d01dab5fc8817b85f
|
|
BLAKE2b-256 |
e201d26ea31ce73901b3076da912a49fc459145bd7738b8540cc691cffafd714
|
File details
Details for the file aisp-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: aisp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6f6d75abc8b215106bed51b0713fbedcad3f9036a0c34737015b2f891295cf35
|
|
MD5 |
8b253fd9512aa626cd2997da9f3aa5dc
|
|
BLAKE2b-256 |
90645e55a205ce89de8eaed78725f29473e394a20bc346c74e7a92a8da36682b
|