All Projects → JenifferWuUCLA → Pulmonary_nodules_ai_diagnosis

JenifferWuUCLA / Pulmonary_nodules_ai_diagnosis

Tianchi medical AI competition [Season 1]: Intelligent diagnosis of pulmonary nodules. 肺部结节智能诊断

Projects that are alternatives of or similar to Pulmonary nodules ai diagnosis

Nlp Exercises
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Tensorrider self driving car
基于BP神经网络的自动驾驶模型车。包含收集数据、控制模型生成与在线/离线自动运行所需的程序。
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Google keyword detection challenge
https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Causal Inference For Data Scientists
Notebooks of Python and R code which illustrates basic causal inference using simulated data
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Yandex Big Data Engineering
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Fcoin python
fcoin_python
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Ccl2019 Chinese Humor Computation
CCL2019,“小牛杯”中文幽默计算任务的数据集及baseline
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Pydhamed
Dynamic Histogram Analysis To Determine Free Energies and Rates from Biased Simulations
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Naive Bayes Explained
This is a very in depth explination of naive bayes w.r.t implementation in python which can be used in Machine Learning applications.
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Text Summarization
Extractive vs. Abstractive Text Summarization Methods
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Ssmdm
Recurrent state-space models for decision making
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Music2dance
Generating Dance steps for given music with deep learning
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Protobuf Uml Diagram
Create UML diagrams from Protobuf compiled .proto files using Python
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Machine learning denoising
A Keras implementation of the "Deep Image Prior" paper.
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Ihearit
Prototype of World's Most Economic and Intelligent Hearing Aid System
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Batch Scoring For Dl Models
Batch Scoring For Deep Learning Models
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Tabgen
Tablature generation system
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Foundations course
Materials for the preparatory course for new students of the Master of Autonomous Systems program
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Ijcai 18 Alimama Sponsored Search Conversion Rate Cvr Prediction Contest
Source Code of IJCAI-18 Alimama Sponsored Search Conversion Rate Prediction Contest
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook

Deep Learning Tutorial for Pulmonary Nodules AI Diagnosis, using Keras and Caffe

天池医疗AI大赛[第一季]:肺部结节智能诊断

@author Jeniffer Wu

As I have received the emails from some readers about the "pulmonary nodule intelligent diagnosis" project in my Github these days, I written to answer some of these questions. Letters to readers

U-Net训练基于卷积神经网络的肺结节分割器

Build-test-dataset folder

This code is to deal with Tianchi Dataset, and train lung nodule segmentation based on convolutional neural network using U-Net deep learning framework.

Caffe训练基于卷积神经网络的的图像分类算法(如 CNN 等)对疑似结节进行分类,得出疑似肺结节是否为真正肺结节的概率

caffe_CNN_training folder

This code is to deal with Tianchi Dataset, and train the algorithm for image classification (such as CNN) to classify the suspected nodules, the suspected pulmonary nodule isWhether the real probability of pulmonary nodules.

Authors

Pulmonary_nodules_AI_diagnosis is designed and implemented by Yingyi Wu [email protected].

About this repository

This repository is not intended to be an out of the box solution for the DSB challenge. It will not run out-of-the-box without editing. That was not it's intention. The tutorial was put together rapidly by several people working in tandem and the code herein is a collection of the code they used to produce the tutorial found on the DSB website.

The intent behind this tutorial was to presented a series of steps that can be followed as a starting point for competitors. Our hope is that this can save competitors time in framing the problem and that they can lift some of this code to speed up their own solution generation. We expect that the competitors efforst will supercede this tutorial in short order--which is, of course, the point of the competition.

Thanks for participating and helping to advance cancer diagnosis!

slices图像将进一步的放入深度学习模型,进行肺部结节的进一步检测 (Pre-processed Images with region of interest in lung)。

Index Page
Index Page

evaluation script

mask_segment/evaluationScript folder

Additional data

Optional data could be downloaded from the following links.

evaluation script: the LUNA16 evaluation script can be found here. The script could be used to locally evaluate the system for development purposes. More info is available here. [updated: 17th June 2016]
lung segmentation: a drive folder containing the lung segmentation can be found here. [updated: 28th April 2016]
additional_annotations.csv: the file will be available soon.

TianChiMedical_AI 天池医疗AI挑战赛

preprocessing folder

这个工程用于托管我分享帖中涉及的代码,有部分病人的文件作为示例。

0. 文件说明

csv_files

存放了那几个csv文件

nodule_cubes

npy里存放的是提取出来的nodule_cubes

slices_masks

存放的是根据annotations.csv文件生成的slices和对应的GroundTruth,可用于训练2D-Unet

生成图片来观察分割是否有问题:

Index Page
(1.a) 0004_0908_0380_1.3.6.1.4.1.14519.5.2.1.6279.6001.325164338773720548739146851679.mhd的肺部区域图像
Index Page
(1.b) 0004_0908_0380_1.3.6.1.4.1.14519.5.2.1.6279.6001.325164338773720548739146851679.mhd的结节区域图像
Index Page
(2.a) 0004_0909_0305_1.3.6.1.4.1.14519.5.2.1.6279.6001.325164338773720548739146851679.mhd的肺部区域图像
Index Page
(2.b) 0004_0909_0305_1.3.6.1.4.1.14519.5.2.1.6279.6001.325164338773720548739146851679.mhd的结节区域图像
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].