MRI-Dementia-VGG16SVM / config.json
rohitashva's picture
Upload 2 files
4691274 verified
raw
history blame contribute delete
225 Bytes
{
"model_type": "SVM",
"feature_extractor": "VGG19",
"input_shape": [
224,
224,
3
],
"description": "SVM model trained on features extracted from VGG19 for binary classification."
}