nerdexam
Huawei

H13-311_V3.5 · Question #9

In machine learning, what input the model needs to train itself and predict the unknown?

The correct answer is D. historical data. Historical data is correct because machine learning models learn patterns by processing examples of past inputs and known outcomes - this is what allows them to generalize and make predictions on new, unseen data. Without historical data, a model has nothing to learn from. A…

Machine Learning Basics

Question

In machine learning, what input the model needs to train itself and predict the unknown?

Options

  • AManual procedure
  • BNeural Networks
  • CTraining algorithm
  • Dhistorical data

How the community answered

(14 responses)
  • A
    14% (2)
  • B
    7% (1)
  • C
    7% (1)
  • D
    71% (10)

Explanation

Historical data is correct because machine learning models learn patterns by processing examples of past inputs and known outcomes - this is what allows them to generalize and make predictions on new, unseen data. Without historical data, a model has nothing to learn from.

A (Manual procedure) is wrong because machine learning is defined by its ability to learn automatically from data, not from step-by-step human-written rules. C (Training algorithm) is the method used to process the data, not the input itself - it is the mechanism, not the raw material. B (Neural Networks) is an architecture type, a structural choice for building models, and has nothing to do with what is fed into a model as input.

Memory tip: Think of a model like a student preparing for an exam - it studies past examples (historical data) to answer future questions it has never seen before.

Topics

#training data#model input#machine learning fundamentals#supervised learning

Community Discussion

No community discussion yet for this question.

Full H13-311_V3.5 Practice