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: classify observations into discrete categories or labels

  1. Grey ClusteringSoft Computing

    Grey Clustering is a classification method from grey systems theory that assigns objects to predefined grey classes using whitenization weight functions. Developed within the framework of Deng Julong's grey system theory and systematized by Sifeng Liu, it is particularly suited for situations involving small sample sizes, incomplete information, or uncertain data—conditions common in engineering assessments, environmental monitoring, and socioeconomic evaluation. The method quantifies how strongly each object belongs to each grey class and makes a crisp assignment based on maximum clustering coefficients.

  2. CNN Image ClassificationDeep Learning

    CNN image classification uses deep convolutional architectures such as ResNet (He et al., 2016), VGG and EfficientNet (Tan & Le, 2019) to sort images into categories. Stacked convolutional layers learn a hierarchy of visual features directly from pixels, and skip (residual) connections prevent the vanishing-gradient problem in very deep networks.

  3. YOLODeep Learning

    YOLO (You Only Look Once) is a single-shot, end-to-end convolutional object detector introduced by Redmon, Divvala, Girshick, and Farhadi at CVPR 2016. It reframes object detection as a single regression problem — predicting bounding box coordinates and class probabilities directly from an image in one forward pass — achieving real-time detection speeds that prior two-stage methods such as R-CNN could not match. The original paper spawned a widely adopted family of successors (YOLOv2 through v11) that continues to dominate applied object detection benchmarks.

  4. Convolutional Neural NetworkDeep Learning

    A Convolutional Neural Network (CNN) is a deep learning model, established by LeCun and colleagues in 1998, that learns local patterns directly from images and structured data to classify them. Stacks of convolutional filters discover increasingly abstract features, so manual feature engineering can be largely reduced.

  5. Domain-adaptive GANDeep Learning

    A Domain-Adaptive GAN combines generative adversarial learning with domain adaptation to bridge the distribution gap between a labeled source domain and an unlabeled or sparsely labeled target domain. By training a generator and discriminator adversarially, the model learns domain-invariant representations or translated samples, enabling a classifier or detector trained on source data to generalize effectively to the target domain without requiring abundant target labels.

  6. Object DetectionDeep Learning

    Object detection is a computer vision task in which a deep neural network simultaneously locates and classifies every instance of one or more object categories within an image, producing a bounding box and a class label for each detected object. Modern detectors — from the R-CNN family to YOLO and DETR — achieve near-human accuracy at real-time speeds on standard benchmarks.

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?

Bu durumu özelleştir →

Birden çok değişkenden sürekli bir sonucu hangi yöntem tahmin eder?

Bu durumu özelleştir →

Gözlemleri kategorilere hangi yöntem sınıflandırır?

Bu durumu özelleştir →

Etiketsiz benzer gözlemleri hangi yöntem gruplar?

Bu durumu özelleştir →

İki değişken arasındaki ilişkiyi hangi yöntem test eder?

Bu durumu özelleştir →

Çok sayıda ilişkili değişkeni az sayıda faktöre hangi yöntem indirger?

Bu durumu özelleştir →

Alternatifleri çok ölçütlü olarak hangi yöntem sıralar?

Bu durumu özelleştir →

Sansürlü olay-zamanı verisini hangi yöntem analiz eder?

Bu durumu özelleştir →
Hangi yöntemi kullanmalıyım? — ScholarGate