You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.