isLouisHsu / isLouisHsu/isLouisHsu.github.io
PCA and LDA with Kernel | LOUIS' BLOG
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
https://louishsu.xyz/2019/09/05/PCA-and-LDA-with-Kernel/
前言核函数可将数据进行升维,在更高维度的空间进行数据分析,可以将线性不可分问题转换为线性可分问题,关于核函数,详细可查看Support Vector Machine 2.2核技巧。在PCA与LDA中分别介绍了主成分分析与线性鉴别分析,但这两种均为线性方法,本文利用核技巧将数据映射到高维空间,然后再用两种降维方法进行降维。 先升维再降维! 原理假设有$M$个$N$维样本组成数据矩阵$X_{N \ti
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides only a link to the PCA/LDA-with-kernel article and an excerpt; begin by reviewing that link and locating its corresponding post source in the repository. Confirm what change is intended and define completion before editing, because no target file, test, or acceptance criteria is given.
Written by the indexing model from the issue text.
Assessment
- Domain
- content, documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100