AdaBoost, PCA (Capstone Project)

버전 1.0.0.0 (3.95 MB) 작성자: Bhartendu
Capstone Project: PCA & AdaBoost concepts are applied to 'Car Detection' from images
다운로드 수: 554
업데이트 날짜: 2017/5/28

라이선스 보기

Dataset: UIUC Image Database for Car Detection ( https://cogcomp.cs.illinois.edu/Data/Car/ )
PCA
(a) Finding the best k, where k is the dimension of the optimal subspace to which the data is projected.
(b) Suitable classification algorithm on new data and various performance measure.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| AdaBoost : Implemented in 2-dimensional projection space. (i.e.Number of Pricipal Components = 2) |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AdaBoost :
AdaBoost (Adaptive Boosting) generates a sequence of hypothesis and combines them with weights.

::Choosen Weak classifiers::
1. GDA
2. Knn (NumNeighbors = 30)
3. Naive Bayes
4. Linear (Logistic Regression*)
Refer to: https://www.iist.ac.in/sites/default/files/people/in12167/adaboost.pdf

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Contents

Initialization, Dataset : *'CarPixels.csv'* :: Generated from: UIUC Image Database for Car Detection
Sample Images (Random)
Applying PCA
Performance Measure & Optimal number of Principal Components (K)
Explaind-Variance Curve
Performace Measure
Reconstruction of Images

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Adaboost (GDA, Knn, NB, Logistic) |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Applying AdaBoost
Initialization (2-dimension)
Gaussian Discriminant Analysis Classification
Knn Classification
Naive Bayes Classification
Logistic Regression
Conclusions

Related Examples:
1. SVM
https://in.mathworks.com/matlabcentral/fileexchange/63158-support-vector-machine

2. SVM using various kernels
https://in.mathworks.com/matlabcentral/fileexchange/63033-svm-using-various-kernels

3. SVM for nonlinear classification
https://in.mathworks.com/matlabcentral/fileexchange/63024-svm-for-nonlinear-classification

4. SMO
https://in.mathworks.com/matlabcentral/fileexchange/63100-smo--sequential-minimal-optimization-

인용 양식

Bhartendu (2024). AdaBoost, PCA (Capstone Project) (https://www.mathworks.com/matlabcentral/fileexchange/63161-adaboost-pca-capstone-project), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0