Supervised Machine Learning: A Review of Classification Techniques论文摘要(翻译:Trey;审校:Shooya)

摘要:有监督学习是对一类算法的研究,这类算法从表面实例推断出一般性的假说,得出的假说又可以进一步用来预测未发生的实例。换言之,有监督学习的目标,就是根据预测特征,为分类标签的概率分布建立简洁的模型。得到的分类器会被用于为测试实例贴上分类标签,其中,测试实例的分类特征是已知的,但其分类标签是未知的。本文讨论各种有监督机器学习分类技术。当然,单独一篇文章,无法遍及所有的有监督机器学习分类算法(亦称为归纳分类算法),然而我们希望我们所引用的文献可以覆盖主要的理论主题,为正在有趣的研究方向上进行研究的研究者提供指引,并为一些可能的,目前尚未被研究的研究偏好的组合,提出提议。

原文页面:https://s3-us-west-2.amazonaws.com/mlsurveys/54.pdf

Supervised Machine Learning: A Review of Classification
Techniques论文摘要(翻译:Trey;审校:Shooya)

时间: 2024-08-07 15:35:37

Supervised Machine Learning: A Review of Classification Techniques论文摘要(翻译:Trey;审校:Shooya)的相关文章

基于Windows 机器学习(Machine Learning)的图像分类(Image classification)实现

原文:基于Windows 机器学习(Machine Learning)的图像分类(Image classification)实现 今天看到一篇文章  Google’s Image Classification Model is now Free to Learn  说是狗狗的机器学习速成课程(Machine Learning Crash Course)现在可以免费学习啦,因为一开始年初的时候是内部使用的,后来开放给大众了.大家有谁对不作恶家的机器学习感兴趣的话,可以点击连接去看看. 但是以上不是

Awesome Machine Learning

Awesome Machine Learning  A curated list of awesome machine learning frameworks, libraries and software (by language). Inspired by awesome-php. If you want to contribute to this list (please do), send me a pull request or contact me @josephmisiti Als

机器学习算法之旅A Tour of Machine Learning Algorithms

In this post we take a tour of the most popular machine learning algorithms. It is useful to tour the main algorithms in the field to get a feeling of what methods are available. There are so many algorithms available and it can feel overwhelming whe

What Machine Learning Have In Store For Normal People?

What exactly is Machine Learning? You must be thinking that wait this doesn’t add up, you were told difficult definitions with heavy technical words. We will break them down one by one. Just like you attend classes and learn concepts the same is done

Machine Learning Algorithms Study Notes(2)--Supervised Learning

Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 2    Supervised Learning    3 2.1    Perceptron Learning Algorithm (PLA)    3 2.1.1    PLA -- "知错能改"演算法    4 2.2    Linear Regression    6 2.2.1    线性回归模型    6 2.2.2    最小二乘法( le

CSE 6363 - Machine Learning Homework MLE, MAP, and Basic Supervised Learning

CSE 6363 - Machine Learning Homework 1: MLE, MAP, and Basic Supervised LearningCSE 6363 - Machine LearningHomework 1- Spring 2019Due Date: Feb. 8 2019, 11:59 pmMLE and MAP1. In class we covered the derivation of basic learning algorithms to derive a

Machine Learning—k-nearest neighbor classification(k近邻分类)

印象笔记同步分享:Machine Learning-k-nearest neighbor classification(k近邻分类)

Machine Learning - III. Linear Algebra Review (Week 1, Optional)

机器学习Machine Learning - Andrew NG courses学习笔记 矩阵和向量及其表示介绍 what are matrices矩阵 matrix is just another way for saying, is a 2D or a two dimensional array. dimension of the matrix is going to be written as the number of row times the number of columns in

Machine Learning—Classification and logistic regression

印象笔记同步分享:Machine Learning-Classification and logistic regression