Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
mammogram classification

Respuestas (2)

Explorer
Explorer el 4 de Mzo. de 2016
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 el 20 de Mzo. de 2016
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.

Categorías

Más información sobre AI for Signals en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by