Questions
- Apply triplet loss to the imbalanced MNIST dataset, and see whether the model’s performance is better than using the cross-entropy loss function.
- Apply minority class incremental rectification technique to the imbalanced datasets – CIFAR10-LT and CIFAR100-LT. For a reference implementation of this technique on the MNIST-LT dataset, you can refer to the accompanying GitHub notebook.