Skip to content

Efficient Hyperparameter Optimization of Deep Learning Algorithms Using Deterministic RBF Surrogates https://arxiv.org/abs/1607.08316

License

Notifications You must be signed in to change notification settings

jekyllstein/HORDOpt.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HORDOpt

Build Status codecov.io Coverage Status

Code for reproducing results published in the paper "Efficient Hyperparameter Optimization of Deep Learning Algorithms Using Deterministic RBF Surrogates" (AAAI-17) by Ilija Ilievski, Taimoor Akhtar, Jiashi Feng, and Christine Annette Shoemaker.

arXiv -- PDF

Installation

Within Julia REPL enter Pkg mode by typing ']' then execute

add https://github.com/jekyllstein/HORDOpt.jl.git

Ensure packaging has been installed properly by running Pkg.test("HORDOpt")


Usage

License

HORDOpt.jl is released under the GPLv3 license.

Citing the HORD algorithm

To cite the paper use the following BibTeX entry:

@inproceedings{ilievski2017efficient,
  title={Efficient Hyperparameter Optimization of Deep Learning Algorithms Using Deterministic RBF Surrogates},
  author={Ilievski, Ilija and Akhtar, Taimoor and Feng, Jiashi and Shoemaker, Christine},
  booktitle={31st AAAI Conference on Artificial Intelligence (AAAI-17)},
  year={2017}
}

About

Efficient Hyperparameter Optimization of Deep Learning Algorithms Using Deterministic RBF Surrogates https://arxiv.org/abs/1607.08316

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages