Skip to content

Machine Learning

Machine Learning

Machine Learning

  • System that trains a model from input data

Most common classes of Machine Learning models

  • unsupervised ML models
    • no tags
      • grouping current data into groups to find patterns
  • supervised ML models
    • have label data / label tag
      • {For Example: [name, type, number]}
        • is used to predict data from past examples