I do read through a lot of materials. Some readings are very clear and needs bookmark. Some of those questions and answers
- How does KNN predict class label for new example ?
- Find the nearest K neighbour of example which needs to be classified. Take the major vote based on class labels of the K neighbours found
- Classification - Map input to discrete outputs
- Generative Model - Naive Bayes
- Discriminative Model - SVM, Decision Trees, Neural Networks, Boosting, KNN
- Regression - Map input to continuous outputs
- Decision Tress - Embedded Implicit Feature Selection method
- PCA
- Taking Data into a new space
- Number of Eigen Values = Number of original dimensions
- Pick the top k Eigen Value Vectors
8. Linearly non-separable in normal plane. With SVM Kernal Technique we can project it in hyper plane and make it linearly separable
9. Linearly Separable
Happy Learning!!!
No comments:
Post a Comment