My goal is to implement various image classification methods to show how they function, as well as the advantages and disadvantages of such methods. The ones I want to try and implement using Java include;
Minimum distance classifier
k-nearest neighbor classifier.
I was wondering what can be used to accomplish my task, which already exists in Java, so that I can change the way the algorithms work.
java algorithm image classification
cssfrank
source share