-
Notifications
You must be signed in to change notification settings - Fork 541
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
Size, shape and small differences in classification ... #11
Comments
In my experience, yes, you can train on any set of categories. The categories can be made up by you ("good apple" vs. "bad apple"), you just need enough samples of your category in order to train it to recognize another one that's similar. I've been working on a system that decides whether an image is "interesting" or "not-interesting" according to a set of criteria that are important to my data and app, and it works amazingly well. These two categories are obviously made up, and only exist as a set of training data that I've assembled. |
|
The issue of Classification is still giving me problem because i am still a beginner in Machine Learning What do you think i should do? |
Hello,
Consider we have some apples and we want to classify them. apples could differ in shape, size or sign of bruise on them.
Does deep learning classification could be able to distinguish these if we provide the related images for each class?, I mean something like this:
class-1: big apple
class-2: small apple
class-3: bad apple
class-4: good apple
Besides, consider we have an image which consists of three apples. Left, middle and right. how can I make the classifier to provide the classification results for these three apples as for example: left: good apple , middle: bad apple , right: big apple
The text was updated successfully, but these errors were encountered: