File size: 407 Bytes
72bda3b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"dataset_dir": "Data",
"classes": [
"Mild Dementia",
"Moderate Dementia",
"Non Demented",
"Very Mild Dementia"
],
"img_height": 224,
"img_width": 224,
"batch_size": 32,
"epochs": 10,
"learning_rate": 0.001,
"model_save_path": "alzheimers_detection_model.h5",
"test_image_path": "Data/Very mild Dementia/OAS1_0003_MR1_mpr-1_116.jpg"
} |