https://github.com/jmejia8/hypertuning-examples
This repository contains some examples of the HyperTuning a Julia package for the automated hyperparameter tuning.
https://github.com/jmejia8/hypertuning-examples
hyperparameter-optimization julia optimization
Last synced: 8 days ago
JSON representation
This repository contains some examples of the HyperTuning a Julia package for the automated hyperparameter tuning.
- Host: GitHub
- URL: https://github.com/jmejia8/hypertuning-examples
- Owner: jmejia8
- License: mit
- Created: 2023-01-05T22:52:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T04:57:17.000Z (over 3 years ago)
- Last Synced: 2025-02-22T21:44:48.002Z (over 1 year ago)
- Topics: hyperparameter-optimization, julia, optimization
- Language: Julia
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HyperTuning - Examples
This repository contains some examples of the [HyperTuning](https://github.com/jmejia8/HyperTuning.jl) a Julia package for the automated hyperparameter tuning.
## Examples
- Optimization
* Metaheuristics
* Optim
- Machine Learning
* MLJ
* Flux
Note that each example comes with its own Julia project. Just open the interest folder and type:
```julia
using Pkg; Pkg.activate("."); Pkg.instantiate()
```
to activate the corresponding project and install dependencies.