Skip to content

gargpriyam21/Chicken-Swarm-Optimisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Chicken-Swarm-Optimisation

Brief Introduction

Chicken Swarm Optimisation (CSO), which is a recently developed bio-inspired algorithm, is proposed for optimization applications. Bio-inspired algorithms proved to very beneficial for solving optimization problems. This repository contains code for Chicken Swarm OPtimisation applied on Cervical Cancer and Breast Cancer. It has been used for feature selection task.

Dataset

Cervical Cancer (Risk Factors) Dataset and Wisconsin Diagnostic Breast Cancer (WDBC) Dataset which are publicly available at the UCI machine learning repository are passed through the proposed Chicken Swarm Optimisation Algorithm.

Cervical Cancer

Breast Cancer

Result

The proposed Chicken Swarm Optimisation algorithm resulted in the reduction in the calculation time of the prediction as the results were calculated within a few seconds only.

Requirements

To run the code, you first need to install the following prerequisites:

  • Python 3.5 or above
  • PyTorch
  • numpy
  • matplotlib
  • pandas

To get further information on this project please refer to this paper or this paper

About

A Nature Inspired Evolutionary Algorithm for Feature Selection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors