first commit

This commit is contained in:
陈赣
2026-06-03 12:43:14 +08:00
commit ba76cfae28
608 changed files with 120791 additions and 0 deletions

13
third_party/bhtsne/README.md vendored Executable file
View File

@@ -0,0 +1,13 @@
implement of t-SNE algorithm, reduce high dims of feature to 2D/3D used for display on screen later.
header-only style please refer to https://github.com/lvdmaaten/bhtsne
```
compile test:
g++ tsne_test.cpp -o bh_tsne_test -O2
and run:
./bh_tsne_test
```