Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
suyashi29
GitHub Repository: suyashi29/python-su
Path: blob/master/Machine Learning Ensemble Methods/Machine Learning and Implementation.ipynb
7216 views
Kernel: Python 3 (ipykernel)

Machine Learning

Machine Learning is a branch of Artificial Intelligence where computers learn patterns from data and make predictions or decisions without being explicitly programmed.

image-2.png

image-3.png

Comparison Table

TypePurposeOutputExample
ClassificationPredict categoryClassSpam detection
RegressionPredict numberValueHouse price
ClusteringGroup similar dataClustersCustomer segmentation
AssociationFind relationshipsRulesProduct recommendation

Machine Learning Workflow

Below is the typical ML workflow:

image.png