Skip to main content
2 of 2
Formatting for the provided link.
sg7
  • 6.3k
  • 2
  • 35
  • 41

You need a program that learns and improves classification accuracy organically from experience.

I'll suggest deep learning, with deep learning this becomes a trivial problem.

You can retrain the inception v3 model on Tensorflow:

How to Retrain Inception's Final Layer for New Categories.

In this case, you will be training a convolutional neural network to classify an object as either a coca-cola can or not.

Nuelsian
  • 521
  • 8
  • 18