Vini
Vini

Reputation: 2134

Watson Custom Visual Recognition in Java

I am trying to create a custom Watson Visual Recognition in java. I have already a classifier created using Curl. Currently I am using the default Watson Classifier. Are there any examples where Watson API is used for custom creation and training of classifiers in Java?

Upvotes: 0

Views: 54

Answers (1)

Felipe Paixao
Felipe Paixao

Reputation: 411

The API reference have examples using java, both for creating a new classifier, update it and test it

Upvotes: 3

Related Questions