(New page: The classifiers do not use any model to fit the data and only based on memory. The KNN uses neighborhood classification as the predication value of the new query. It has advantages - nonpa...) |
m |
||
Line 1: | Line 1: | ||
The classifiers do not use any model to fit the data and only based on memory. The KNN uses neighborhood classification as the predication value of the new query. It has advantages - nonparametric architecture, simple and powerful, requires no traning time, but it also has disadvantage - memory intensive, classification and estimation are slow. Please refer to KNN tutorial website. | The classifiers do not use any model to fit the data and only based on memory. The KNN uses neighborhood classification as the predication value of the new query. It has advantages - nonparametric architecture, simple and powerful, requires no traning time, but it also has disadvantage - memory intensive, classification and estimation are slow. Please refer to KNN tutorial website. | ||
− | + | #[http://people.revoledu.com/kardi/tutorial/KNN KNN Tutorial] : Contents are below | |
− | + | #*How K-Nearest Neighbor (KNN) Algorithm works? | |
− | + | #*Numerical Example (hand computation) | |
− | + | #*KNN for Smoothing and Prediction | |
− | + | #*How do we use the spreadsheet for KNN? | |
− | + | #*Strength and Weakness of K-Nearest Neighbor Algorithm | |
− | + | #*Resources for K Nearest Neighbors Algorithm | |
− | + | #[http://www.nlp.org.cn/docs/20020903/36/kNN.pdf KNN] | |
− | + | #[http://http/www.chem.agilent.com/cag/bsp/products/gsgx/Downloads/pdf/class_prediction.pdf Class Prediction using KNN] | |
− | + | #[http://en.wikipedia.org/wiki/Nearest_neighbor_(pattern_recognition) WIKIPEDIA] | |
− | + | ||
− | + | ||
− | + |
Revision as of 09:53, 26 April 2008
The classifiers do not use any model to fit the data and only based on memory. The KNN uses neighborhood classification as the predication value of the new query. It has advantages - nonparametric architecture, simple and powerful, requires no traning time, but it also has disadvantage - memory intensive, classification and estimation are slow. Please refer to KNN tutorial website.
- KNN Tutorial : Contents are below
- How K-Nearest Neighbor (KNN) Algorithm works?
- Numerical Example (hand computation)
- KNN for Smoothing and Prediction
- How do we use the spreadsheet for KNN?
- Strength and Weakness of K-Nearest Neighbor Algorithm
- Resources for K Nearest Neighbors Algorithm
- KNN
- Class Prediction using KNN
- WIKIPEDIA