Podidiving / TSNE

tsne algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSNE

tsne algorithm

Usage

pip install -r requirements.txt
python3 -m tsne -o <path/to/output/file> --num-clusters <int;default=3> --feature-size <int;default=10> --data-per-cluster <int;default=50> 

About

tsne algorithm

License:MIT License


Languages

Language:Python 100.0%