Classification model: Difference between revisions

no edit summary
(Created page with "==Introduction== Machine learning is a branch of computer science that allows computers to learn from data without being explicitly programmed. One major goal is creating models that can automatically make predictions based on input data. A classification model, for instance, utilizes machine learning algorithms in order to predict which class a new input belongs in. ==What is a Classification Model?== Classification models are machine learning algorithms that take inpu...")
 
No edit summary
Line 1: Line 1:
==Introduction==
==Introduction==
Machine learning is a branch of computer science that allows computers to learn from data without being explicitly programmed. One major goal is creating models that can automatically make predictions based on input data. A classification model, for instance, utilizes machine learning algorithms in order to predict which class a new input belongs in.
In [[machine learning]], a [[classification model]] predicts which [[class]] a new [[input]] belongs to. In contrast, [[regression model]]s predict numbers rather than [[classes]].


==What is a Classification Model?==
==What is a Classification Model?==