Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Cat Image Classifier #5

wants to merge 2 commits into from

Conversation

MB-Shihab-Aaqil-Ahamed
Copy link

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!

@MB-Shihab-Aaqil-Ahamed MB-Shihab-Aaqil-Ahamed closed this by deleting the head repository Apr 8, 2023
@aswintechguy
Copy link
Owner

aswintechguy commented Apr 11, 2023 via email

@MB-Shihab-Aaqil-Ahamed
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants