Fine-Tuning with ResNet50

Project Overview

This project, Fine-Tuning-using-ResNet50, demonstrates a comprehensive approach to classifying flower images using a pre-trained ResNet50 model. Despite not reaching 95%+ accuracy, the model achieves around 88% accuracy without significant overfitting, making it a practical solution for flower classification.

Introduction

ResNet50 is known for its deep residual learning framework, which leverages skip (residual) connections to tackle vanishing gradients and handle large model depth. In this project, the 102 Flower Dataset is used to showcase how effective fine-tuning can be, even with moderate hardware resources.

Objective

Methodology

License

This project is licensed under the MIT License.