Thus, the computer can learn from the data to make predictions from extracting the features from the data.

The training sample is often transformend into a string of numbers. And features are usually extracted from the numbers. Algorithms like nearest neighbor, linear regression, and logistic regression can be used to make predictions.

For example, in speech recognition, the computer can learn from the features in sound waves to recognize the speech.

Also, in spam detection, the computer can learn from the features in the text to classify the email as spam or not.

Now, do you want to look at another example where the computer can learn from the features and make predictions on continuous values?