- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 220字
- 2021-07-02 19:37:32
Discover the different types of machine learning
The power of the machine learning is due to the quality of its algorithms, which have been improved and updated over the years; these are divided into several main types depending on the nature of the signal used for learning or the type of feedback adopted by the system. They are:
- Supervised learning: The algorithm generates a function that links input values ??to a desired output through the observation of a set of examples in which each data input has its relative output data, and that is used to construct predictive models.
- Unsupervised learning : The algorithm tries to derive knowledge from a general input without the help of a set of pre-classified examples that are used to build descriptive models. A typical example of the application of these algorithms are search engines.
- Reinforcement learning: The algorithm is able to learn depending on the changes that occur in the environment in which it is performed. In fact, since every action has some effect on the environment concerned, the algorithm is driven by the same feedback environment. Some of these algorithms are used in speech or text recognition.
The following is a figure depicting the different types of machine learning algorithms:

Figure 1.5: Types of machine learning algorithms
推薦閱讀
- AngularJS入門與進階
- Designing Machine Learning Systems with Python
- C++程序設計(第3版)
- SOA實踐
- Rust實戰(zhàn)
- Oracle 12c中文版數(shù)據(jù)庫管理、應用與開發(fā)實踐教程 (清華電腦學堂)
- Access 2010數(shù)據(jù)庫基礎與應用項目式教程(第3版)
- Python應用輕松入門
- Nginx Lua開發(fā)實戰(zhàn)
- 移動互聯(lián)網(wǎng)軟件開發(fā)實驗指導
- Learning Modular Java Programming
- Cocos2d-x Game Development Blueprints
- QGIS 2 Cookbook
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應用實戰(zhàn)
- Appcelerator Titanium:Patterns and Best Practices