
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
You are tasked with creating a predictive model to estimate housing prices. Given the limited budget, you need to execute this model on a single virtual machine that has constrained computational resources. With these limitations in mind, which learning algorithm would be most appropriate to use?
A
Linear regression
B
Logistic classification
C
Recurrent neural network
D
Feedforward neural network
Explanation:
Linear regression is the correct answer because it is computationally less resource-intensive compared to other options like neural networks. Given the budget constraints and the need to run the model on a single resource-constrained virtual machine, linear regression is the most efficient choice. It is suitable for predicting continuous numerical values, such as housing prices, and does not require specialized hardware like GPUs, making it a practical solution for this scenario.