Across
- 2. linear and non-linear problems
- 6. is used to handle regression problems
- 9. are the images and videos data
- 14. should not be used if the number of observations is lesser than the number of features, otherwise, it may lead to overfitting.
- 15. is a type of machine learning technique that enables an agent to learn in an interactive environment by trial and error
- 16. that can be used for both classification and Regression problems
- 17. is a simple learning algorithm that utilizes Bayesrule together with a strong assumption that the attributes are conditionally independent, given the class.
- 18. different types of SVMs
Down
- 1. is used to handle the classification problems.
- 3. are a set of supervised learning methods used for classification, regression and outliers detection.
- 4. types of machine learning
- 5. is used for the prediction of data
- 7. is labelled data and hence supervised learning
- 8. Has more flexibility for non-linear data because you can add more features to fit a hyperplane instead of a two-dimensional space.
- 10. is a classification algorithm consisting of many decisions trees.
- 11. types of Regression
- 12. is about predicting a label
- 13. Typically used for linear regression and classification problems.