Dataset: fashion mnist
Model 1: MLP with Batch Normalization
Refactored and reused my previous code for this implementation.
URL: link
Model 2: CNN
Implemented in PyTorch
URL: link
Model extension:
- MLP with more than 3 layers (computationally expensive, in progress)
- MLP with weights intialization via denoised autoencoder (in progress)
Other parameters:
number of bins for MI: 10
Papers