- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 262字
- 2021-07-02 12:08:35
Limitations of machine learning
Machine learning models are very powerful. You can use them in many cases where rule-based programs fall short. Machine learning is a good first alternative whenever you find a problem that can't be solved with a regular rule-based program. Machine learning models do, however, come with their limitations.
The mathematical transformation in machine learning models is very basic. For example: when you want to classify whether a credit transaction should be marked as fraud, you can use a linear model. A logistic regression model is a great model for this kind of use case; it creates a decision boundary function that separates fraud cases from non-fraud cases. Most of the fraud cases will be above the line and correctly marked as such. But no machine learning model is perfect and some of the cases will not be correctly marked as fraud by the model as you can see in the following image.

If your data happens to be perfectly linearly-separable all cases would be correctly classified by the model. But when have to deal with more complex types of data, the basic machine learning models fall short. And there are more reasons why machine learning is limited in what it can do:
- Many algorithms assume that there's no interaction between features in the input
- Machine learning are, in many cases, based on linear algorithms, that don't handle non-linearity very well
- Often, you are dealing with a lot of features, classic machine learning algorithms have a harder time to deal with high dimensionality in the input data
- LibGDX Game Development Essentials
- 從零開始學Hadoop大數據分析(視頻教學版)
- 大數據可視化
- Creating Dynamic UIs with Android Fragments(Second Edition)
- Python數據分析:基于Plotly的動態可視化繪圖
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 從0到1:JavaScript 快速上手
- 深入淺出Greenplum分布式數據庫:原理、架構和代碼分析
- INSTANT Apple iBooks How-to
- 新手學會計(2013-2014實戰升級版)
- Augmented Reality using Appcelerator Titanium Starter
- 大數據數學基礎(R語言描述)
- 大數據與機器學習:實踐方法與行業案例
- Internet of Things with Python
- Access 2016數據庫應用基礎