Classifying Chest X-Ray Samples.
(Dataset Used :- https://www.kaggle.com/tawsifurrahman/covid19-radiography-database)
-
Currently Solving the problem of class imbalance.
-
Trying to come up with a model that could perform well on a singleton input.
- Tried Learning Rate decay, but it didn't help.
- Tried to tune Learning rate with Adam Optimizer, but still no effective performance gain.
- Trying try some other architecture, such as AutoEncoder.