Skip to content

shivapratap/AlgorithmicAssurance_NIPS2018

Repository files navigation

Algorithmic Assurance

Python implementation of Multitask Assurance for the paper: "Algorithmic Assurance: An Active Approach to Algorithmic Testing using Bayesian Optimisation".

This code is supplement to NIPS 2018 submission

Installation

Dependencies

  • Numpy v1.12.1
  • Scipy v1.0.1
  • Scikit-learn v0.19.1
  • keras v2.0.5 (for lenet-5 model MNIST)
  • Gpyopt v1.2.1 (for Bayesian optimisation)
  • tqdm v4.20.0 (to get runtime of loops)

Usage:

  • demo_syntheticFns.py runs the experiment for Synthetic functions (see testFunctions/syntheticFunctions.py for function definition)

  • demo_mnist.py runs the experiment for MNIST dataset ()

  • Initialise exp3 as: myexp3 = GP_EXP3(objfn=f, initN=15, bounds=bounds, acq_type='LCB', C=categories, rand_seed=seed, where f is the function to optimise, initN = number of initial points for BO, bounds = bounds for input in BO, acq_type = Acquisition function (set as in GPyopt. LCB = Lower Confidence Bound), C = number of categories

BO is coded as a minimization problem, hence please set your objective function accordingly

Contact:

Dr Shivapratap Gopakumar, shivapratap@gmail.com

Reference:

Shivapratap Gopakumar, Sunil Gupta, Vu Nguyen, Santu Rana and Svetha Venkatesh. "Algorithmic Assurance: An Active Approach to Algorithmic Testing using Bayesian Optimisation" In NIPS 2018.

About

Code for our paper "Algorithmic Assurance: An Active Approach to Algorithmic Testing using Bayesian Optimisation" submitted to NIPS 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages