act-2020-experiments

MIT License

Stars
5

Experiments for Reverse Derivative Ascent

cabal build
cabal run act2020-experiments iris  # run the iris experiment
cabal run act2020-experiments mnist # run the MNIST experiment

Data

The following script will fetch datasets for you

./get-datasets.sh

Specifically, it downloads these:

Dependencies

These should set up automagically thanks to `cabal.project'

Related Projects