由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - Supervised和Unsupervised Learning有什么区别
相关主题
在machine learning 里, clustering 和 classification 有什么区别?如何对100维的数据进行unsupervised clustering?
Classfication 比较好的算法是什么?做蛋白质折叠的预测,整篇NIPS难度大不大?
machine learning vs data mining courses请教 EE phd 自学 CS
Kalman Filter, Neural Network, HMM 有什么区别呢数据科学之江湖兵器谱 (转载)
SVM可以是Unsupervised的?SVM clustering
这里有人研究神经网络的吗?EM 算法
cluster 算法求教哪位大侠谈谈 Bayesian 公式吧。
关于多维结构性数据的分类技术问题graphical model, n-gram, HMM...
相关话题的讨论汇总
话题: supervised话题: learning话题: training话题: data
进入CS版参与讨论
1 (共1页)
R*******N
发帖数: 7494
1
是不是可以简单地说,
后者是自动的,前者需要人为设置?
不知道这样理解对不对?
还是说,SL可以有training data,
USL就只是预先设置好的?
c****r
发帖数: 185
2
SL=classification
USL=clustering
I**********s
发帖数: 441
3
In supervised learning, you know the answer and use the answer to direct the
adjustment of parameters to be learned while training.
In unsupervised learning, you don't know the answer. The program learns the
parameters by itself upon the internal relationships of the training data.
R*******N
发帖数: 7494
4
多谢,一般来说,
SVM,HMM,Markov Network,Bayes分别算哪种呢?

the
the

【在 I**********s 的大作中提到】
: In supervised learning, you know the answer and use the answer to direct the
: adjustment of parameters to be learned while training.
: In unsupervised learning, you don't know the answer. The program learns the
: parameters by itself upon the internal relationships of the training data.

g*****f
发帖数: 241
5
都是SL。

【在 R*******N 的大作中提到】
: 多谢,一般来说,
: SVM,HMM,Markov Network,Bayes分别算哪种呢?
:
: the
: the

a***n
发帖数: 404
6
unsuperised 太难了阿。。。 等于就是高智能发现

【在 g*****f 的大作中提到】
: 都是SL。
s******e
发帖数: 285
7
supervised: training data has labels,
unsupervised: training data unlabeled.

【在 R*******N 的大作中提到】
: 是不是可以简单地说,
: 后者是自动的,前者需要人为设置?
: 不知道这样理解对不对?
: 还是说,SL可以有training data,
: USL就只是预先设置好的?

R*******N
发帖数: 7494
8
With unlabeled data, how is the training performed?
Solely dependent on its own clustering?

【在 s******e 的大作中提到】
: supervised: training data has labels,
: unsupervised: training data unlabeled.

o******r
发帖数: 259
9
SOM is for USL.

【在 g*****f 的大作中提到】
: 都是SL。
I**********s
发帖数: 441
10
K-means is another example
1 (共1页)
进入CS版参与讨论
相关主题
graphical model, n-gram, HMM...SVM可以是Unsupervised的?
有没有啥好点的DAG的clustering 的算法啊?这里有人研究神经网络的吗?
来个比较Challenging的学术问题cluster 算法求教
速成machine learning?关于多维结构性数据的分类技术问题
在machine learning 里, clustering 和 classification 有什么区别?如何对100维的数据进行unsupervised clustering?
Classfication 比较好的算法是什么?做蛋白质折叠的预测,整篇NIPS难度大不大?
machine learning vs data mining courses请教 EE phd 自学 CS
Kalman Filter, Neural Network, HMM 有什么区别呢数据科学之江湖兵器谱 (转载)
相关话题的讨论汇总
话题: supervised话题: learning话题: training话题: data