-
Notifications
You must be signed in to change notification settings - Fork 674
Cat Image Classifier #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cat Image Classifier #5
Conversation
aswintechguy
commented
Apr 11, 2023
via email
MB-Shihab-Aaqil-Ahamed
commented
Apr 12, 2023
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
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!