Noahhobe / TeamOne2020

1 stars 0 forks source link

Incremental Analysis in Machine Learning #64

Open Noahhobe opened 3 years ago

Noahhobe commented 3 years ago

This article gives a simple beginners explanation of incremental analysis, the method by which some machine learning models learn. The basics are that clustering is used to group data, and then labels are assigned by the classifier. Clustering and classifying are used consecutively to create new labels and classify data based on these labels.