Visualize large datasets and identify potential clusters with this special breed of neural networks that uses neurons to learn the intrinsic shape of your data.
Tag: clustering
k-Nearest Neighbors & Anomaly Detection Tutorial
Do you know what gives red and white wine their colors? Use k-NN to discover the chemical make-up that defines typical types of wines, as well as to detect atypical ones.
Where Will Your Country Stand in World War III?
Using weapons trade data, we map out who's against who in the complex arena of international politics.
K-Means Clustering Tutorial
You have customers. But how should you categorize them to target sales? How many of such categories exist? To answer these questions, we can use cluster analysis.
K-Nearest Neighbor (KNN) Tutorial: Anomaly Detection
Outliers can be detected by algorithms used for predictions. To illustrate, we use the k-nearest neighbor (kNN) clustering algorithm.