Click here to Skip to main content
15,885,948 members
Articles / Artificial Intelligence / Keras

Fine-tuning ResNet50 to Diagnose COVID-19

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
18 Feb 2021CPOL5 min read 8.2K   75  
In this article, we’ll fine-tune our ResNet50 model.
Here transfer learning is employed to leverage the knowledge of ResNet50 in a new classification task – the detection of COVID-19. Transfer learning includes two stages: freezing and fine-tuning.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'COVID-19 Diagnosis with Deep Learning View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Lebanon Lebanon
Dr. Helwan is a machine learning and medical image analysis enthusiast.

His research interests include but not limited to Machine and deep learning in medicine, Medical computational intelligence, Biomedical image processing, and Biomedical engineering and systems.

Comments and Discussions