Hacker News new | ask | show | jobs
by mupuff1234 1495 days ago
> You could use ML in your job/company but then you dont need this course, you just use a ML product.

ML product?

1 comments

For example, Google Vision API can do some out-of-the-box classification on arbitrary images with no training needed. Covers super common cases such as explicit content detection and object detection.

There are more customisable products within Google where you can provide training examples and labels using a UI (AutoML I think it's called). The result is an endpoint you can use to do inference, based on the model created behind the scenes.

I just mention these examples because I've spent a little time researching them at top-level.