ImageClassification training using Tensorflow and Python
Requirements:
- Ubuntu 20.04
- Python v3.8.10
- Tensorflow v2.6.0
The python file contains training details for following datasets,
a) fashion_mnist
The file shows,
_1) How to train classification model
2) How to run preprocessing step for dataset
3) How to write model
4) How to save the trained models using callbacks
5) How to evaluate all models w.r.t Accuracy