https://github.com/statusfailed/act-2020-experiments
https://github.com/statusfailed/act-2020-experiments
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statusfailed/act-2020-experiments
- Owner: statusfailed
- License: mit
- Created: 2020-05-05T14:56:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T18:41:15.000Z (over 3 years ago)
- Last Synced: 2025-04-14T05:17:36.081Z (11 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- [iris](http://archive.ics.uci.edu/ml/datasets/Iris)
- [mnist](http://yann.lecun.com/exdb/mnist/)
# Dependencies
These should set up automagically thanks to `cabal.project'
- [rda](https://github.com/statusfailed/rda)
- [mnist-data](https://github.com/statusfailed/mnist-data)