Unsupervised Machine Learning System
Jump to navigation
Jump to search
An Unsupervised Machine Learning System is a machine learning system that can infer the structure of the input signal or feedback from unlabeled data.
- Context
- It implements an Unsupervised Machine Learning Algorithm to solve an Unsupervised Machine Learning Task.
- Example(s):
- Counter-Example(s)
- See: Learning System, Active Learning System, Principal component analysis, Independent Component Analysis, Non-negative Matrix factorization, Singular Value Decomposition.
References
2017A
- (Sammut & Webb, 2017) ⇒ "Unsupervised Learning". In: Sammut, C., Webb, G.I. (eds) Encyclopedia of Machine Learning and Data Mining. Springer, Boston, MA pp. 1304-1304
- QUOTE: Unsupervised learning refers to any machine learning process that seeks to learn structure in the absence of either an identified output (cf. supervised learning) or feedback (cf. reinforcement learning). Three typical examples of unsupervised learning are clustering, association rules, and self-organizing maps.
2017B
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Unsupervised_learning Retrieved:2017-12-24.
- Unsupervised machine learning is the machine learning task of inferring a function to describe hidden structure from "unlabeled" data (a classification or categorization is not included in the observations). Since the examples given to the learner are unlabeled, there is no evaluation of the accuracy of the structure that is output by the relevant algorithm — which is one way of distinguishing unsupervised learning from supervised learning and reinforcement learning.
A central case of unsupervised learning is the problem of density estimation in statistics,[1] though unsupervised learning encompasses many other problems (and solutions) involving summarizing and explaining key features of the data.
Approaches to unsupervised learning include:
- Clustering.
- Anomaly detection
- Neural Networks
- Approaches for learning latent variable models such as
- Unsupervised machine learning is the machine learning task of inferring a function to describe hidden structure from "unlabeled" data (a classification or categorization is not included in the observations). Since the examples given to the learner are unlabeled, there is no evaluation of the accuracy of the structure that is output by the relevant algorithm — which is one way of distinguishing unsupervised learning from supervised learning and reinforcement learning.
- ↑ ordan, Michael I.; Bishop, Christopher M. (2004). “Neural Networks". In Allen B. Tucker. Computer Science Handbook, Second Edition (Section VII: Intelligent Systems). Boca Raton, FL: Chapman & Hall/CRC Press LLC. ISBN 1-58488-360-X
- ↑ Acharyya, Ranjan (2008); A New Approach for Blind Source Separation of Convolutive Sources, (this book focuses on unsupervised learning with Blind Source Separation)