Showing posts with label Steps of Machine Learning. Show all posts
Showing posts with label Steps of Machine Learning. Show all posts

Saturday, April 27, 2019

Machine Learning Process


Simple Picture of Machine Learning Modelling Process


Learning machine is computer algorithm to search patterns in massive data. This article will walk you through step by step Machine Learning (ML) process. 
It focuses on steps involved in ML process from scratch and is more useful for beginners who would be interested in learning complete picture of ML modelling.


Fig. 1: Overview of ML process

Figure 1 depicts main components of ML modelling process such as data preparation, model selection, model development, model evaluation and deployment however, Figure 2 shows detail view of all components.  


Fig. 2: Detail View of ML Modelling Process


Kindly follow my blog and stay tuned for more advanced post on confusion matrix and advanced classification measures. 

Thank you!


What is Support Vector Machine?

  What is Support Vector Machine? Support Vector Machine (SVM) is a supervised machine learning algorithm that is widely used in classificat...