/hyperparameter_swarm

Hyperparameter Optimization with Particle Swarm

Primary LanguageJupyter NotebookMIT LicenseMIT

Particle Swarm-based Hyperparameter Optimization

Code style: black

This repository implements a very basic PSO algorithm for model hyperparameter tunning. More information of usage can be found in the main file.

Benchmarks

Please look at the experiments notebook.

Paper

WIP

Citation

@inproceedings{pso_guillem,
  author    = {Guillem G. Subies,
  title     = {Particle Swarm-based Hyperparameter Optimization},
  year      = {2021},
}

License

MIT