- TensorFlow Machine Learning Projects
- Ankit Jain Armando Fandango Amita Kapoor
- 157字
- 2021-06-10 19:15:33
TensorFlow boosted trees estimator
TensorFlow Boosted Trees (TFBT) is an improved scalable ensemble model built on top of generic gradient boosting trees.
Google published the details of the TensorFlow boosted trees implementation in the following paper: A scalable TensorFlow based framework for gradient boosting by Natalia Ponomareva, Soroush Radpour, Gilbert Hendry, Salem Haykal, Thomas Colthurst, Petr Mitrichev, Alexander Grushetsky, presented at the European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML PKDD) 2017 . The paper is available at the following link: http://ecmlpkdd2017.ijs.si/papers/paperID705.pdf.
The gradient boosting algorithm is implemented by various libraries such as sklearn, MLLib, and XGBoost. TensorFlow's implementation is different from these implementations as described in the following table extracted from the TFBT research paper:
TFBT Research Paper from Google
The TFBT model can be extended by writing custom loss functions in TensorFlow. The differentiation for these custom loss functions is automatically provided by TensorFlow.
推薦閱讀
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- Cloud Analytics with Microsoft Azure
- STM32嵌入式微控制器快速上手
- OpenStack Cloud Computing Cookbook(Second Edition)
- AWS Certified SysOps Administrator:Associate Guide
- 21天學通Visual C++
- Docker High Performance(Second Edition)
- Android游戲開發案例與關鍵技術
- Mastering ServiceNow Scripting
- HTML5 Canvas Cookbook
- 計算機與信息技術基礎上機指導
- 深度學習與目標檢測
- 多媒體制作與應用
- 計算機組成與操作系統
- Linux常用命令簡明手冊