Skip to content

Commit

Permalink
贝叶斯优化手记
Browse files Browse the repository at this point in the history
  • Loading branch information
shataowei committed Dec 6, 2019
1 parent 76274a9 commit 4eececc
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 17 deletions.
54 changes: 39 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
- [AutoML参数选择所使用的方法](基础概念/AutoML/AutoML.md#L96)
- [讲讲贝叶斯优化如何在automl上应用](基础概念/AutoML/AutoML.md#L96)
- [以高斯过程为例,超参搜索的f的最优解求解acquisition function有哪些](基础概念/AutoML/AutoML.md#L96)
- [AutoSklearn详解](基础概念/AutoML/AutoSklearn详解/)
- [AutoML常规思路](基础概念/AutoML/AutoML常规思路/)
- [AutoSklearn详解手记](基础概念/AutoML/AutoSklearn详解/)
- [AutoML常规思路手记](基础概念/AutoML/AutoML常规思路/)
# 数学
- 数据质量
- [期望](数学/数据质量/期望、方差、标准差和协方差.md#L1)
Expand Down
2 changes: 2 additions & 0 deletions 基础概念/AutoML/AutoML.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
- 稳定性:同一组超参数的预测结果在不同轮次不一致
- f函数需要多次计算,资源耗费时间损失
- 难以确定比较通用的拟合模型f
- 手记:
- ![](https://tva1.sinaimg.cn/large/006tNbRwgy1g9n45r6f3nj30q40tkjz8.jpg)

# 以高斯过程为例,超参搜索的f的最优解求解acquisition function有哪些?
- 随机生成若干超参点,更新gp模型
Expand Down

0 comments on commit 4eececc

Please sign in to comment.