Bioinformatic Random Seed

Keep up with what's happening in Bioinformatics and Machine Learning (^ω^)

Back to main page

Different Classification Methods

Concepts

Types of classification methods

  1. Linear classifiers:
    • Logistic Regression (LR)
    • Naive Bayes Classifier
    • Supported Vector Machine (SVM)
  2. Non-linear Classifiers:
    • Kernel SVM
    • Nearest Neighbor
    • Decision Tree
    • Neural Networks

References