- Machine Learning Quick Reference
- Rahul Kumar
- 436字
- 2021-08-20 10:05:04
Machine learning
Let me define machine learning and its components so that you don't get bamboozled by lots of jargon when it gets thrown at you.
In the words of Tom Mitchell, "A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E." Also, another theory says that machine learning is the field that gives computers the ability to learn without being explicitly programmed.
For example, if a computer has been given cases such as, [(father, mother), (uncle, aunt), (brother, sisters)], based on this, it needs to find out (son, ?). That is, given son, what will be the associated item? To solve this problem, a computer program will go through the previous records and try to understand and learn the association and pattern out of these combinations as it hops from one record to another. This is called learning, and it takes place through algorithms. With more records, that is, more experience, the machine gets smarter and smarter.
Let's take a look at the different branches of machine learning, as indicated in the following diagram:

We will explain the preceding diagram as follows:
- Supervised learning: In this type of learning, both the input variables and output variables are known to us. Here, we are supposed to establish a relationship between the input variables and the output, and the learning will be based on that. There are two types of problems under it, as follows:
- Regression problem: It has got a continuous output. For example, a housing price dataset wherein the price of the house needs to be predicted based on input variables such as area, region, city, number of rooms, and so on. The price to be predicted is a continuous variable.
- Classification: It has got a discrete output. For example, the prediction that an employee would leave an organization or not, based on salary, gender, the number of members in their family, and so on.
- Unsupervised learning: In this type of scenario, there is no output variable. We are supposed to extract a pattern based on all the variables given. For example, the segmentation of customers based on age, gender, income, and so on.
- Reinforcement learning: This is an area of machine learning wherein suitable action is taken to maximize reward. For example, training a dog to catch a ball and give it—we reward the dog if they carry out this action; otherwise, we tell them off, leading to a punishment.
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- Big Data Analytics with Hadoop 3
- Verilog HDL數(shù)字系統(tǒng)設(shè)計入門與應(yīng)用實例
- 腦動力:PHP函數(shù)速查效率手冊
- Mastering D3.js
- 機器自動化控制器原理與應(yīng)用
- 自動生產(chǎn)線的拆裝與調(diào)試
- 運動控制器與交流伺服系統(tǒng)的調(diào)試和應(yīng)用
- 西門子變頻器技術(shù)入門及實踐
- 激光選區(qū)熔化3D打印技術(shù)
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評價理論模型與實證研究
- Practical Network Automation
- Win 7二十一
- Hands-On Generative Adversarial Networks with Keras
- 當產(chǎn)品經(jīng)理遇到人工智能