Git Product home page Git Product logo

deep_radiomics's Introduction

import this

deep_radiomics's People

Contributors

anthonyjatoba avatar dependabot[bot] avatar dudummv avatar igortheotonio avatar viniciuscostass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

deep_radiomics's Issues

Baseline SVM classifier

Implement a baseline SVM classifier for radiomics and deep_radiomics sets.

Basic steps:

  • Read data
  • Preprocessing: remove columns, normalize features
  • Validation: 10-fold cross-validation
    • Training
    • Evaluation (accuracy, sensitivity, specificity, F1-score, ROC and AUC)

Analyse GA fitness vs generations

Plot a graphic of fitness over generations.

Possible obstacles:

Platypus uses evaluations instead of generations

algorithm = NSGAII(SVM(), population_size=10)
algorithm.run(100)

Can we use evaluation/populations_size as the generation number? Investigate source code

Can we collect the fitness during execution?

I don't know if it is possible to obtain the fitness over the generations or if we need to do something like:

algorithm.run(10)
algorithm.run(20)
...
algorithm.run(90)
algorithm.run(100)

Analysis of features from the Pareto front

The analysis of features consists of evaluating which radiomics features are more common in models with higher sensitivity or specificity.

The steps are:

  1. Given a threshold, select only models with values higher than the threshold
  2. Count the occurrence of each feature in each model
  3. Compute the percentage of occurence (count/number of models)
  4. Plot a feature importance chart with the feature names and values of importance.

Example:

image

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.