keras-alzheimers-3d-conv icon indicating copy to clipboard operation
keras-alzheimers-3d-conv copied to clipboard

Implementation of a 3D Convolutional Neutral Network in Keras on an Alzheimers Disease MRI Scan Dataset

Results 10 keras-alzheimers-3d-conv issues
Sort by recently updated
recently updated
newest added

the google drive link in the readme doesn't work anymore

Please update the link to your drive dataset as it has expired

When i called the function it is resulting in the following error Negative dimension size caused by subtracting 3 from 1 for 'conv3d_7/convolution' (op: 'Conv3D') with input shapes: [?,1,62,96,96], [3,3,3,96,6]....

I get this error:ValueError: Incompatible type conversion requested to type 'float32' for variable of type 'int64_ref' could you tell you how to solve?Thank you

when i train the file ,i found loading images very slowly and occuring memory issues.Could you tell me how to solve it.Thank you very much! My e-mail is [email protected]

![image](https://user-images.githubusercontent.com/37922814/49977588-e6a16100-ff81-11e8-8056-9cae69234966.png)

WHY I get so low acc? Epoch 23/25 2109/2109 [==============================] - 12s 6ms/step - loss: 1.0502 - acc: 0.4718 - val_loss: 1.1310 - val_acc: 0.3172 Epoch 00023: val_acc improved from...

Hi, I find your work interesting can you please share your research paper

Hi, thanks you for sharing first! I have about four hundreds data from ADNI and follow your tutorial with three classification(AD,MCI,CN), but I have a low accuracy finally, I worder...