AI 模型主要可以分为以下类型:
Terminology used in this paper:50AI or AI system or AI technologies:products and services that are‘adaptable’and‘autonomous’in the sense outlined in our definition in section 3.2.1.AI supplier:any organisation or individual who plays a role in the research,development,training,implementation,deployment,maintenance,provision or sale of AI systems.AI user:any individual or organisation that uses an AI product.AI life cycle:all events and processes that relate to an AI system’s lifespan,from inception to decommissioning,including its design,research,training,development,deployment,integration,operation,maintenance,sale,use and governance.AI ecosystem:the complex network of actors and processes that enable the use and supply of AI throughout the AI life cycle(including supply chains,markets,and governance mechanisms).Foundation model:a type of AI model that is trained on a vast quantity of data and is adaptable for use on a wide range of tasks.Foundation models can be used as a base for building more specific AI models.Foundation models are discussed in more detail in section 3.3.3 below.51Impacted third party:an individual or company that is impacted by the outcomes of the AI systems that they do not use or supply themselves.48‘Is ChatGPT a cybersecurity threat?’TechCrunch,2023.49 OPWNAI:Cybercriminals starting to use ChatGPT,Check Point Research,2023.50 These are not intended to be legal definitions for the purposes of the framework.51 The value chain of general-purpose AI,Ada Lovelace Institute,2023.13A pro-innovation approach to AI regulation
一、视频一主要回答了什么是AI大模型,原理是什么。1、概念:生成式AI生成的内容,叫做AIGC2、概念与关系:相关技术名词1)AI——人工智能2)机器学习——电脑找规律学习,包括监督学习、无监督学习、强化学习。3)监督学习——有标签的训练数据,算法的目标是学习输入和输出之间的映射关系。包括分类和回归。4)无监督学习——学习的数据没有标签,算法自主发现规律。经典任务包括聚类,比如拿一堆新闻文章,让模型根据主题或内容特征分成具有相似特征的组。5)强化学习——从反馈里学习,最大化奖励或最小化损失;类似训小狗。6)深度学习——一种方法,参照人脑有神经网络和神经元(因为有很多层所以叫深度)。神经网络可以用于监督学习、无监督学习、强化学习。7)生成式AI——可以生成文本、图片、音频、视频等内容形式8)LLM——大语言模型。对于生成式AI,其中生成图像的扩散模型就不是大语言模型;对于大语言模型,生成只是其中一个处理任务,比如谷歌的BERT模型,可用于语义理解(不擅长文本生成),如上下文理解、情感分析、文本分类;3、技术里程碑——2017年6月,谷歌团队发表论文《Attention is All You Need》。这篇论文首次提出了Transformer模型,它完全基于自注意力机制(Self-Attention)来处理序列数据,而不需要依赖于循环神经网络(RNN)或卷积神经网络(CNN)。
一、视频一主要回答了什么是AI大模型,原理是什么。1、概念:生成式AI生成的内容,叫做AIGC2、概念与关系:相关技术名词1)AI——人工智能2)机器学习——电脑找规律学习,包括监督学习、无监督学习、强化学习。3)监督学习——有标签的训练数据,算法的目标是学习输入和输出之间的映射关系。包括分类和回归。4)无监督学习——学习的数据没有标签,算法自主发现规律。经典任务包括聚类,比如拿一堆新闻文章,让模型根据主题或内容特征分成具有相似特征的组。5)强化学习——从反馈里学习,最大化奖励或最小化损失;类似训小狗。6)深度学习——一种方法,参照人脑有神经网络和神经元(因为有很多层所以叫深度)。神经网络可以用于监督学习、无监督学习、强化学习。7)生成式AI——可以生成文本、图片、音频、视频等内容形式8)LLM——大语言模型。对于生成式AI,其中生成图像的扩散模型就不是大语言模型;对于大语言模型,生成只是其中一个处理任务,比如谷歌的BERT模型,可用于语义理解(不擅长文本生成),如上下文理解、情感分析、文本分类;3、技术里程碑——2017年6月,谷歌团队发表论文《Attention is All You Need》。这篇论文首次提出了Transformer模型,它完全基于自注意力机制(Self-Attention)来处理序列数据,而不需要依赖于循环神经网络(RNN)或卷积神经网络(CNN)。