Machine Learning Overview

·

1 min read

STEPS FOR SOLVING MACHINE LEARNING PROBLEM

  1. Which problem are you trying to solve ?
  2. What data do we have ?
  3. What defines the success of your model?
  4. What are the features of data that you have ?
  5. What kind of model is suitable for this?
  6. Experiment ....

TYPES OF MACHINE LEARNING PROBLEMS

  1. Supervised problem -> I know my inputs & outputs
  2. Unsupervised problem -> I know only my inputs
  3. Transfer problem -> I can solve this problem by taking machine learning model of
                                   similar problem
    

TYPES OF DATA

  1. Structured Data -> e.g data with rows & columns
  2. Unstructured Data -> e.g Images & texts