NLSA

Logo

Kernel methods for statistical modeling of dynamical systems.

View the Project on GitHub dg227/NLSA

NLSA

This project provides a MATLAB implementation of nonlinear Laplacian spectral analysis (NLSA) and related kernel algorithms for feature extraction and prediction of observables of dynamical systems.

Usage

  1. Clone down the project repository:
    git clone https://github.com/dg227/NLSA
    
  2. Launch MATLAB, cd into the project’s directory, and add /nlsa to the MATLAB search path. This can be done by executing the MATLAB command:
    addpath(genpath('nlsa'))
    

Examples

Implementation

NLSA implements a MATLAB class nlsaModel which encodes the attributes of the machine learning procedure to be carried out. This includes:

Each of the elements above are implemented as MATLAB classes. See /nlsa/classes for further information and basic documentation.

Results from each stage of the computation are written on disk in a directory tree with (near-) unique names based on the nlsaModel parameters.

Known issues

Acknowledgment

Research funded by the National Science Foundation (grants DMS-1521775, 1842538, DMS-1854383) and Office of Naval Research (grants N00014-14-1-0150, N00014-16-1-2649, N00014-19-1-2421).

NSF logoONR logo