- TensorFlow Machine Learning Projects
- Ankit Jain Armando Fandango Amita Kapoor
- 191字
- 2021-06-10 19:15:32
Using Machine Learning to Detect Exoplanets in Outer Space
In this chapter, we shall learn how to detect exoplanets in outer space using ensemble methods that are based on decision trees.
Decision trees are a family of non-parametric supervised learning methods. In a decision tree algorithm, the data is divided into two partitions by using a simple rule. The rule is applied again and again to further partition the data, thus forming a tree of decisions.
Ensemble methods combine the learning from multiple learning algorithms to improve predictions and reduce errors. These ensembles are differentiated on the basis of what kind of learners they use and how they structure those learns in the ensemble.
The two most popular ensemble methods based on decision trees are known as gradient boosted trees and random forests.
The following topics will be covered in this chapter:
- What is a decision tree?
- Why we need ensembles?
- Decision tree-based ensemble methods
- Random forests
- Gradient boosting
- Decision tree-based ensembles in TensorFlow
- Building a TensorFlow boosted tree model for exoplanet detection
- 機器學習及應用(在線實驗+在線自測)
- 控制與決策系統仿真
- 來吧!帶你玩轉Excel VBA
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- 大數據時代
- Excel 2007技巧大全
- Dreamweaver CS6精彩網頁制作與網站建設
- Mastering pfSense
- Mastering Exploratory Analysis with pandas
- Mastering Ceph
- 無人駕駛感知智能
- Raspberry Pi Projects for Kids
- Learn Power BI
- 人工智能基礎教程:Python篇(青少版)
- 樂高機器人:Scratch與WeDo編程基礎實戰應用