Deep Learning CC - rFronteddu/general_wiki GitHub Wiki

Supervised learning is a type of machine learning that trains a model on labeled data. In supervised learning, each input is associated with an output, or target, and the neural network learns by iteratively adjusting its parameters to minimize the difference between its predictions and the actual outputs.