Giter Club home page Giter Club logo

mammogram_classification's Introduction

Mammogram_classification

Project's objective

Predict whether a mammogram mass is benign or malignant.

Data

The data used for this project comes from the "mammographic masses" public dataset from the UCI repository (source: https://archive.ics.uci.edu/ml/datasets/Mammographic+Mass).

This data contains 961 instances of masses detected in mammograms, and contains the following attributes:

  1. BI-RADS assessment (ordinal) - 1 to 5
  2. Age (integer) - Patient's age in years 
  3. Mass shape (nominal)- Mass shape: round=1 oval=2 lobular=3 irregular=4 
  4. Mass margin (nominal) - circumscribed=1; micro-lobulated=2; obscured=3; ill-defined=4; spiculated=5
  5. Mass density (ordinal) - high=1; iso=2; low=3; fat-containing=4 
  6. Severity (binomial) - benign=0 or malignant=1

Methodology

Data pre-processing:

  • Data exploration
  • Handling missing data
  • Feature selection
  • Normalization

Apply several different classification supervised machine learning techniques and see which one yields the highest accuracy.

Models tested:

  • Logistic Regression
  • KNN
  • Naive Bayes
  • Decision Tree
  • Random Forest
  • SVM
  • Neural network

Models performances are measured using K-fold cross validation (K=10).

mammogram_classification's People

Contributors

yanndel 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.