Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=master

The 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
```