Treffer: DOG BREED CLASSIFICATION USING TRANSFER LEARNING.
Weitere Informationen
"Dog Breed Classification using Transfer Learning" the project focus on accurately classifying dog breeds is a challenging computer vision task due to the subtle differences between breeds and the high variability within breeds. This project addresses these complexities using transfer learning with the Inception V3 model, a state-of-the-art convolutional neural network (CNN). Traditional machine learning approaches often struggle with subtle inter-breed differences and require large labeled datasets and significant computational resources. Training deep learning models from scratch is typically infeasible, which makes transfer learning an ideal solution. By using a pre-trained Inception V3 model, this approach leverages learned features from large-scale datasets like ImageNet and fine-tunes them for dog breed classification, reducing trainingtime while enhancing accuracy. The finetuned Inception V3 model undergoes transfer learningwhere initial layers remain frozen to retain general features, and fine-tuning optimizes the later layers for specific breed classification. To make the solution accessible and user-friendly, a Flask web application is developed. Users can upload dog images and receive breed predictions in real time, with the backend integrating the trained model to process the images, extract features, and output predictions. The application is scalable and practical for diverse deployment scenarios, such as pet identification, educational purposes, or veterinary applications. This project not only highlights the efficiency of transfer learning in reducing training time but also demonstrates how AI can be applied effectively in real-world challenges. Combining advanced deep learning with a simple web interface bridges the gap between complex machine learning models and practical applications, emphasizing accuracy, efficiency, and accessibility in pet care and animal research. [ABSTRACT FROM AUTHOR]
Copyright of International Scientific Journal of Engineering & Management is the property of International Scientific Journal of Engineering & Management and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)