Skip to content

A little project to avoid manually tuning of hyperparameters.

Notifications You must be signed in to change notification settings

fedem96/Hyperparameters_Optimization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperparameters Optimization

The aim of this project is to compare two algorithms for hyperparameters global optimization, one based on Radial Basis Functions and the other based on Bayesian gaussian processes.

System requirements

  • download Bonmin, Ipopt and other binaries: from https://ampl.com/dl/open/ download the binaries for your operating system
  • extract the binaries, and add extracted folder path to your $PATH environment variable
  • install pytorch
  • install these Python 3 packages too: rbfopt, bayesian-optimization, tensorboardX

Usage

  • download the project: git clone https://github.com/emanuelevivoli/Hyperparameters_Optimization.git
  • enter in the project directory: cd Hyperparameters_Optimization
  • (modify and) run evaluation.py: python3 evaluate.py

About

A little project to avoid manually tuning of hyperparameters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%