- F# for Machine Learning Essentials
- Sudipta Mukherjee
- 355字
- 2021-07-16 13:07:00
Summary
In this chapter, you have learnt about several different types of machine learning techniques and their possible usages. Try to spot probable machine learning algorithms that might be deployed deep inside some applications. Following are some examples of machine learning. Your mailbox is curated by an automatic spam protector and it learns every time you move an e-mail from your inbox to the spam folder. This is an example of a supervised classification algorithm. When you apply for a health insurance, then based on several parameters, they (the insurance company) try to fit your data and predict what premium you might have to pay. This is an example of linear regression. Sometimes when people buy baby diapers at supermarkets, they get a discount coupon for buying beer. Sounds crazy, right! But the machine learning algorithm figured out that people who buy the diapers buy beer too. So they want to provoke the users to buy more. There is lot of buzz right now about predictive analytics. It is nothing but predicting an event in the future by associating a probability score. For example, figuring out how long will a shopper take to return to the store for her next purchase. These data are extracted from the visit patterns. That's unsupervised learning working in the background.
Sometimes one simple algorithm doesn't provide the needed accuracy. So then several methods are used and a special class of algorithm, known as Ensemble method, is used to club the inpidual results. In loose terms, it kind of resonates with the phrase "crowd-smart". You will learn about some ensemble methods in a later chapter.
I want to wrap up this chapter with the following tip. When you have a problem that you want to solve and you think machine learning can help, follow the following steps. Break the problem into smaller chunks and then try to locate a class of machine learning problem domain for this smaller problem. Then find the best method in that class to solve. Iterate over and over until your error rates are within permissible limits. And then wrap it in a nice application/user interface.
- .NET之美:.NET關鍵技術深入解析
- 數據庫系統教程(第2版)
- Maven Build Customization
- Vue.js 3.x從入門到精通(視頻教學版)
- Programming ArcGIS 10.1 with Python Cookbook
- 算法訓練營:提高篇(全彩版)
- 精通Python設計模式(第2版)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Learning Bootstrap 4(Second Edition)
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Python計算機視覺與深度學習實戰
- MongoDB Administrator’s Guide
- Oracle SOA Suite 12c Administrator's Guide
- Qt編程快速入門
- 網絡工程方案設計與實施(第二版)