Machine learning--initial knowledge and practical choice

Source: Internet
Author: User

As the beginning of the basic learning of machine learning, record the knowledge and practice choice of machine Learning Foundation.

Bibliography:

Machine learning Combat

An electronic version of both Chinese and English PDF files and code:here (azkx) is also available. I'm not going to tell you. Ctrl + A will have other discoveries ~

1. Basic

For machine learning related methods, the most intuitive understanding is that it can be divided into supervised and unsupervised two categories, you can use the mind map to visually Express:

(Use Mindnode to draw mind map, source file here)

Actually in the actual use, the classification method and the regression method demarcation is not obvious, sometimes also may combine to use.

The specific development steps have roughly these processes:

①, collecting and acquiring data

②, preparing input data

③, analysis preprocessing input data

④, training algorithm--unsupervised algorithm without training process, core content focused on ⑤

⑤, test algorithm

⑥, using algorithms

2. Practice

Many of the current machine learning practices are implemented on Python, so it's natural to choose Python.

The Python third-party libraries that may be used are:

Numpy, Scipy, Matplotlib, Pandas, Statsmodels, Scikit-learn, Keras, Gensim, etc.

Machine learning--initial knowledge and practical choice

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.