This repository contains some examples of the HyperTuning a Julia package for the automated hyperparameter tuning.
- Optimization
- Metaheuristics
- Optim
- Machine Learning
- MLJ
- Flux
Note that each example comes with its own Julia project. Just open the interest folder and type:
using Pkg; Pkg.activate("."); Pkg.instantiate()
to activate the corresponding project and install dependencies.