Hi Daniel,
Thank you for modifying Alex's code to enable Hinton's dropout.
Is it possible for you to please explain in the README why you suggest doubling the number of outputs in the last layer when using dropout?
RHH
In practice, you'll probably also want to double the number of outputs in that layer.
Does that mean if are making a simple binary classifier, then the number of outputs should be four when using dropout? How do we interpret four outputs from a binary classifier?