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

2 ビュー (過去 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.
  1 件のコメント
salma
salma 2016 年 3 月 20 日
i have the same problem .... i want to ask how can i make feature extraction ??

サインインしてコメントする。


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 Center および File ExchangeAI for Signals についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by