- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 160字
- 2021-06-24 16:43:25
Defining your problem statement
Effectively, what problem are you attempting to solve? Being specific at this point is crucial as a less concise problem can lead to considerable re-work. For example, take the following problem statement: Predicting the outcome of an election. My first question upon hearing that problem statement would be, at what level? County, state, or national? Each level more than likely requires considerably more features and data to properly predict than the last. A better problem statement, especially early on in your machine learning journey, would be for a specific position at a county level, such as Predicting the 2020 John Doe County Mayor. With this more direct problem statement, your features and dataset are much more focused and more than likely attainable. Even with more experience in machine learning, proper scoping of your problem statement is critical. The five Ws of Who, What, When, Where, and Why should be followed to keep your statement concise.
- Vue.js 3.x快速入門
- Google Flutter Mobile Development Quick Start Guide
- Visual Studio 2012 Cookbook
- 算法零基礎一本通(Python版)
- Unity 2020 Mobile Game Development
- 重學Java設計模式
- C語言程序設計
- Python High Performance Programming
- Java 9 Programming By Example
- Learning iOS Security
- 一步一步跟我學Scratch3.0案例
- 數據結構:Python語言描述
- Python數據預處理技術與實踐
- Instant Pygame for Python Game Development How-to
- 數據結構與算法詳解