Hangi yöntemi kullanmalıyım?
Araştırma durumunuzu birkaç kelimeyle anlatın; amacınıza ve veri tipinize en uygun yöntemleri kütüphaneden öne çıkaralım.
Şunun için öneriler: group similar observations into clusters without predefined labels
- K-Means ClusteringMachine Learning
K-Means Clustering is a centroid-based partitional clustering algorithm, traced to J. MacQueen in 1967, that splits data into k clusters by assigning each observation to its nearest cluster centre. It is widely used for marketing segmentation, customer grouping, and exploratory analysis.
- Hierarchical ClusteringMachine Learning
Hierarchical clustering is an unsupervised method that groups observations into nested clusters and draws the result as a dendrogram, so the number of clusters need not be fixed in advance. Its agglomerative form rests on the objective-function grouping criterion introduced by Joe Ward in 1963.
- Sentence EmbeddingsDeep Learning
Sentence Embeddings convert a sentence or short text into a single fixed-length dense vector that captures its semantic meaning. These vectors allow downstream tasks — semantic similarity, clustering, retrieval, and classification — to operate on numerical representations instead of raw text, making them one of the most versatile building blocks in modern NLP pipelines.
- Modularity AnalysisNetwork Analysis
Modularity analysis is a network science method, formalized by Newman and Girvan in 2004, that detects community structure in graphs by measuring whether edges are more concentrated within groups than expected by chance. Its scalar quality index Q guides algorithms that partition nodes into cohesive clusters, making it the most widely adopted framework for community detection in social, biological, and technological networks.
- Semi-supervised K-meansMachine Learning
Semi-supervised K-means extends standard K-means clustering by incorporating partial supervision — either a small set of labeled seed points or pairwise must-link and cannot-link constraints — to guide cluster formation. It bridges unsupervised clustering and fully supervised classification, enabling more meaningful clusters when labels are scarce but costly to obtain in full.
- Self-supervised DBSCANMachine Learning
Self-supervised DBSCAN is a two-stage unsupervised pipeline that first trains a neural encoder on a pretext task — such as contrastive learning or masked reconstruction — to produce compact, semantically meaningful embeddings from unlabeled data, and then applies DBSCAN in the resulting embedding space to discover arbitrarily shaped clusters without requiring any class labels.
Sık sorulan: hangi yöntem?
En çok sorulan durumlar için kütüphanenin öne çıkardığı yöntemler.
İki ya da daha fazla grubun ortalamasını hangi yöntem karşılaştırır?
- Independent samples t-testStatistics
- Welch t-testStatistics
- Hotelling's T² TestStatistics
Birden çok değişkenden sürekli bir sonucu hangi yöntem tahmin eder?
- Multivariate RegressionStatistics
- Bayesian Multiple linear regressionStatistics
- Robust Multiple linear regressionStatistics
Gözlemleri kategorilere hangi yöntem sınıflandırır?
- Grey ClusteringSoft Computing
- CNN Image ClassificationDeep Learning
- YOLODeep Learning
Etiketsiz benzer gözlemleri hangi yöntem gruplar?
- K-Means ClusteringMachine Learning
- Hierarchical ClusteringMachine Learning
- Sentence EmbeddingsDeep Learning
İki değişken arasındaki ilişkiyi hangi yöntem test eder?
- Robust CorrelationStatistics
- Cramer's VStatistics
- Spearman CorrelationStatistics
Çok sayıda ilişkili değişkeni az sayıda faktöre hangi yöntem indirger?
- Principal Component AnalysisMachine Learning
- Partial Least SquaresMachine Learning
- Locally Linear EmbeddingMachine Learning
Alternatifleri çok ölçütlü olarak hangi yöntem sıralar?
Bu durumu özelleştir →Sansürlü olay-zamanı verisini hangi yöntem analiz eder?
- Weibull RegressionSurvival
- Kaplan-Meier EstimatorStatistics
- Royston-Parmar ModelSurvival