If the dependent variable is numeric, the neural network is typically used for

Prepare for the Data Mining Test with our comprehensive quizzes. Practice with various question types, each with hints and explanations. Boost your understanding and ensure success on your exam!

Multiple Choice

If the dependent variable is numeric, the neural network is typically used for

Explanation:
When the target variable is numeric, you’re predicting a continuous value from inputs. A neural network this setup learns a mapping to real numbers and is trained with regression losses such as mean squared error or mean absolute error. The output layer is typically linear, allowing any real-valued prediction. This is different from classification, which predicts categories and uses probability-like outputs (sigmoid or softmax). Dimensionality reduction and clustering are not supervised prediction of a numeric target; they serve other purposes like reducing features or grouping similar data. So the task best described here is regression.

When the target variable is numeric, you’re predicting a continuous value from inputs. A neural network this setup learns a mapping to real numbers and is trained with regression losses such as mean squared error or mean absolute error. The output layer is typically linear, allowing any real-valued prediction. This is different from classification, which predicts categories and uses probability-like outputs (sigmoid or softmax). Dimensionality reduction and clustering are not supervised prediction of a numeric target; they serve other purposes like reducing features or grouping similar data. So the task best described here is regression.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy