Animate intermediate results of your algorithm
Posted on Tue 19 February 2019 in machine learning • Tagged with clustering, R, machine learning • 5 min read
The R package gganimate enables to animate plots. It is particularly interesting to visualize the intermediate results of an algorithm, to see how it converges towards the final results. The following illustrates this with K-means clustering.
Continue reading