/home/leansigm/public_html/components/com_easyblog/services

SigmaWay Blog

SigmaWay Blog tries to aggregate original and third party content for the site users. It caters to articles on Process Improvement, Lean Six Sigma, Analytics, Market Intelligence, Training ,IT Services and industries which SigmaWay caters to

Classification using ML

Classification of data is very important in many organizations. They can be used to make decisions. But the task of classification can be very tedious. Now imagine a machine doing this job. Classification using machine learning is with the help of supervised learning approach and algorithms. Machine learns from the data input given to it and with the help of this learning, it classifies new observation.

For example, we want to check number of male and female members in an organization. Here we can train our machine to do this classification. 

Classification using machine learning is one of the trending technologies being used in various fields. It has many applications in many domains other than IT.

Various algorithms can be used to implement classification. There are two types of learners in classification – 
Lazy Learners - which simply store the training data and wait until a testing data appears. They classify the data based on most related data.
Eager Learners – that construct a classification model based on given training data.

Different classification algorithms are – Decision Tree, Naive Bayes, Artificial Neural Networks, K-nearest neighbor.

Read more about them and various evolution methods at https://towardsdatascience.com/machine-learning-classifiers-a5cc4e1b0623

 

Rate this blog entry:
3301 Hits
0 Comments
Sign up for our newsletter

Follow us