An open API service indexing awesome lists of open source software.

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.

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.