Is Feature extraction step required in CNN?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I research 3 D volumetric brain tumor segmentation using CNN. Is activation map the feature extraction in CNN?. So i want to know the feature extraction in CNN. Is Feature extraction step required in CNN?
0 Kommentare
Antworten (1)
Ameer Hamza
am 18 Okt. 2020
Not explicitly. You can do some pre-processing, but you don't need to extract features yourself. The whole point of using a CNN is that we do need to decide which features are important for a specific problem. It should learn important features during the training process.
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!