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