Closed appdev-egy closed 1 year ago
First, I implemented VGG16 and two other CNN models from related work with the same dataset. Then I implemented more models as RESNet50v2, RESNet101v2, MobileNetV2, VGG19 and the best ones were VGG16 and VGG19.
References:
Transfer learning, used in machine learning, is the reuse of a pre-trained model on a new problem. Can you explore this option and provide a summary of your findings.