This is an automated email from the ASF dual-hosted git repository.
marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new de9ba8f Optuna (#18426)
de9ba8f is described below
commit de9ba8f02bfd997cd65cffd7f0d8f43a4dfe1d0a
Author: Crissman Loomis <[email protected]>
AuthorDate: Sat May 30 17:40:32 2020 +0900
Optuna (#18426)
* Update ecosystem.html
* Add optuna.png
---
docs/static_site/src/assets/img/optuna.png | Bin 0 -> 92197 bytes
docs/static_site/src/pages/ecosystem.html | 6 +++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/static_site/src/assets/img/optuna.png
b/docs/static_site/src/assets/img/optuna.png
new file mode 100644
index 0000000..472af8d
Binary files /dev/null and b/docs/static_site/src/assets/img/optuna.png differ
diff --git a/docs/static_site/src/pages/ecosystem.html
b/docs/static_site/src/pages/ecosystem.html
index 75ca488..27dff99 100644
--- a/docs/static_site/src/pages/ecosystem.html
+++ b/docs/static_site/src/pages/ecosystem.html
@@ -48,6 +48,10 @@ ecosystem_other:
- title: MXNet Model Server
text: Model Server for Apache MXNet (MMS) is a flexible and easy to use tool
for serving deep learning models exported from MXNet or the Open Neural Network
Exchange (ONNX).
link: https://github.com/awslabs/mxnet-model-server
+- title: Optuna
+ text: Optuna is a hyperparameter optimization framework that automates the
search for good hyperparameters using Python conditionals, loops, and syntax.
+ link: https://optuna.org/
+ icon: /assets/img/optuna.png
- title: Sockeye
text: Sockeye is a sequence-to-sequence framework for Neural Machine
Translation based on Apache MXNet Incubating. It implements state-of-the-art
encoder-decoder architectures.
link: https://awslabs.github.io/sockeye/
@@ -130,4 +134,4 @@ ecosystem_other:
{%- endfor -%}
</div>
<br><br>
-</div>
\ No newline at end of file
+</div>