Jump to content

A machine learning question

ZraxIA
Go to solution Solved by igormp,

Both are rule-based systems, but with the decision tree you have it more "automated" since you can see which variables bring you the most value. As an example, with ID3 you'd have the information gain and entropy for each attribute, which would be calculated based on your available dataset, whereas with a regular, old-style rule-based system you'd do so by hand.

figured i would find someone hear who has some experience, what algorithm is more optimal, rule based extraction, or decision tree induction based on runtime, space needed ,etc

 

Link to comment
Share on other sites

Link to post
Share on other sites

Both are rule-based systems, but with the decision tree you have it more "automated" since you can see which variables bring you the most value. As an example, with ID3 you'd have the information gain and entropy for each attribute, which would be calculated based on your available dataset, whereas with a regular, old-style rule-based system you'd do so by hand.

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×