{"id":212,"date":"2022-03-05T18:54:00","date_gmt":"2022-03-05T18:54:00","guid":{"rendered":"https:\/\/www.lancaster.ac.uk\/stor-i-student-sites\/harini-jayaraman\/?p=212"},"modified":"2022-04-05T18:42:00","modified_gmt":"2022-04-05T18:42:00","slug":"supervised-vs-unsupervised-learning","status":"publish","type":"post","link":"https:\/\/www.lancaster.ac.uk\/stor-i-student-sites\/harini-jayaraman\/supervised-vs-unsupervised-learning\/","title":{"rendered":"Supervised Vs. Unsupervised Learning"},"content":{"rendered":"\n
\n
\n
\"\"<\/figure><\/div>\n\n\n\n

As the world is getting ‘smarter’ every day, most of the world is moving towards Machine learning and artificial intelligence to keep up with the expectations. Statistical machine learning encompasses automatic learning and data analysis procedures, which learn a task from a series of examples with the goal of identifying patterns and performing predictions under uncertainty. We will explore and understand the differences between the two main machine learning methods in this blog<\/p>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n

<\/p>\n\n\n\n

What is Supervised Learning?<\/strong><\/h2>\n\n\n\n

Supervised learning, as the name indicates, has the presence of a supervisor as a teacher. Basically, Supervised learning is when we teach or train the machine to use the data that is well defined and labelled. Just as a child, how we aren’t able to identify the fruits or vegetables right until we get to see, feel, and learn from the inputs, the same logic is applied here to the machines. In supervised learning, models need to find the mapping function to map the input variable (X) with the output variable (Y). The goal of supervised learning is to train the model so that it can predict the output when it is given new data.<\/p>\n\n\n\n

For example, let’s assume we have images of different types of fruits. The task of our supervised learning model is to identify the fruits and classify them accordingly. So to identify the image in supervised learning, we will give the input data as well as output for that, which means we will train the model by the shape, size, color, and taste of each fruit. Once the training is completed, we will test the model by giving the new set of fruit. The model will identify the fruit and predict the output using a suitable algorithm. <\/p>\n\n\n\n

Supervised learning can be separated into two types of problems, classification and regression.<\/p>\n\n\n\n