Information Technology
Artificial Intelligence
C Programming
Cloud Computing
Computer Graphics
Computer Network
Computer Organization & Architecture
Data Communications
Data Mining and Data Warehousing
Data Structure and Algorithm
Database Management System
Digital Image Processing
Digital Logic
Digital Marketing
Distributed Database System
E-Commerce
Fundamentals of Computer
Geographical Information System
IT Project Management
Microprocessors
OOP Java
Operating System
Optical Fiber Communication
Real Time System
Semantic Web Technologies
Software Engineering
System Analysis and Design
Theory of Computation
Visual Programming (VP)
Web Technology
Management
Advantage and Disadvantage
Adventure in English
Banking
Business Environment
Business Law
Business Statistics
Corporate Finance
E-Business
Financial Institutions and Market
Financial Management
Fundamentals of Sociology
General Psychology
Human Resource Management
International Business
International Financial Management
Investment Management
Macroeconomics
Management Information System - MIS
Management of Innovation
Marketing
Microeconomics
Microfinance
Nepalese Society and Politics
Operation Management
Organizational Behavior
Principle of Management
Strategic Management
Science
Biology
Universties
Login
Sign Up
Home
Machine Learning
Questions
Short Question
What are Bayesian Networks (BN) ?
3 years ago
Machine Learning
0
Sanisha Maharjan
Jan 10, 2022
More related questions
1. What is Overfitting? And how do you ensure you’re not overfitting with a model?
2. What is the difference between Entropy and Information Gain?
3. List the advantages and disadvantages of using Neural Networks.
4. Describe a hash table.
5. What is the meshgrid () method and the contourf () method? State some usesof both.
6. What are some differences between a linked list and an array?
7. What is shattering a set of points? Explain VC dimension.
8. What are hyperparameters and how are they different from parameters?
9. What is the difference between a generative and discriminative model?
10. What is the significance of Gamma and Regularization in SVM?
11. Differentiate between Statistical Modeling and Machine Learning?
12. Mention why feature engineering is important in model building and list out some of the techniques used for feature engineering.
13. Mention some of the EDA Techniques?
14. How would you handle an imbalanced dataset?
15. List the advantages and limitations of the Temporal Difference Learning Method.
16. Model accuracy or Model performance? Which one will you prefer and why?
17. What’s the difference between probability and likelihood?
18. Explain the difference between Lasso and Ridge?
19. What is Naive Bayes? Why is it Naive?
20. What is Bayes’ Theorem? State at least 1 use case with respect to the machine learning context?
21. Keeping train and test split criteria in mind, is it good to perform scaling before the split or after the split?
22. Explain the term instance-based learning.
23. Define and explain the concept of Inductive Bias with some examples.
24. State the limitations of Fixed Basis Function.
25. Name and define techniques used to find similarities in the recommendation system.
26. How do we deal with sparsity issues in recommendation systems? How do we measure its effectiveness? Explain.
27. List all types of popular recommendation systems? Name and explain two personalized recommendation systems along with their ease of implementation.
28. How can we use a dataset without the target variable into supervised learning algorithms?
29. Name a popular dimensionality reduction algorithm.
30. Is it possible to test for the probability of improving model accuracy without cross-validation techniques? If yes, please explain.
31. Why boosting is a more stable algorithm as compared to other ensemble algorithms?
32. What is OOB error and how does it occur?
33. What are overfitting and underfitting? Why does the decision tree algorithm suffer often with overfitting problem?
34. What are ensemble models? Explain how ensemble techniques yield better learning as compared to traditional classification ML algorithms?
35. What is Kernel Trick in an SVM Algorithm?
36. What are Kernels in SVM? List popular kernels used in SVM along with a scenario of their applications.
37. How does the SVM algorithm deal with self-learning?
38. Explain Dependency Parsing in NLP?
39. Differentiate between K-Means and KNN algorithms?
40. Which machine learning algorithm is known as the lazy learner and why is it called so?
41. What does the term Variance Inflation Factor mean?
42. What could be the issue when the beta value for a certain variable varies way too much in each subset when regression is run on different subsets of the given dataset?
43. Why is logistic regression a type of classification technique and not a regression? Name the function it is derived from?
44. When does the linear regression line stop rotating or finds an optimal spot where it is fitted on data?
45. List all assumptions for data to be met before starting with linear regression.
46. What is target imbalance? How do we fix it? A scenario where you have performed target imbalance on data. Which metrics and algorithms do you find suitable to input this data onto?
47. Differentiate between regression and classification.
48. What is Linear Regression?
49. How do we check the normality of a data set or a feature?
50. List the most popular distribution curves along with scenarios where you will use them in an algorithm.
51. Explain the difference between Normalization and Standardization.
52. What is the difference between regularization and normalisation?
53. You built a DL model, and while training it, you noticed that after a certain number of epochs, the accuracy is decreasing. What’s the problem and how to fix it? The answer should be around overfitting.
54. Give me an example of supervised learning and another for unsupervised learning?
55. Suppose, you found that your model is suffering from high variance. Which algorithm do you think could handle this situation and why?
56. Both being tree-based algorithms, how is Random Forest different from Gradient Boosting Algorithm (GBM)?
57. Why do we need a validation set and a test set?
58. What is Overfitting in Machine Learning and how can you avoid?
59. We know that one hot encoding increases the dimensionality of a dataset, but label encoding doesn’t. How?
60. Why rotation is required in PCA? What will happen if you don’t rotate the components?
61. What is PCA in Machine Learning?
62. How do you handle the missing or corrupted data in a dataset?
63. Imagine, you are given a dataset consisting of variables having more than 30% missing values. Let’s say, out of 50 variables, 8 variables have missing values, which is higher than 30%. How will you deal with them?
64. Explain Logistic Regression.
65. When should you use classification over regression?
66. What do you understand by Type I and Type II errors?
67. Explain false negative, false positive, true negative, and true positive with a simple example.
68. What is Variance Inflation Factor?
69. What is epoch in Machine Learning?
70. What is entropy in Machine Learning?
71. What is cross-validation in Machine Learning?
72. What is Bayes’ theorem in Machine Learning?
73. What are the differences between Supervised and Unsupervised Machine Learning?
74. Give a popular application of machine learning that you see on day to day basis?
75. What are two techniques of Machine Learning ?
76. What is sequence learning?
77. What are the different categories you can categorized the sequence learning process?
78. What is PAC Learning?
79. What is batch statistical learning?
80. What are the areas in robotics and information processing where sequential prediction problem arises?
81. What are the different methods for Sequential Supervised Learning?
82. What are the components of relational evaluation techniques?
83. What are support vector machines?
84. What is dimension reduction in Machine Learning?
85. What is PCA, KPCA and ICA used for?
86. What is an Incremental Learning algorithm in ensemble?
87. What is bias-variance decomposition of classification error in ensemble method?
88. What is the general principle of an ensemble method and what is bagging and boosting in ensemble method?
89. What are the two paradigms of ensemble methods?
90. When to use ensemble learning?
91. Why ensemble learning is used?
92. What is ensemble learning?
93. What are the two classification methods that SVM ( Support Vector Machine) can handle?
94. Why instance based learning algorithm sometimes referred as Lazy learning algorithm?
95. Explain the two components of Bayesian logic program?
96. What is Perceptron in Machine Learning?
97. What is the difference between heuristic for rule learning and heuristics for decision trees?
98. Which method is frequently used to prevent overfitting?
99. What are the two methods used for the calibration in Supervised Learning?
100. What is Model Selection in Machine Learning?
101. What is Inductive Logic Programming in Machine Learning?
102. What is Genetic Programming?
103. In what areas Pattern Recognition is used?
104. What are the advantages of Naive Bayes?
105. What is classifier in machine learning?
106. What is the difference between artificial learning and machine learning?
107. What is algorithm independent machine learning?
108. Explain what is the function of ‘Supervised Learning’?
109. Explain what is the function of ‘Unsupervised Learning’?
110. What is not Machine Learning?
111. List down various approaches for machine learning?
112. What is ‘Training set’ and ‘Test set’?
113. What is the standard approach to supervised learning?
114. What is the standard approach to supervised learning?
115. What are the three stages to build the hypotheses or model in machine learning?
116. What are the different Algorithm techniques in Machine Learning?
117. What are the five popular algorithms of Machine Learning?
118. What is inductive machine learning?
119. How can you avoid overfitting ?
120. Why overfitting happens?
121. What is ‘Overfitting’ in Machine learning?
122. Mention the difference between Data Mining and Machine learning?
123. What is Machine learning?
Questions Bank
View all Questions