SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Unsupervised Learning

Questions and Answers List

level questions: Unsupervised Learning

QuestionAnswer
UNSUPERVISED LEARNINGUnsupervised learning (UL) is a type of algorithm that learns patterns from untagged data. The hope is that through mimicry, the machine is forced to build a compact internal representation of its world. In contrast to supervised learning (SL) where data is tagged by a human, e.g. as "car" or "fish" etc, UL exhibits self-organization that captures patterns as neuronal predilections or probability densities.
TWO BOARD METHODS IN ULNeural Networks and Probabilistic Methods
UNSUPERVISED LEARNING ALGORITHMSUnsupervised Learning Algorithms allow users to perform more complex processing tasks compared to supervised learning. Although, unsupervised learning can be more unpredictable compared with other natural learning methods. Unsupervised learning algorithms include clustering, anomaly detection, neural networks, etc.
TYPES OF UNSUPERVISED LEARNING ALGORITHMClustering and Association
CLUSTERINGClustering is a method of grouping the objects into clusters such that objects with most similarities remains into a group and has less or no similarities with the objects of another group. Cluster analysis finds the commonalities between the data objects and categorizes them as per the presence and absence of those commonalities.
ASSOCIATIONAn association rule is an unsupervised learning method which is used for finding the relationships between variables in the large database. It determines the set of items that occurs together in the dataset. Association rule makes marketing strategy more effective.