Supervised Learning in Machine Learning
Introduction
Supervised learning is a machine learning technique where a model learns from labeled data. The dataset consists of input features \((x_1, x_2, x_3)\) and an output label \(y\). The goal is to find a function that maps inputs to correct outputs.