LargeVis
An implementation of the largeVis algorithm for visualizing large, high-dimensional datasets, for R
Install / Use
/learn @elbamos/LargeVisREADME
largeVis
This is an implementation of the largeVis algorithm described in
(https://arxiv.org/abs/1602.00370). It also incorporates:
- A very fast algorithm for estimating k-nearest neighbors, implemented
in C++ with
RcppandRcppParallel, usingRcppAnnoyfor the ANNOY phase of the algorithm. - Efficient implementations of the clustering algorithms:
HDBSCANOPTICSDBSCAN
- Functions for visualizing manifolds like this.
News Highlights
- Version 0.3.0 is a major update.
OpenMPhas been replaced byRcppParallel. My homegrown implementation of the ANNOY phase of the ANN algorithm is replaced byRcppAnnoy. This was done because of the varying availability ofOpenMPon many systems (e.g., OS X). Performance appears to be improved considerably, and more distance metrics are available, unfortunately at the expense of breaking changes to several functions. See NEWS for full details. - Version 0.1.10 re-adds clustering, and also adds momentum training to largeVis, as well as a host of other features and improvements.
- Version 0.1.9.1 has been accepted by CRAN. Much grattitude to Uwe Ligges and Kurt Hornik for their assistance, advice, and patience.
Some Examples
<figure> <img src="./README_files/figure-markdown_github/drawmnist-1.png" alt="MNIST" /> <figcaption aria-hidden="true">MNIST</figcaption> </figure> <figure> <img src="./README_files/figure-markdown_github/drawwikiwords-1.png" alt="Wiki Words" /> <figcaption aria-hidden="true">Wiki Words</figcaption> </figure>Clustering With HDBSCAN
<!-- -->
Visualize Embeddings
<figure> <img src="./README_files/figure-markdown_github/faceImages-1.png" alt="Visualize Embeddings" /> <figcaption aria-hidden="true">Visualize Embeddings</figcaption> </figure>Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
