Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 246 Bytes

TransferLearning_VGG16

Evaluated pre-trained VGG16 classification model on flower dataset to get 97.37% accuracy, and built VGG16 model from scratch with early stopping to get 76% accuracy. TensorFlow, OpenCV, VGG16 model are implemented here.