Classifynig dicom images with deep learning for lung cancer

조회 수: 2 (최근 30일)
Ali Buyukanbarlar
Ali Buyukanbarlar 2021년 9월 27일
답변: Kumar Pallav 2021년 9월 30일
I want to write a matlab code by using deep learning to find lung cancer for me. To illustrate, if I have 100 MRI pictures, the code should seperates them as those which have the lung cancer and which have not. If there is a similir code or example for it, it would be helpful for me.
Thanks...

답변 (1개)

Kumar Pallav
Kumar Pallav 2021년 9월 30일
Hi,
You could refer this to create a simple image classification network. Here, you need data to train your model first(with both the images and the expected output). After training you could pass the images to the trained network to classify your images.
Refer this to use a pretrained Convolutional Neural Network (CNN) as a feature extractor for training an image category classifier.

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by