← Back to Dictionary

Types of Machine Learning

What are the types of Machine Learning?

ML models are trained to solve different business prediction problems like classification (predict what class an example falls into), regression (predict a number), and language modeling (predict the text tokens to output based on some input text).Β  Training a ML model involves collecting and managing training data examples, using a ML algorithm that includes an error function to evaluate the accuracy of examples, and then an optimization process to fit the data points to the model.

The most popular machine learning types are: