- Mastering Machine Learning with R
- Cory Lesmeister
- 221字
- 2021-07-09 21:28:19
Algorithm flowchart
The purpose of this section is to create a tool that will help you not just select the possible modeling techniques but also to think deeper about the problem. The residual benefit is that it may help you frame the problem with the project sponsor/team. The techniques in the flowchart are certainly not comprehensive but are exhaustive enough to get you started. It also includes techniques not discussed in this book.
The following figure starts the flow of selecting the potential modeling techniques. As you answer the question(s), it will take you to one of the four additional charts:

Figure 1
If the data is a text or in the time series format, then you will follow the flow in the following figure:

Figure 2
In this branch of the algorithm, you do not have a text or the time series data. Additionally, you are not trying to predict what category the observations belong to.

Figure 3
To get to this section, you would have data that is not text or time series. You want to categorize the data, but it does not have an outcome label, which brings us to clustering methods, as follows:

Figure 4
This brings us to a situation where we want to categorize the data and it is labeled, that is, classification:

Figure 5
- Mobile Application Development:JavaScript Frameworks
- Scratch 3.0少兒編程與邏輯思維訓練
- Mastering LibGDX Game Development
- Building Minecraft Server Modifications
- INSTANT Django 1.5 Application Development Starter
- Oracle 18c 必須掌握的新特性:管理與實戰
- Unity UI Cookbook
- Linux Shell核心編程指南
- 深入淺出Go語言編程
- 精通MySQL 8(視頻教學版)
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Java Web從入門到精通(第2版)
- Kotlin Programming By Example
- 測試架構師修煉之道:從測試工程師到測試架構師
- Java高并發編程詳解:深入理解并發核心庫