Selected article for: "accuracy entropy and activation function"

Author: Amine Amyar; Romain Modzelewski; Su Ruan
Title: Multi-task Deep Learning Based CT Imaging Analysis For COVID-19: Classification and Segmentation
  • Document date: 2020_4_21
  • ID: hiac6ur7_37
    Snippet: Experiment 3: The third experiment was the comparison between our model and convolutional neural network trained to perform classification only. The CNN used is an 8 layer deep neural network with 6 convolutional layers, where each one is followed by a Maxpooling and a Dropout regularization of 25% to prevent the model from overfitting. The feature maps go from 8 to 256 by a factor of 2 between each two layers. We used 3 x 3 filter for convolutio.....
    Document: Experiment 3: The third experiment was the comparison between our model and convolutional neural network trained to perform classification only. The CNN used is an 8 layer deep neural network with 6 convolutional layers, where each one is followed by a Maxpooling and a Dropout regularization of 25% to prevent the model from overfitting. The feature maps go from 8 to 256 by a factor of 2 between each two layers. We used 3 x 3 filter for convolution and 2 x 2 for Maxpooling. Then a Flatten followed by two Dense layers with 128 neurons and 1 neuron respectively. A Dropout of 50% is also applied to the first layer to reduce and prevent overfitting. The activation function is elu for all layers except the last one which is a sigmoid to generate a probability for each class COVID vs non-COVID. The loss function is the binary cross-entropy and the metric is the accuracy, with the Adam optimizer. The CNN was optimized in order to ensure a fair comparison with our proposed model. The model was trained for 1500 epochs with an early stopping of 35, in the same condition as our model.

    Search related documents:
    Co phrase search for related documents
    • activation function and classification perform: 1
    • activation function and convolutional layer: 1, 2, 3, 4
    • activation function and convolutional neural network: 1, 2, 3, 4, 5, 6, 7, 8
    • activation function and convolutional neural network model: 1
    • activation function and dense layer: 1, 2
    • activation function and feature map: 1
    • activation function and loss function: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
    • activation function and neural network: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
    • Adam optimizer and class covid: 1, 2
    • Adam optimizer and convolutional neural network: 1, 2, 3, 4, 5, 6, 7, 8, 9
    • Adam optimizer and convolutional neural network model: 1
    • Adam optimizer and dense layer: 1
    • Adam optimizer and dropout regularization: 1
    • Adam optimizer and loss function: 1, 2, 3, 4, 5, 6, 7, 8, 9
    • Adam optimizer and neural network: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
    • class covid and convolutional layer: 1, 2, 3, 4, 5
    • class covid and convolutional neural network: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25
    • class covid and convolutional neural network model: 1, 2, 3, 4, 5, 6
    • class covid and loss function: 1, 2, 3, 4, 5, 6, 7, 8