Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gaussian Discriminant Analysis #304

Closed
rcurtin opened this issue Dec 29, 2014 · 2 comments
Closed

Gaussian Discriminant Analysis #304

rcurtin opened this issue Dec 29, 2014 · 2 comments

Comments

@rcurtin
Copy link
Member

rcurtin commented Dec 29, 2014

Reported by sumedhghaisas on 5 Nov 44045265 09:25 UTC
Gaussian Discriminant Analysis or Quadratic Discriminant Analysis
assumes P(X | Y) is a multivariate Gaussian distribution

Attached Files:
GDA.h
GDA.cpp

Migrated-From: http://trac.research.cc.gatech.edu/fastlab/ticket/317

@rcurtin rcurtin self-assigned this Dec 29, 2014
@rcurtin rcurtin added this to the mlpack 1.1.0 milestone Dec 29, 2014
@rcurtin
Copy link
Member Author

rcurtin commented Dec 30, 2014

Commented by rcurtin on 5 Dec 44045773 05:13 UTC
Hey Sumedh,

Thanks for the contribution! A couple questions:

  • Can you write a test to guarantee that GDA works?
  • How is GDA related to LDA and kernel LDA? I think that GDA is kernel LDA with a Gaussian as the kernel. If this is true, can we generalize your GDA implementation to be kernel LDA? Then we can use the whole set of mlpack kernels that we already have.

@rcurtin rcurtin removed their assignment Dec 30, 2014
@rcurtin rcurtin assigned rcurtin and sumedhghaisas and unassigned rcurtin Jan 9, 2015
@rcurtin
Copy link
Member Author

rcurtin commented Jan 9, 2015

Hey Sumedh, I'm going to close this for inactivity since it's been so long. If you want to reopen it, feel free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants