Today it's bit more on classes in python. It is similar to C# / C++ / Java
November 26, 2016
November 11, 2016
Day #41 - Machine Learning Interesting Qns
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!!!
Labels:
Data Science,
Data Science Tips
November 05, 2016
Day #40 - Download Images from Web using Python
This post is about downloading images from a URL
- Read from the input file
- Perform recursive download for all files
- Try catch handled errors and downloaded file successfully
Labels:
Data Science,
Data Science Tips
Subscribe to:
Posts (Atom)