https://github.com/atsushisakai/optuna_sample
optuna sample codes
https://github.com/atsushisakai/optuna_sample
Last synced: 4 months ago
JSON representation
optuna sample codes
- Host: GitHub
- URL: https://github.com/atsushisakai/optuna_sample
- Owner: AtsushiSakai
- License: mit
- Created: 2019-01-28T11:41:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T01:44:41.000Z (over 6 years ago)
- Last Synced: 2025-02-27T04:46:36.132Z (8 months ago)
- Language: Python
- Size: 466 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# optuna_sample
optuna sample codes

# Ref
- [pfnet/optuna: A hyperparameter optimization framework](https://github.com/pfnet/optuna)
- [ハイパーパラメータ自動最適化ツール「Optuna」公開 \| Preferred Research](https://research.preferred.jp/2018/12/optuna-release/)
- [First Optimization — Optuna 0\.7\.0 documentation](https://optuna.readthedocs.io/en/stable/tutorial/first.html)
- [optuna/examples at master · pfnet/optuna](https://github.com/pfnet/optuna/tree/master/examples)
- [Optunaを使ってFFmpegのエンコードパラメータを最適化してみる](https://gist.github.com/sile/8aa1ff7808dd55298f51dd70c8b83092)
- [Python: Optuna で機械学習モデルのハイパーパラメータを選ぶ \- CUBE SUGAR CONTAINER](https://blog.amedama.jp/entry/2018/12/06/015217)