backwardtuning

Recurrent network weight tuning

AIDE API docs

This only an alpha version, better contact us to discuss, what it is and how to use it :)

We propose here a re-implementation of backward tuning as developped and descrined in (vieville et al 2017) allowing to adjust the parameters of a vectorial recurrent discrete-time dynamical system.

Package repository

Installation

User simple installation

  • npm install git+https://gitlab.inria.fr/line/aide-group/backwardtuning.git

Co-developper installation

Please refer to the installation guide for installation.

Usage

npm script usage

npm install --quiet : installs all package dependencies and sources.
npm run build: builds the different compiled, documentation and test files.
npm test     : runs functional and non-regression tests.
npm run clean: cleans installation files.

Dependencies

devDependencies

Author