Research Article

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

Table 1

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

LayerFilter sizeNumber of filtersStride sizeDropout rateOutput size

Conv1+BN+ReLU81
MaxPool12
Conv2+BN+ReLU81
MaxPool22
Conv3+BN+ReLU81
MaxPool32
Conv4+BN+ReLU81
MaxPool42
Conv5+BN+ReLU81
MaxPool52
FC 1300300
FC 2150150
FC 322
Dropout0.12
Softmax2

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