- Machine Learning for the Web
- Andrea Isoni
- 183字
- 2021-07-14 10:46:09
When to use machine learning
Machine learning is not magic and it may be not be beneficial to all data-related problems. It is important at the end of this introduction to clarify when machine-learning techniques are extremely useful:
- It is not possible to code the rules: a series of human tasks (to determine if an e-mail is spam or not, for example) cannot be solved effectively using simple rules methods. In fact, multiple factors can affect the solution and if rules depend on a large number of factors it becomes hard for humans to manually implement these rules.
- A solution is not scalable: whenever it is time consuming to manually take decisions on certain data, the machine-learning techniques can scale adequately. For example, a machine-learning algorithm can efficiently go through millions of e-mails and determine if they are spam or not.
However, if it is possible to find a good target prediction, by simply using mathematical rules, computations, or predetermined schemas that can be implemented without needing any data-driven learning, these advanced machine-learning techniques are not necessary (and you should not use them).
推薦閱讀
- Android和PHP開發最佳實踐(第2版)
- 架構不再難(全5冊)
- Developing Middleware in Java EE 8
- Learning AWS Lumberyard Game Development
- 深入淺出Android Jetpack
- Hands-On Microservices with Kotlin
- Swift 4 Protocol-Oriented Programming(Third Edition)
- 智能搜索和推薦系統:原理、算法與應用
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Scratch從入門到精通
- Advanced Python Programming
- Drupal 8 Development:Beginner's Guide(Second Edition)
- PostgreSQL Developer's Guide
- Spring Data JPA從入門到精通
- 虛擬現實建模與編程(SketchUp+OSG開發技術)