i am doing project on mammogram classification, how to get classified mat dataset file for comparision
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mammogram classification
0 comentarios
Respuestas (2)
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.
1 comentario
salma
el 20 de Mzo. de 2016
i have the same problem .... i want to ask how can i make feature extraction ??
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.
0 comentarios
Ver también
Categorías
Más información sobre AI for Signals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!