机器学习的基本方法之一,使用未标注数据训练模型,通过自监督等策略让模型自动发现数据中的规律,是GPT系列大模型预训练的基础
Machine learning is typically divided into three major paradigms: supervised learning, unsupervised learning, and reinforcement learning.
机器学习分为监督学习、非监督学习和半监督学习三大类