boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - 外行请教Linear Discriminant Analysis(LDA)
相关主题
basic linear algebra questions??
统计研究生毕业,求工作内推!万分感谢!
虚心求教:想比较系统的学习数学,那位能推荐以下较好的master/bachelor program by distant-learning吗?万分感谢!!!
求推荐 学习MATLAB解决OPTIMIZATION 的书
数学书介绍(二)
how to prove this obvious thing
Re: one problem in stochastic process, t
****Help Needed, thanks****
问一个orthogonal transformation 的问题
seek help on a problem
相关话题的讨论汇总
话题: lda话题: linear话题: analysis话题: methods
进入Mathematics版参与讨论
1 (共1页)
b*******n
发帖数: 12321
1
大家好,我是学化学的,但是最近做的实验要用到Linear Dsicriminant Analysis(LDA)
分析数据
我稍微懂点PCA,知道可以用Matlab做PCA,但是请问,用MATLAB可以做LDA吗?
多谢!!!
^_^
d******e
发帖数: 7844
2
上网很容易搜到的。
做机器学习算法的人95%估计都用matlab。
查的时候查Fisher Linear Discriminant查到的结果应该会更多。

【在 b*******n 的大作中提到】
: 大家好,我是学化学的,但是最近做的实验要用到Linear Dsicriminant Analysis(LDA)
: 分析数据
: 我稍微懂点PCA,知道可以用Matlab做PCA,但是请问,用MATLAB可以做LDA吗?
: 多谢!!!
: ^_^

c*******h
发帖数: 1096
3
as far as i know, both classification and dimension reduction use
methods called `LDA'. The methods for these applications have the
same name, but they are different methods, though they share
something in common. is there any historical perspective that
explains why the two methods in two machine learning applications
happen to have the same name?

【在 d******e 的大作中提到】
: 上网很容易搜到的。
: 做机器学习算法的人95%估计都用matlab。
: 查的时候查Fisher Linear Discriminant查到的结果应该会更多。

d******e
发帖数: 7844
4
LDA一般情况下就是指Fisher Linear Discriminant.
对于机器学习,一般来说,Dimensionality reduction只是一个提取特征/Feature
Extracion的过程,然后可以配合各种不同的分类器/Classifier。
当然,统计课本里教的Fisher Linear Discriminant是包括分类过程的,其实就是FLD&
Nearest Centroid + L2 distance

【在 c*******h 的大作中提到】
: as far as i know, both classification and dimension reduction use
: methods called `LDA'. The methods for these applications have the
: same name, but they are different methods, though they share
: something in common. is there any historical perspective that
: explains why the two methods in two machine learning applications
: happen to have the same name?

c*******h
发帖数: 1096
5
dim reduction is not just for classification. it can be used for
visualization or data exploration.

FLD&

【在 d******e 的大作中提到】
: LDA一般情况下就是指Fisher Linear Discriminant.
: 对于机器学习,一般来说,Dimensionality reduction只是一个提取特征/Feature
: Extracion的过程,然后可以配合各种不同的分类器/Classifier。
: 当然,统计课本里教的Fisher Linear Discriminant是包括分类过程的,其实就是FLD&
: Nearest Centroid + L2 distance

b*******n
发帖数: 12321
6
多谢你的指教!!!
google LDA的时候找到一些教程,但是没有找到写好的code
我再去试试看好了
再次感谢了!!!!
^_^

【在 d******e 的大作中提到】
: 上网很容易搜到的。
: 做机器学习算法的人95%估计都用matlab。
: 查的时候查Fisher Linear Discriminant查到的结果应该会更多。

d******e
发帖数: 7844
7
寒... ..这个我当然知道。看帖注意看前后文

【在 c*******h 的大作中提到】
: dim reduction is not just for classification. it can be used for
: visualization or data exploration.
:
: FLD&

1 (共1页)
进入Mathematics版参与讨论
相关主题
seek help on a problem
一个线代问题
问gradient based methods
什么是Compressive Sensing?
research被卡住,极度想撞墙
请问一个Manifold和Curvature的问题
包子悬赏问题:polymomial's gradient
a question on brownian motion
关于markov decision process求解的复杂度
张的UNH数学系前同事的新文章:The Mystery of the Primes
相关话题的讨论汇总
话题: lda话题: linear话题: analysis话题: methods