Skip to content

koraykv/unsup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 5, 2016
1d4632e · Feb 5, 2016
Feb 10, 2015
Jan 25, 2016
Jan 25, 2016
Jan 8, 2013
Sep 24, 2014
Apr 28, 2015
Jan 3, 2013
Jan 7, 2013
Oct 27, 2012
Jul 4, 2012
Jul 19, 2012
Jan 8, 2013
Apr 28, 2015
Apr 9, 2012
Apr 13, 2013
Jan 25, 2016
May 13, 2013
Mar 25, 2015
Feb 4, 2016
Jul 5, 2012
Jun 15, 2013
Dec 11, 2014
Oct 13, 2014

Repository files navigation

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:

  • Torch7 (github.com/andresy/torch)
  • kex (github.com/koraykv/tools)
  • optim (github.cim/koraykv/optim)

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

  • image (github.com/clementfarabet/lua---image)
  • sys (github.com/clementfarabet/lua---sys)
  • xlua (github.com/clementfarabet/lua---xlua)

Installation

Build/Install:

  • Install Torch7 (refer to its own documentation).
  • clone all other repos (including this one) into dev directory of Torch7.
  • Rebuild torch, it will include all these projects too.

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

About

Some unsupervised learning modules using Torch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published