An open API service indexing awesome lists of open source software.

https://github.com/adamspannbauer/pca_animation

(WIP) An interactive animation to demonstrate the process of Principal Components Analysis
https://github.com/adamspannbauer/pca_animation

Last synced: over 1 year ago
JSON representation

(WIP) An interactive animation to demonstrate the process of Principal Components Analysis

Awesome Lists containing this project

README

          

# [PCA Animation](https://adamspannbauer.github.io/pca_animation/)

^click link to jump to app

An interactive animation of the [Principal Components Analysis](https://stats.stackexchange.com/a/140579/102646) process for 2d data.

- Data is randomly generated on page load or when restart button is pressed.
- Left/right arrows can be used to jump back/forward respectively
- Space bar can be used to play/pause
- r can be pressed to restart

### DON'T LOOK AT THE CODE!

Please don't look into the code and expect anything but unreadable spaghetti 🍝

This project's code is a combination of laziness and a bunch of badly taken shortcuts.
To be honest, it's amazing it runs at all and looks half decent.
I know it's bad code, and at the time of writing this... I don't think I plan to fix it....

### DON'T LEARN FROM THE CODE!

Please don't look into the code and expect anything but unreadable spaghetti 🍝

This project's code is a combination of laziness and a bunch of badly taken shortcuts.
To be honest, it's amazing it runs at all and looks half decent.
I know it's bad code, and at the time of writing this... I don't think I plan to fix it....