Please enable JavaScript.
Coggle requires JavaScript to display documents.
Complex Systems (Data Mining (Prediction: Some attributes can be used to…
Complex Systems
Data Mining
-
Clustering: Use idea of similarity between records to discover structure of and relationships between records
Techniques
-
-
Hierarchical
Approaches
-
Bottom-up
Assume each object is it's own cluster. Join the two most similar clusters. Repeat. Preferred over top-down because there are faster algorithms for it.
Matrix Decomposition
Think of the original dataset as a matrix. Now think of it as the product of two other matrices. We can imagine that one of these matrices has some underlying distribution.
-
-
-
-
-
Social Networks
Representation
Adjacency matrix. Row and column labels are the same. Values represent connections between people in the network.
-
-
-