Skip to content

Dropout applied after instead of before the random projection (linear) layer #7

@sms821

Description

@sms821

I needed a small clarification.

In the forward() method of class Conv2dDCLLLayer, dropout has been applied after the linear layer

pvoutput = self.dropout(self.i2o(flatten))

This is different from the network described in the paper (Table 2 in https://www.frontiersin.org/articles/10.3389/fnins.2020.00424/full) in which dropout is shown before the linear layer.

Is this intentional? Does the location of dropout have a major effect on network accuracy?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions