Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
img
 
 
 
 
 
 
 
 
 
 

README.md

Machine Learning Animations

Understanding Machine Learning through Animated Visualizations

This repository contains the source code for animated visualizations of some famous machine learning algorithms. They were created using the R package animation, and ilustrate algorithm convergence and the effect of hyper-parameter tuning. The animations available so far are:

  • XGBoost decision boundary as iterations proceed:

+ View Animation


  • KNN decision boundary varying the number of nearest neighbors k.

+ View Animation


  • Multivariate Gaussian Mixture Models (GMMs) fitting by EM algorithm.

+ View Animation


  • Multimodal Density Estimation using GMMs.

+ View Animation


  • Tikhonov Regularization effect in Extreme Learning Machines (ELMs).

+ View Animation


  • Image Segmentation using K-means.

+ View Animation


  • Image Reconstruction using Principal Components Analysis (PCA).

+ View Animation


Take a look at the website and have fun!

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.