Optimizing the running time of KNN classifier using parallelism

Date:

  • Implemented KNN algorithm for performing skin segmentation on images.
  • The time required for classification was reduced up to 66% by using parallel processing without affecting the classification performance.