https://github.com/msmathcomp/hyperbolic-tsne
Tip revision: bba9d0f089659fb170c7270aa90c796f91bfb2b1 authored by Martin Skrodzki on 02 May 2024, 12:34:19 UTC
Update README.md
Update README.md
Tip revision: bba9d0f
.gitignore
# virtual environment
venv
# non-stylistic pycharm configs
.idea
# Mac Finder layout
.DS_Store
# IPython/Jupyter notebook checkpoints
*.ipynb_checkpoints
# Python 2.x & 3.x bytecode cache
*.pyc
*__pycache__
# datasets
datasets
# compiled folders and files
build
*.egg-info
*.cpp
*.pyd
*.so
# VS Code workspace
.vscode
# Outputs
results
temp