KhaledKhaliifa / graduationProject2023

1 stars 0 forks source link

Transfer learning #9

Closed appdev-egy closed 1 year ago

appdev-egy commented 1 year ago

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.

magdi74 commented 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: