Giter Club home page Giter Club logo

cancer-diagnosis_treatment's Introduction

环境要求

Python 3.8.12
keras 2.8.0

文件

.
├── code                         
│   ├── dl_diagnosis_predict.py -- MLP-focalLoss模型,癌症诊断预测代码
│   ├── dl_focalLoss.py         -- 使用focalLoss 的MLP癌症诊断模型训练代码
│   ├── dl.py                   -- 使用crossentropy 的MLP癌症诊断模型训练代码
│   ├── dl_treatment_predict.py -- MLP模型,癌症治疗预测代码
│   ├── ml.py                   -- 癌症诊断模型训练代码,包含朴素贝叶斯、K最近邻、随机森林、支持向量机
│   ├── ml_treatment.py         -- 癌症治疗模型训练代码,包含朴素贝叶斯、K最近邻、随机森林、支持向量机、多层感知机
│   ├── __pycache__
│   └── utils.py
├── data
│   ├── data_diagnosis.csv      -- 癌症诊断数据集
│   ├── data_treatment.csv      -- 癌症治疗数据集
│   ├── n_feature_diagnosis.csv -- 癌症诊断模型训练特征维度
│   └── n_feature_treatment.csv -- 癌症治疗模型训练特征维度
├── readme.md
├── result
│   ├── diagnosis               -- 癌症诊断模型训练结果
│   └── treatment               -- 癌症治疗模型训练结果
└── result_display
    ├── code                    -- 结果展示代码
    ├── data                    -- 结果数据
    └── picture                 -- 结果图
    

10 directories, 12 files

cancer-diagnosis_treatment's People

Contributors

qaq1551qaq avatar forevermissname avatar

Watchers

James Cloos 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.