Mlia. 1th. Machine Learning Basics

Source: Internet
Author: User

1. The true meaning of machine learning: Using computers to demonstrate the true meaning behind the data. or the conversion of unordered data into useful information.

2. Several expressions commonly used in numeric values: decimal, Binary, enumeration type.

3. How do I choose the right algorithm?

First consider the purpose of using machine learning algorithms. Consider the value of the target variable you want to predict?

If you want to predict the value of the target variable, you can choose to supervise the learning algorithm, otherwise you can choose unsupervised learning algorithm. If the supervised learning algorithm is chosen, the target variable type is determined, if it is discrete type, if/no, 1/2/3, etc., then the classification algorithm can be selected, if the target variable is a continuous type of numerical value, such as 0.0-100.0, 999 to 999, you can choose to use the regression algorithm.

Unsupervised learning algorithms are optional if you do not want to predict the value of the target variable. Further analyze whether you need to divide the data into discrete groups . If this is the only requirement, use a clustering algorithm, and if you also need to estimate how similar the data is to each grouping, you need to use the density estimation algorithm.

4. Learn the machine learning algorithm, you must understand the data instance, each data instance consists of several eigenvalues. Classification is the basic machine learning task.

Mlia. 1th. Machine Learning Basics

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.