- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 57字
- 2021-07-02 22:57:20
Stacking
Stacking takes the outputs of machine learning estimators and then uses those as inputs for another algorithm. You can, of course, feed the output of the higher-level algorithm to another predictor. It is possible to use any arbitrary topology, but for practical reasons you should try a simple setup first as also dictated by Occam's razor.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Mastering Concurrency Programming with Java 8
- JBoss Weld CDI for Java Platform
- C語言程序設計基礎與實驗指導
- 編寫高質量代碼:改善Python程序的91個建議
- Java虛擬機字節碼:從入門到實戰
- 計算機應用基礎案例教程
- 并行編程方法與優化實踐
- C++程序設計
- STM8實戰
- LabVIEW數據采集
- After Effects CC技術大全
- Java Web開發基礎與案例教程
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- Python深度學習(第2版)