Image Search

Image Search Source Code Link: Today we have a fun little project. We are going to do Reverse Image Search. Workflow for the Image Search: Choose an image Initialize number and color, of segments for that image Run KMeans to segment that image into regions Find the most

Read More

K-Means Elbow Method

How to implement K-Means Elbow Method. Source Code Link: Elbow Method Project Files K-Means Elbow Method is a heuristic used in determining the number of clusters in a data set. A lot of the tutorial/articles I am writing on this blog are related to K-Means clustering. One

Read More

Face Recognition in JAVA

This post was inspired by a YouTube video I published on my channel some time ago. We will do Face Recognition in JAVA. We are partnering up with TechInDeep to bring you a full course on Deep Learning in JAVA. Before continuing with this post make sure to check out some

Read More