Home

Awesome

UNSUP

A package for unsupervised learning in Torch.

Provides modules that are compatible with nn (LinearPsd, ConvPsd, AutoEncoder, ...), and self-contained algorithms (k-means, PCA).

Requirements

Basic dependencies:

To run the demo scripts, you also need the following:

Installation

Build/Install:

Alternatively, you can use torch's package manager. Once Torch is installed, you can install unsup: $ torch-pkg install unsup.