Understanding Supervised Machine Learning
https://blog.calsoftinc.com/2019/05/understanding-supervised-machine-learning.html

Understanding Supervised Machine Learning

Machine learning is about using data to build intelligent artifacts that learn over time. It involves collecting and analyzing large amounts of data to extract information using various computational structures and algorithms.

Machine learning algorithms can be classified broadly into 3 categories:

Supervised Learning – Labelled data sets that are used to infer functions for labelling new data

Unsupervised Learning – Input data sets that are used to derive onto some structure of data and provide concise description of data. This leads to classification of data is some way.

Reinforcement Learning – Learning policies which provide specific directions to take actions based on delayed rewards and interactions with the environment

Let’s delve further into supervised learning

Supervised Machine Learning

Most of the supervised machine learning algorithms try to develop or build a model. The models can be described as a prediction system which use labelled historical data to train themselves for labeling future data.

Figure 1

As seen in figure 1, we typically have historical data which is run through some supervised machine learning algorithm to build a prediction system or model. Then at the time of using the model, an input X is given to the system which can be a set of observations that predicts an output Y.

The input X can be multidimensional, a combination of multiple factors and maybe some set of labelled observations which can be used to generate a prediction Y. Following are a few examples to illustrate:

  1. Prediction of stock prices – Multiple factors like today’s closing price, Sharpe ratio, volume traded , Bollinger band values can all be input factors (X values) to predict the future price of stock (Y value). Training data is historical stock trading data.
  2. Predict the recommended items for e-commerce apps– input factors like user age , gender, demographic details , last shopped item(X values) can act as input factors to predict recommended items (Y value) which user are likely to buy. Previous shopping history and user details can be used for training the system.

Supervised learning is about making assumptions and defining a well behaved function which is consistent with the data so we can generalize for future data. Its induction, goes from specific data to generalized rule using function approximation.

There are two types of supervised learning:

  1. Regression –Taking a set of inputs and getting a numerical prediction or a continuous value using a mapping function.
  2. Classification – Taking some kind of input and mapping it to a discrete label from a set of labels.

Given below are 2 examples that explain the difference between classification and regression

No alt text provided for this image

Table 1: Classification vs Regression Examples

There are different supervised learning algorithms which differ in multiple ways w.r.t performance during training vs performance during query, whether data is kept or discarded after a model is built, how easily a model can be updated when new data comes up. Table 2 lists few different algorithms used to build different supervised ML models used:

No alt text provided for this image

Table 2: Supervised Machine Learning Algorithms

More about the algorithms in future blogs!

Do get in touch with us to know more about Machine Learning and how we can help your organization to make sense of data and getting valuable insights out of it.

For more info: [email protected]

Source: https://blog.calsoftinc.com/2019/05/understanding-supervised-machine-learning.html

#AI #ML #AIML #IoT #Bigdata #Cloud #Analytics #storage #networking #virtualization #5g #5gedge #algorithm #CAS #NFV #NAS #SSD #SDN #dataprotection #predictiveanalytics #SAN #NAS #machinelearning


要查看或添加评论,请登录

Saurabh Somani的更多文章

社区洞察

其他会员也浏览了