Hacker News new | ask | show | jobs
by GuB-42 3252 days ago
Image recognition system just recognize images. They essentially do the first pass of what your brain can do.

You too can mistake yellow and black stripes for a school bus or see an actual leopard in Poland. That's when you put what you've seen in context that you rule out the idea. And if you really want to see something in a picture, you will, especially with faces.

It is no different with computers. You train your algorithm so see school buses exclusively and it will see school buses everywhere. Conversely can also teach it context, for example by taking account of the webpage hosting the image.

Computers algorithms usually have a confidence rating too. They can tell "definitely a school bus (99%)" or "looks vaguely like a school bus (30%), but it may also be a wasp (10%)", so they can be aware of their own flaws. In fact, confidence intervals are often a key part of machine learning.