Day 4 - Instance-Based vs. Model-Based Machine Learning ๐ค
Instance-Based Machine Learning ๐๏ธ
๐น Description:
Instance-based learning, also known as lazy learning, stores the training data and makes predictions by comparing new data points with the stored instances. No explicit model is created during the ...
nischalbaidar.hashnode.dev2 min read