From 18cbcd186b15a7e16306e10e8671a0e47cb68bf7 Mon Sep 17 00:00:00 2001 From: LiYangHart Date: Tue, 15 Sep 2020 16:15:25 -0400 Subject: [PATCH] add a comprehensive optimization tutorial May I add a comprehensive Hyperparameter Optimization tutorial to this awesome list, please? It is a very comprehensive tutorial about hyperparameter optimization/tuning of machine learning algorithms Thanks! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e616ab6..da69402 100644 --- a/README.md +++ b/README.md @@ -1208,6 +1208,7 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf) - [Hyperopt tutorial for Optimizing Neural Networks’ Hyperparameters](http://vooban.com/en/tips-articles-geek-stuff/hyperopt-tutorial-for-optimizing-neural-networks-hyperparameters/) +- [Hyperparameter Optimization of Machine Learning Algorithms](https://github.com/LiYangHart/Hyperparameter-Optimization-of-Machine-Learning-Algorithms)