A gentle introduction to Machine Learning

Introduction

  1. We have a certain input data.
  2. We are looking for a certain outcome or output.
  3. We have a rough idea of the steps in involved in getting to the desired output from the given input.
  4. We then write the detailed steps involved and get the computer to solve it for us.

What then is the solution?

Essential steps to solving a problem through ML

  1. Data preparation
  2. Split the data into Training set and Test Set
  3. Choose a model for learning from the training set.
  4. Validate the model’s efficacy through test set.
  5. If the model performs well on the test set, then go live. Else, iterate through steps 3 to 5.

Data Preparation for recognition of digits

Leave a Comment

Your email address will not be published. Required fields are marked *