Category Archives: Supervised learning

Using c4.5

C4.5 is a wide used supervised learning algorithm, which is famous as one of the classic decision tree induction algorithm, invented by Ross Quinlan. It can perform both classification task and regression task. C4.5 is particularly interested by some data … Continue reading

Posted in Supervised learning | Leave a comment

Incremental learning

In industrial life, data usually become available gradually, this fact requires data analysis systems to have the capability to learn information incrementally. Learning from new data without forgetting prior knowledge is known as incremental learning. Its requirement become challenge since … Continue reading

Posted in Supervised learning | Tagged | Leave a comment