Machine Learning Classic Algorithms

Source: Internet
Author: User
Tags svm

function names are functions in the Sklearn library

1. Linear regression algorithm: linearregression:

Among the commonly used are: Ridge: Ridge regression algorithm, Multitasklasso: Multi-task Lasso regression algorithm, elasticnet: Elastic mesh algorithm, lassolars:lars lasso algorithm, Orthogonalmatchingpursuit: Orthogonal matching tracking (OMP) algorithm,

Bayesianridge: Bayesian ridge regression algorithm, logisticregression: Logistic regression algorithm, SGDCLASSIFIER:SGD random gradient descent algorithm, Mutitaskelasticnet: Multi-tasking elastic mesh algorithm, LARS: Minimum angle regression algorithm, Perceptron: Perceptron calculation

method, Passiveaggressiveclassifier:pa passive perception algorithm, Ransacregressor: Robust regression algorithm, Huberregressor:huber regression algorithm

2. Naive Bayesian algorithm, multinaomial Naive Bayes, function name: MULTINOMIALNB

Commonly used: MULTINOMIALNB: Polynomial naive Bayesian algorithm, GAUSSIANNB: Gaussian naive Bayesian algorithm, Bernoullinb: Bo effort naive Bayesian algorithm

3.kNN nearest neighbor algorithm: Kneighborsclassifier

Common: KNEIGHBORSCLASSIFIER:KNN nearest neighbor algorithm, nearestneighbors: Nearest neighbor algorithm, kneighborsregressor:k nearest neighbor algorithm, nearestcentroid: Nearest centroid algorithm

4. Logistic regression algorithm: logisticregression

5. Stochastic forest algorithm, random Forest Classifier:randomforestclassfier

One of the most commonly used: Randomforestclassifier: Random forest algorithm, baggingcclassifier:bagging bagging algorithm

6. Decision Tree algorithm, decision Tree:tree.DecisionTreeClassifier

7.GBDT Iterative decision Tree algorithm, Gradient boosting decision tree, also called Mart (multiple Additive regession tree): Gradientboostingclassifier

8.SVM vector machine algorithm: SVC

9.svm-cross Vector machine crossover algorithm: SVC

Machine Learning Classic Algorithms

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.