Machine-Learning-Projects
Machine-Learning-Projects copied to clipboard
Cat Image Classifier
Hi there,
I've added the Cat Image Classifier project to this repository. The project includes a logistic regression model and a deep neural network model that can recognize cats in images. I've also included instructions for building and training the models.
Please let me know if you have any feedback or questions about the project. Thank you!
Hi Ahamed, I have gone through the project structure and application. This project will detect whether there is a cat in an image. It's not localizing the cat with bounding box, I guess, so It won't come under object detection. Please correct me if I'm wrong. I have a project that classifies dog and cat in deep learning section. I think this project will be subset of that project. Please share your reviews for better understanding of this project.
With Regards, Aswin S
On Sat, Apr 8, 2023 at 12:01 PM MB-Shihab-Aaqil-Ahamed < @.***> wrote:
Reopened #5 https://github.com/aswintechguy/Machine-Learning-Projects/pull/5.
— Reply to this email directly, view it on GitHub https://github.com/aswintechguy/Machine-Learning-Projects/pull/5#event-8957219855, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANIKZR7FGP3RZ5DMPZO6D5TXAEA3NANCNFSM6AAAAAAWTBMMNY . You are receiving this because you are subscribed to this thread.Message ID: <aswintechguy/Machine-Learning-Projects/pull/5/issue_event/8957219855@ github.com>
Hello Aswin!
Yes, you are correct that this project does not involve object detection and does not localize the cat with a bounding box. It only classifies whether an image contains a cat or not. So, it is a binary classification problem, not an object detection problem.
Regarding the comparison with the Dogs vs Cats Image Classification project - CNN, it is true that this project is a subset of that project since both are image classification tasks. However, the specific algorithms and techniques used in each project are different. My Cat Image Classifier compares the performance of the logistic regression model and deep neural network model for binary classification. On the other hand, the Dogs vs Cats Image Classification project - CNN classifies using Convolutional Neural Networks, which is an advanced topic in deep learning.
Overall, it looks like a good project for learning about image classification and training models to recognize cats in images. Great job!
Github link: https://github.com/muhammadanas0716/Machine-Learning-101/tree/main/Projects/Cat%20Image%20Classifier https://github.com/josephmisiti/awesome-machine-learning/blob/master/ML-DL%20Projects%202022
Best Regard MB-Shihab-Aaqil-Ahamed