Question 1

What is the best way to evaluate the quality of the model found by an unsupervised algorithm like k-means clustering, given metrics for the cost of the clustering (how well it fits the data) and its stability (how similar the clusters are across multiple runs over the same data)?
  • Question 2

    A fruit may be considered to be an apple if it is red, round, and about 3" in diameter. A naive Bayes classifier considers each of these features to contribute independently to the probability that this fruit is an apple, regardless of the
  • Question 3

    You are creating a regression model with the input income, education and current debt of a customer, what could be the possible output from this model.
  • Question 4

    Which method is used to solve for coefficients bO, b1, ... bn in your linear regression model:
  • Question 5

    Select the sequence of the developing machine learning applications
    A) Analyze the input data
    B) Prepare the input data
    C) Collect data
    D) Train the algorithm
    E) Test the algorithm
    F) Use It