In our last post, we implemented our own k-means clustering algorithm in R! Today, we'll explore k-means clustering some more with a Code Lab to see how we can use the algorithm we coded up last time to cluster pixels in an image!
In previous posts, we discussed vectors and vector norms in a basic introduction to linear algebra and got some practice working with them in our Code Lab on coding a simple recommendation system in R. Today, we'll follow up on those skills and take a first look at k-means clustering,...
You probably have your favorite software and tools for writing reports and other text documents but what can we use when we want to write things that involve math equations...
When we shop online, we often get recommendations for other products that are similar to ones we've been looking at. Systems that recommend related products and services are frequently referred...
Today's post is the first in a new series called Algorithms in the Wild, where we'll discuss case studies featuring machine learning algorithms in some very interesting applications! Our first...