Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webyneter/components-analysis

Training application for performing Kernel/Principle Components Analysis
https://github.com/webyneter/components-analysis

components-analysis kpca-analysis pca-analysis principle-component-analysis

Last synced: 24 days ago
JSON representation

Training application for performing Kernel/Principle Components Analysis

Awesome Lists containing this project

README

        

# Components-Analysis
Training application for performing Kernel/Principle Components Analysis.

![General application view]([screenshots]/general.jpg "General application view")

Goals:
- Introduce working project lifecycle support (project creation, saving, opening, etc.)
- Implement system/user settings UI-based control support.
- Introduce English/Russian localization.

The components analysis itself had almost nothing to do with the primary objective I pursued: Improving programming and WinForms UI adjusting skills. Since K/PCA functionality was considered somewhat placeholding, I made extensive use of amazing [Accord.NET Machine Learning Framework](http://accord-framework.net/), [AForge.NET :: Framework](www.aforgenet.com/framework/) frameworks to implement it, so I give their developers much credit.