Giter Site home page Giter Site logo

rohit-kundu / two-step-feature-enhancement Goto Github PK

View Code? Open in Web Editor NEW
26.0 2.0 11.0 804 KB

Based on our paper "Cervical Cytology Classification Using PCA & GWO Enhanced Deep Features Selection" published in SN Computer Science

License: MIT License

Python 100.00%
deep-learning image-classification cervical-cancer evolutionary-algorithm metaheuristic

two-step-feature-enhancement's Introduction

PWC PWC

Cervical Cytology Classification Using PCA & GWO Enhanced Deep Features Selection

Official Python Implementation of the paper titled "Cervical Cytology Classification Using PCA & GWO Enhanced Deep Features Selection" published in the special issue "AI and Deep Learning Trends in Healthcare" of SN Computer Science.

Requirements

To install the required dependencies run the following using the Command Prompt:

pip install -r requirements.txt

Implementing the code for Cervical Cytology data

  1. Herlev Pap Smear dataset by Jantzen et al.: http://mde-lab.aegean.gr/index.php/downloads
  2. Mendeley Liquid Based Cytology dataset by Hussain et al.: https://data.mendeley.com/datasets/zddtpgzv63/4
  3. SIPaKMeD Pap Smear dataset by Plissiti et al.: https://www.cs.uoi.gr/~marina/sipakmed.html

Structure the directory as follows:


.
+-- data
|   +-- .
|   +-- train
|   +-- val
+-- extract_features.py
+-- fitnessFUNs.py
+-- GWO.py
+-- main.py
+-- resnet50.csv
+-- selector.py
+-- solution.py
+-- transfer_functions_benchmark.py

To extract ResNet-50 features run the following script:

python extract_features.py

Similarly the script can be modified for extracting features from other models.

Run the following code for the feature set optimization:

python main.py --num_csv 2

Set num_csv to the number of features csv files you have. You will be asked to enter the names of the csv files upon executing the above code. Execute python main.py -h to get the details of all the available arguments.

Citation

If this repository helps you in your research in any way, please cite our paper:

@article{Basak2021,
      author={Basak, Hritam and Kundu, Rohit and Chakraborty, Sukanta and Das, Nibaran},
      title={Cervical Cytology Classification Using PCA and GWO Enhanced Deep Features Selection},
      journal={SN Computer Science},
      year={2021},
      month={Jul},
      day={07},
      volume={2},
      number={5},
      pages={369},
      issn={2661-8907},
      doi={10.1007/s42979-021-00741-2},
      url={https://doi.org/10.1007/s42979-021-00741-2}
}

two-step-feature-enhancement's People

Contributors

rohit-kundu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

two-step-feature-enhancement's Issues

error

The project has an error and is not executable
parser.add_argument('--num_csv', type=int, required = True, help='How many csv files of features do you have?')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.