Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olekscode/booklet-svd-pca-tsne
A booklet about object-oriented implementations of SVD, PCA, and t-SNE in Pharo
https://github.com/olekscode/booklet-svd-pca-tsne
pca pharo smalltalk svd t-sne
Last synced: 6 days ago
JSON representation
A booklet about object-oriented implementations of SVD, PCA, and t-SNE in Pharo
- Host: GitHub
- URL: https://github.com/olekscode/booklet-svd-pca-tsne
- Owner: olekscode
- Created: 2018-02-17T22:08:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T22:39:24.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T06:41:59.531Z (about 2 months ago)
- Topics: pca, pharo, smalltalk, svd, t-sne
- Language: CSS
- Size: 327 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/figures/.keep
Awesome Lists containing this project
README
# A booklet on the SVD, PCA, and t-SNE
[![Build status][badge]][travis]
[travis]: https://travis-ci.org/SquareBracketAssociates/Booklet-SVD-PCA-tSNE
[badge]: https://travis-ci.org/SquareBracketAssociates/Booklet-SVD-PCA-tSNE.svg?branch=masterThe result from the latest successful Travis build can be found [on Bintray (PDF)](https://bintray.com/squarebracketassociates/wip/download_file?file_path=svd-pca-tsne-wip.pdf).
## To contribute
- Fork
- Do pull Request## To latex it locally
```
make
make bootstrap
make spiral
```