Research Article

Diagnosis of Diabetic Retinopathy through Retinal Fundus Images and 3D Convolutional Neural Networks with Limited Number of Samples

Table 2

Architecture hyperparameters for the proposed 3D-CNN model for multiclass classification task with 10 feature maps in the convolutional layer.

LayerFilter sizeNumber of filtersStride sizeDropout rateOutput size

Conv1+BN+ELU101
MaxPool12
Conv2+BN+ELU101
MaxPool22
Conv3+BN+ELU101
MaxPool32
Conv4+BN+ELU101
MaxPool42
Conv5+BN+ELU101
MaxPool52
Conv6+BN+ELU101
MaxPool62
FC 1500500
FC 2300300
FC 355
Dropout0.15
Softmax5

FC: fully connected; MaxPool: maximum pooling; BN: batch normalization; ELU: exponential linear unit; Conv: convolutional.