i am doing project on mammogram classification, how to get classified mat dataset file for comparision

조회 수: 3 (최근 30일)
mammogram classification

답변 (2개)

Explorer
Explorer 2016년 3월 4일
These kinds of projects usually involve three main steps. These three steps are Preprocessing, Feature Extraction and Feature Matching.
1. Preprocessing: Let's say if I am trying to classify ECG signal, I first need to remove noise from the signals and make them in compatible with my processing method.
2. Feature Extraction: Every data has its own distint features that help in classification. Find out the features that differentiate mammograms.
3. Feature Matching: One you are done with feature Extraction, you will match features with methods like SVM, ANN etc.
Now starting searching research papers concerned with your projects, find alogorithm from those papers and code it up.

Image Analyst
Image Analyst 2016년 3월 20일
I would think your project sponsor should supply you with those. I mean, they need the work done, right? And they hired you to do it, right? So they should have images that need to be classified, right? Ask them. Because of patient privacy laws, it's difficult to get actual clinical images.

카테고리

Help CenterFile Exchange에서 AI for Signals에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by