unsup
1.0.0
A package for unsupervised learning in Torch.
Provides modules that are compatible with nn
(LinearPsd
, ConvPsd
, AutoEncoder
, ...),
and self-contained algorithms (k-means
, PCA
).
Basic dependencies:
To run the demo scripts, you also need the following:
Build/Install:
Alternatively, you can use torch's package manager. Once
Torch is installed, you can install unsup
: $ torch-pkg install unsup
.