- Keras Reinforcement Learning Projects
- Giuseppe Ciaburro
- 224字
- 2021-08-13 15:26:01
Discovering the different types of machine learning
The power of 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 as follows:
- 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, which 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 is found in 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 subdivision that we have just proposed does not prohibit the use of hybrid approaches between some or all of these different areas, which have often recorded good results.
推薦閱讀
- 輕松學C#
- 程序設計語言與編譯
- Spark大數(shù)據(jù)技術與應用
- HTML5 Canvas Cookbook
- INSTANT VMware vCloud Starter
- Excel 2007終極技巧金典
- ZigBee無線通信技術應用開發(fā)
- HBase Essentials
- 工業(yè)機器人入門實用教程
- Creating ELearning Games with Unity
- 計算機硬件技術基礎學習指導與練習
- 天才與算法:人腦與AI的數(shù)學思維
- 網(wǎng)頁設計與制作
- Wireshark Revealed:Essential Skills for IT Professionals
- 工業(yè)機器人與自控系統(tǒng)的集成應用