Electron tool for running layered neural network experiments
- Clone the repo
- Run
npm install
- (Optional) download the datasets.
npm run fetch-mnist
,npm run fetch-omniglot
andnpm run fetch-whitened-patches
. - Run an experiment using
npm start <configname>
. E.g.npm start samples/matching_pursuit