Looking for MLG371 - MLG371 (2026-03-09 to 2026-03-20) test answers and solutions? Browse our comprehensive collection of verified answers for MLG371 - MLG371 (2026-03-09 to 2026-03-20) at connect.belgiumcampus.ac.za.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Image failed to load: Belgium Campus Stacked-01 | Examination: | Machine Learning MLG 3781 |
| Duration: | 150 minutes | |
| Total: |
| Examiner(s): | Abey. K, Matildah S, R. Jacob |
| Moderator(s): | Abey. K, Matildah S, R. Jacob |
Instructions. If any of the instructions are disobeyed, candidates shall expose themselves to disqualification from future examinations.
Important Instruction for Students Using Excel
If you choose to complete the calculations using Excel, you must only use the formulas exactly as they are provided on the lecture slides.
Please note that Excel contains many built-in formula functions that may produce slightly different answers due to rounding or calculation methods. For the purpose of this assessment, we will only accept answers that are obtained using the formulas provided on the slides.
Markers will not apply a range of acceptable answers. Therefore, if you use Excel functions or formulas that differ from those shown on the slides and your answer varies even slightly from the expected result, no marks will be awarded for that question.
Make sure you pay extra attention to the instructions given to each question in this paper.
Write then submit before the indicated time expires or before the time is up from when the invigilator started to time the session.
Logistic Regression Probability Model
Consider a logistic regression model. What is the general expression for the probability P(Y = 1 | X = x, θ), where:
Choose the correct expression:
In which of the following situations would it be appropriate to use logistic regression?
You are designing a Naïve Bayes classifier to predict whether a customer will buy a computer (Buy_Computer = Yes or No) based on a feature tuple
Bayes’ theorem gives the posterior probability:
When classifying a new customer, why is the division by P(X) often omitted when comparing P(Buy_Computer = Yes | X) and P(Buy_Computer = No | X)?
Select one:
Support vector machines, like logistic regression models, give a probability distribution over the possible labels given an input example.
In SVMs, what is the role of the kernel function ?
The K-Means objective function minimizes:
In logistic regression, the decision boundary is:
In a classification tree using the CART algorithm, which criterion is typically minimized at each split?
Which of the following statements about Information Gain is correct?