hakanskn / Prostate-Cancer-Detection

A model to predict Prostate Cancer using malignant and benign labeled MRI images.
0 stars 0 forks source link
deep-learning densenet121 feature-extraction keras prostate-cancer prostate-cancer-detection svm-classifier

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%.