Unit 4

Machine Learning

Artificial Intelligence

[28.1] In a machine learning model, how do the training, validation, and test sets differ?

[28.2] True / False questions.


    a) Testing data includes data from the training stage.
    b) The model is run on the testing data multiple times like validation data.
    c) A lot of data is always good.
    d) The more training data there is, the more accurate the model becomes.
    e) Validation data is evaluated multiple times during model development.
    f) The test data is used to repeatedly adjust and improve the model.
    g) The accuracy score is calculated by comparing predicted results with actual results.
    

[28.3] Why is it bad to use training or validation data when testing the model?

[28.4] Ariel uses 100% of her data to train her model and then tests and validates using the same data. Is this good?

[28.5] James uses 70% training, 10% validation, and 20% testing. Is this a good approach?

[28.6] Carlos trains on all data and tests using the same dataset. Should he use this model?

[28.7] In machine learning, the data is split into the training set and the ______ set.

[28.8] What does it mean for a model to be overfitting?

[28.9] Why do we use heuristics?