Model Based vs. Instance Based Learning

Model Based vs. Instance Based Learning

  • In model based learning, models learn weights/underlying distribution from the sample dataset
    • I.E. Neural Network
  • In instance based learning, model use the whole dataset as features
    • I.E. K-nearest neighbour


Related Notes