- 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
- 計算機綜合設計實驗指導
- SQL Server 2016 數(shù)據(jù)庫教程(第4版)
- Hadoop大數(shù)據(jù)實戰(zhàn)權威指南(第2版)
- Dependency Injection with AngularJS
- 大數(shù)據(jù)架構和算法實現(xiàn)之路:電商系統(tǒng)的技術實戰(zhàn)
- LabVIEW 完全自學手冊
- 高維數(shù)據(jù)分析預處理技術
- 圖數(shù)據(jù)實戰(zhàn):用圖思維和圖技術解決復雜問題
- 編寫有效用例
- 區(qū)塊鏈技術應用與實踐案例
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- 成功之路:ORACLE 11g學習筆記
- SQL Server 2012 數(shù)據(jù)庫教程(第3版)
- Kafka權威指南(第2版)
- 大數(shù)據(jù)用戶行為畫像分析實操指南