ADK.wang AI & 软件技术百科
全库汇聚全球 22,000+ 核心技术词条,深度引证上千本行业权威学术专著,涵盖大模型原理、云原生、架构设计与工程效能。
22,077
全量学术技术词条
9 大
核心专业领域体系
10,000+
权威专著深度引证
100%
原书精粹与工业对齐
专业技术领域分类
共 940 篇词条原型模式
Prototype Pattern
它 包 括 工 厂 模 式 (Factory Pattern )、单例模式(Singleton Pattern )、原型模式(Prototype Pattern )、建造者模 式( Builder Pattern )。
提示模板
Prompts
当我们通过大模型构建应用时,很多时候会有一些重复的指令,因此,通过LangChain构建的应用程序,很多时候并不会直接将用户输入的指令传递给LLM,而是将其嵌入一个更大的上下文模板中,称为提示模板(Prompt Template)。
模型剪枝
Pruning
❷ 模 型 的 性能 优化 : AI训练师可以采用一系列技术手段来减小模型的体积、降低 计算复杂度并提高运行速度,包括模型剪枝(Model Pruning)、模型量化(Model Quantization)、知识蒸馏(Knowledge Distillat...
端口绑定
Port binding
(7)通过端口绑定(Port binding)来提供服务 符合十二要素的应用程序可以自我加载而不依赖于任何网络服务器。
合页损失
Pairwise Hinge Loss
不信你看:当第一项经验误差项是平方损失(Suqare Loss)时,机器学习模型便是线性回归;当第一项变成指数损失(Exponential Loss)时,模型则是著名的Adaboost(一种集成学习树模型算法);而当第一项为合页损失(Hinge Loss)...
Protected Health Information (PHI)
Massive Breach of Protected Health Information (PHI) A compromise of
数据处理
Processor
数据处理(Data Handling)伦理关注的是如何以符合伦理原则的方式获取、存储、管理、使用和处置数据。
Projected Gradient Descent (PGD)
Projected Gradient Descent (PGD), which systematically perturb input
任务指令
Prompt
ChatGLM使用了最先进的深度学习前沿技术,经过约1TB标识符的中英双语训练,辅以监督微调、特定任务指令(Prompt)训练、人类反馈强化学习等技术,针对中文问答和对话进行了优化。
感知记忆
Perceptual Memory
最后,为了与日益丰富的多媒体交互,我们引入了感知记忆 (Perceptual Memory)。
Pod Security Admission (PSA)
Kubernetes’ Pod Security Admission (PSA) enforces security policies at
Pacific Economic Cooperation (APEC)
social and environmental benefits in all Asia-Pacific Economic Cooperation (APEC)
Payment Card Industry (PCI)
比如在日本至少就有《个人信息保护 法》、《金融商品交易法》以及《 Payment Card Industry(PCI)数据安全法规(PCI-DSS)》等法 律、法规等对个人信息、访问日志等做出了明确的规定。
Private Cloud (VPC)
例14-13:ec2-example.yml : 完整的EC2 playbook 指 定Virtual Private Cloud 到目前为止,我们已经在默认的Virtual Private Cloud(VPC) 上启动了我们的实例。
Process Identification Number (PID)
in execution and can be identified by its Process Identification Number
Proximal Development (ZPD)
within the learner’s Zone of Proximal Development (ZPD), the range of
安全策略
PodSecurityPolicy
名称空间本身并不具有网络隔离和访问限制等功能,但它可以作为网络访问控制策略(NetworkPolicy)、授权策略(RBAC)、资源限制策略(ResourceQuota)和Pod安全策略(PodSecurityPolicy)等管理逻辑的承载组件,这也是支撑...
Portable Document Format (PDF)
friends. You can create a paper prototype, as a Portable Document Format (PDF), where someone can see the user flow roughly as s...
Positron Emission Tomography (PET)
neu-romarketing research: Magnetoencephalography (MEG) and Positron Emission Tomography (PET).
Post Office Protocol (POP)
contents from clients to servers. There are two other protocols, Post Office Protocol (POP) and Internet Message Access Protocol...
Product Manager (PM)
This is the central question facing every Product Manager (PM) in the
Project Management Office (PMO)
supported by a newly established Project Management Office (PMO). The PMO integrated the geographically
优先级队列
Priority Queue
如何实现最佳优先爬虫呢,最简单的方式可以使用优先级队列(Priority Queue)来实现Todo表,这样,每次选出来扩展的URL就是具有最高重要性的网页。
优化器状态
P os
(1)模型状态指和模型本身相关的,必须存储的内容,具体包括: ● 优化器状态(Optimizer States):Adam 优化算法中的Momentum 和Variance; ● 梯度(Gradients):模型梯度G; ● 参数(Parameters):...