Code Monkey home page Code Monkey logo

almas105 / cervical_cancer_detection_using_deep_learning_techniques Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 9 MB

In this project, we propose a cervical cancer detection and classification system using CNNs . We employ transfer learning and fine-tuning for enhanced performance. Classifiers like ELM and AE are added to increase the efficiency.

Python 100.00%
ae caffenet cnn-architecture cnn-classification deep-learning elm-architecture machine-learning shallow-neural-network vgg16-model

cervical_cancer_detection_using_deep_learning_techniques's Introduction

CNN-Based Cervical Cancer Detection and Classification System

Table of Contents

Introduction

The CNN-Based Cervical Cancer Detection and Classification System leverages Convolutional Neural Networks (CNNs) to provide a robust solution for detecting and classifying cervical cancer from medical images. Due to the challenge of obtaining large datasets of medical images, this system employs transfer learning and fine-tuning techniques, utilizing pretrained CNN models to enhance performance with limited data.

The system investigates three CNN models: a shallow CNN architecture and two deep architectures (VGG-16 and CaffeNet). These models are fine-tuned on a targeted medical image database and integrated with classifiers for accurate detection and classification.

Features

  • Shallow CNN Model: Consists of two convolutional layers and two max-pooling layers, followed by two fully connected layers and a softmax output layer.
  • Deep CNN Models: Utilizes VGG-16 and CaffeNet architectures, pretrained on large image datasets and fine-tuned for cervical cancer detection.
  • Transfer Learning and Fine-Tuning: Applies transfer learning to adapt pretrained models to the specific medical image database.
  • ELM-Based Classifier: Uses Extreme Learning Machines (ELMs) for fast learning and classification.
  • AE-Based Classifier: Employs Autoencoders (AEs) for noise removal and feature extraction.

Installation

To set up the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Almas105/Cervical_Cancer_Detection_Using_Deep_Learning_Techniques.git
    
  2. Install dependencies:

Dependencies

Ensure you have the following libraries installed:

  • tensorflow
  • numpy
  • scikit-learn

You can install them using:

pip install tensorflow numpy scikit-learn

Usage

To use the cervical cancer detection system, follow these steps:

Configuration

  • Model Selection: Choose between shallow CNN, VGG-16, and CaffeNet models.
  • Classifier Choice: Select between ELM-based and AE-based classifiers.
  • Hyperparameters::Adjust learning rate, batch size, and epoch size

Note

Please be aware that the efficiency of this system may not be optimal. This project has been implemented according to the base paper, but the results may not match the outcomes reported in the original paper.

cervical_cancer_detection_using_deep_learning_techniques's People

Contributors

almas105 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.