A machine learning method that determines a predictive model using
data points with known outcomes. With labeled data, a model is
trained using feedback to optimize a prediction based on input data.
Commonly used supervised learning algorithms are decision trees,
logistic regression, and support vector machine.
Example: Predict product sale based on past sales, a chatbot, or predict a
temperature value from historical values.
A machine learning method that determines a predictive model using data points with known outcomes. With labeled data, a model is trained using feedback to optimize a prediction based on input data. Commonly used supervised learning algorithms are decision trees, logistic regression, and support vector machine. Example: Predict product sale based on past sales, a chatbot, or predict a temperature value from historical values.