✳flâneur — a map of the web's best reading
dnhkng/PCAonGPU: A GPU-based Incremental PCA implementation.
github.com · 168 words · saved by 1 readers
A GPU-based Incremental PCA implementation. Contribute to dnhkng/PCAonGPU development by creating an account on GitHub.
PCAonGPU A powerful implementation of Incremental Principal Components Analysis that runs on GPU, built on top of PyTorch. Up to 20x speed-ups on gigabyte-scale PCA. Installation From PyPi pip install PCAonGPU From Source Clone the repository: git clone https://github.com/dnhkng/PCAonGPU.git Navigate to the cloned directory: cd PCAonGPU Install the required dependencies: pip install -r requirements.txt Usage from gpu_pca import IncrementalPCAonGPU # Create an instance model = IncrementalPCAonGPU ( n_components = 5 ) # Fit the model (either using `fit` or `partial_fit`) model . fit ( your_data
Explore this link on the map →related reading
- The Best GPUs for Deep Learning in 2023 — An In-depth Analysistimdettmers.com
- PiTorch: ML on Baremetal Raspberry Pis | projectsmasonjwang.com
- GitHub - google-research/tuning_playbook: A playbook for systematically maximizing the performance of deep learning models. · GitHubgithub.com
- GitHub - karpathy/autoresearch: AI agents running research on single-GPU nanochat training automatically · GitHubgithub.com
- GitHub - labmlai/annotated_deep_learning_paper_implementations: 🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adagithub.com
- Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and morenn.labml.ai
- The Ultra-Scale Playbook - a Hugging Face Space by nanotronhuggingface.co
- GitHub - PradyumnaKrishna/Colab-Hacks: Simple Hacks for Google Colaboratory to boost your productivity and help you to perform daily tasks. · GitHubgithub.com
- Principal Component Analysis (PCA) | Towards Data Sciencetowardsdatascience.com
- The Ultra-Scale Playbook - a Hugging Face Space by nanotronhuggingface.co
- PyTorch (@PyTorch) / Xx.com
- unsupervised learning and PCApeople.eecs.berkeley.edu