Machine Learning (Decision Trees, SVM) Quiz by DeepAlgorithms.in

This quiz is sponsored by DeepAlgorithms.in, a leading data scienceĀ / machine learning training/consultancy provider (classroom coachingĀ / online courses) based out of Hyderabad, India. Contact DeepAlgorithms to know details about their upcoming classroom/online training sessions. These questions can as well be used for checking/testing your for knowledge on data science for upcoming interviews. Following are some of the topics which are covered as part of this quiz:

  • Classification
  • Decision trees
  • Ensemble model
  • SVM
  • KNN

In Classification Model, Which Technique can help you to choose a threshold that balance sensitivity and specificity

Correct! Wrong!

In Decision Tree, by comparing the impurity across all possible splits in all possible Predictors, the next split is choosen. How we can measure the Impurity ?

Correct! Wrong!

How we can avoid the overfitting in Decision Tree

Correct! Wrong!

Predictive Errors are due to

Correct! Wrong!

Random Forest Modeling (Ensemble Modeling) uses

Correct! Wrong!

Gradient Boosting (Ensemble Modeling) uses

Correct! Wrong!

Support Vector Machines are based on the concept of decision planes that define decision boundaries. Which technique used to identify the right hyperplances

Correct! Wrong!

Which one is NOT used as a Kernel in Support Vector Machine Modeling

Correct! Wrong!

To Identify the similar(neighbouring) records, K-Nearest Neighbous uses which distance metrics

Correct! Wrong!

Machine Learning (Decision Trees, SVM) Quiz by DeepAlgorithms.in
You did extremely well!!
You did reasonably well!!
Better luck next time!!

Share your Results:

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Recent Posts

Feature Selection vs Feature Extraction: Machine Learning

Last updated: 2nd May, 2024 The success of machine learning models often depends on the…

16 hours ago

Model Selection by Evaluating Bias & Variance: Example

When working on a machine learning project, one of the key challenges faced by data…

22 hours ago

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

2 days ago

Mean Squared Error vs Cross Entropy Loss Function

Last updated: 1st May, 2024 As a data scientist, understanding the nuances of various cost…

2 days ago

Cross Entropy Loss Explained with Python Examples

Last updated: 1st May, 2024 In this post, you will learn the concepts related to…

2 days ago

Logistic Regression in Machine Learning: Python Example

Last updated: 26th April, 2024 In this blog post, we will discuss the logistic regression…

7 days ago