Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukagai-takuya/cifar10-cifar100-principal-component-analysis-with-eigen
Read Cifar10/Cifar100 Datasets and apply Principal Component Analysis with Eigen
https://github.com/fukagai-takuya/cifar10-cifar100-principal-component-analysis-with-eigen
Last synced: about 2 months ago
JSON representation
Read Cifar10/Cifar100 Datasets and apply Principal Component Analysis with Eigen
- Host: GitHub
- URL: https://github.com/fukagai-takuya/cifar10-cifar100-principal-component-analysis-with-eigen
- Owner: fukagai-takuya
- License: mit
- Created: 2024-02-23T11:24:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T11:36:12.000Z (10 months ago)
- Last Synced: 2024-03-31T12:36:01.423Z (10 months ago)
- Language: C#
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cifar10-cifar100-principal-component-analysis-with-eigen
The program is written primarily in C#, but uses C++ Eigen for PCA calculations.
# Explanation about this program
English Page
https://www.leafwindow.com/en/cifar10-cifar100-principal-component-analysis-in-csharp-and-cpp-eigen-en/
Japanese Page
https://www.leafwindow.com/cifar10-cifar100-principal-component-analysis-in-csharp-and-cpp-eigen/