-
Recent Posts
Archives
Categories
Author Archives: admin
Configure Hadoop
Configure Hadoop Machines 1 Create hadoop user. Although you don’t have to create a hadoop user, but this is a good practice. # sudo addgroup hadoop # sudo adduser –ingroup hadoop hadoop # sudo adduser hadoop admin Now you can … Continue reading
Posted in Uncategorized
Leave a comment
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
Members of the TSSG-KDDG Group
Dr Willie Donnelly (wdonnelly :AT: tssg.org) Micheal O Foghlu (mofoghlu :AT: tssg.org) Barry Downes (bdownes :AT: tssg.org) Dr Huaiguo Fu (hfu :AT: tssg.org) Eric Robson (erobson :AT: tssg.org) Bernard Butler (bbutler :AT: tssg.org) Annie Ibrahim (aibrahim :AT: tssg.org)
Posted in Uncategorized
Leave a comment