Expand description
GPU-accelerated transformations GPU-accelerated transformations
This module provides GPU-accelerated implementations of dimensionality reduction and matrix operations. Currently provides basic stubs with CPU fallback.
Structsยง
- GpuMatrix
Ops - GPU-accelerated matrix operations for transformations
- GpuPCA
- GPU-accelerated Principal Component Analysis
- GpuTSNE
- GPU-accelerated t-SNE implementation