Skip to content

scatnet/scatnet

Repository files navigation

ScatNet

ScatNet is a MATLAB implementation of the Scattering Networks.

See homepage of the project for license, documentation, tutorials, bug reports

http://www.di.ens.fr/data/software/scatnet/

Install ScatNet

  • launch addpath_scatnet from matlab shell

[optional] : add the following two lines to your startup.m file so that matlab does the addpath automatically when it starts:

addpath /path/to/scatnet;
addpath_scatnet;

Quickstarts

Use ScatNet with audio signals: http://www.di.ens.fr/data/software/scatnet/quickstart-audio/

Use ScatNet with images: http://www.di.ens.fr/data/software/scatnet/quickstart-image/