Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 449 Bytes

File metadata and controls

10 lines (7 loc) · 449 Bytes

image

Prostate-Cancer-Detection

A model to predict Prostate Cancer using malignant and benign labeled MRI images.

we first augment the images at hand with augmentation. Then we perform feature extraction with DenseNet-121. With the feature set obtained, we use the SVM algorithm for classification. The success reaches up to 98.81%.