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-cuda
Read Cifar10/Cifar100 Datasets and apply Principal Component Analysis with CUDA (cuBLAS, cuSOLVER, thrust)
https://github.com/fukagai-takuya/cifar10-cifar100-principal-component-analysis-with-cuda
Last synced: about 2 months ago
JSON representation
Read Cifar10/Cifar100 Datasets and apply Principal Component Analysis with CUDA (cuBLAS, cuSOLVER, thrust)
- Host: GitHub
- URL: https://github.com/fukagai-takuya/cifar10-cifar100-principal-component-analysis-with-cuda
- Owner: fukagai-takuya
- License: mit
- Created: 2024-03-20T10:59:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T02:34:59.000Z (9 months ago)
- Last Synced: 2024-05-04T03:25:48.681Z (9 months ago)
- Language: C#
- Homepage: https://www.leafwindow.com/en/software-en/
- Size: 35.2 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-cuda
The program is written primarily in C#, but uses C++/CUDA for PCA calculations.
# Explanation about this program
English Page
https://www.leafwindow.com/en/cifar10-cifar100-principal-component-analysis-in-csharp-and-cuda-en/
Japanese Page
https://www.leafwindow.com/cifar10-cifar100-principal-component-analysis-in-csharp-and-cuda/