Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MachineLearning @ TWCL

tewei
October 21, 2014

MachineLearning @ TWCL

tewei

October 21, 2014
Tweet

More Decks by tewei

Other Decks in Technology

Transcript

  1. Types of ML Supervised (With Label) Regression (Output Continuous) Clustering

    (Output Discrete) Unsupervised (Without Label) Reinforcement (Long-Term Reward)
  2. Check for base cases For each attribute a Find the

    normalized information gain ratio from splitting on a Let a_best be the attribute with the highest normalized information gain Create a decision node that splits on a_best Recurse on the sublists obtained by splitting on a_best, and add those nodes as children of node