HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
장지원 페이지/
기계학습개론
기계학습개론
/
#13. Dimensionality Reduction(PCA/Auto-encoder)

#13. Dimensionality Reduction(PCA/Auto-encoder)

선택
fin
참고 자료
텍스트
Apr 9, 2024
보편적으로 사용되는 분야 (정해진 것은 아님,classification model이 regression할 수 있도록 할 수 있다)
Classification
차수 (일주일 단위)
7-2.
📌
차원 축소에 관한 내용이다.
 

[Dimensionality Reduction]

What
 
 
SVD
notion image
notion image
 
응용 분야
  • Data Compression
  • Data Reduction
  • Data Classification
  • Trend Analysis
  • Factor Analysis
  • Noise Reduction
 
PCA
: var maxima 할 수 있는 것 찾기
Kernel PCA 하면 non-linear에 대해서도 할 수 있다.
 
Auto Encoder
차원 축소를 NN으로 해결