Guide
fine-tuning
dogs vs cats
2 classes: binary classification
dog-breed-identification
120 classes
plant-seedlings-classification
960 unique plants belonging to 12 classes
(植物幼苗分类)
see here
solutions:
cdiscount-image-classification-challenge
Advanced
Data Augmentation
SMOTE
- [smote解决样本不均衡问题](https://smote-variants.readthedocs.io/en/latest/installation.html)
- learning-imbalanced-classes
- multi-class-classification-with-focal-loss-for-imbalanced-datasets
the
class_weights
argument inmodel.fit
, which you can use to make the model learn more from the minority class.
Other
Reference
History
- 20190902: created.