ADK.wang AI & 软件技术百科
全库汇聚全球 22,000+ 核心技术词条,深度引证上千本行业权威学术专著,涵盖大模型原理、云原生、架构设计与工程效能。
22,077
全量学术技术词条
9 大
核心专业领域体系
10,000+
权威专著深度引证
100%
原书精粹与工业对齐
专业技术领域分类
共 862 篇词条Artificial Intelligence (XAI)
Prompt engineering is the process of crafting effective prompts for Artificial Intelligence (AI) models to obtain desired result...
Amazon Web Services (AWS)
excels here too. It integrates smoothly with cloud platforms like Amazon Web Services (AWS), Google Cloud, and Microsoft Azure, ...
人工智能
Artificial Intelligence
提示词: 你是一个全球创新情报搜集助理,从给定的创新平台、学术平台、创投平台、媒体平台、社交平台筛选创新情报,包括人工智能(AI)、物联网(IoT)、区块链、机器学习、大数据、增强现实(AR)、虚拟现实(VR)、自动化、数字化转型、可持续发展、3D打印、纳...
Augmented Generation (RAG)
ns. While OpenAI's API is easy to integrate, developing more sophisticated AI-driven apps—such as those leveraging Retrieval-Aug...
Accountability Act (HIPPA)
Portability and Accountability Act (HIPAA) (Kluge, 2024), while the financial industry is governed by
智能体
Agent
斯基从连接主义学派“叛变”到符号主义学派以后,曾经一度倾向于支持认知派以心理学去研究人工智能的方法,后来他对实现人工智能的主要观点又转变为智能是极度复杂的,人类大脑中存在着许多用于解决不同问题的各有差异的结构,因此不存在任何单一的可以描述智能的机制,而是需...
Augmented Reality (ISMAR)
substantive title of this book: Artificial Intelligence (AI), Augmented Reality (AR) and Virtual Reality (VR). Technology can re...
Access Management (IAM)
运行评估版 设置主机别名后,执行以下Docker命令来运行评估版ForgerRock Access Management(AM): 该命令将在Docker容器内的Tomcat Servlet环境中下载并运行AM 6.5.2,还开放了HTTP的8080端口。
抽象语法树
Abstract Syntax Tree
图2-6 gengo代码解析流程 代码解析流程:第1步,通过标准库go/tokens提供的Lexer词法分析器对代码文本进行词法分析,最终得到Tokens;第2步,通过标准库go/parser和go/ast将Tokens构建为抽象语法树(AST);第3步,...
Azure Kubernetes Service (AKS)
Azure Kubernetes Service(AKS) 微软的AKS让用户在 Azure 中轻松地部署托管的K8s集群,使部署和管理容器化应用程序变得容易。
激活函数
Activation Function
然后,我们可以把输入和权重的乘积进行叠加,最终产生输出,在输出值上可以定义某种转换函数( Transfer Function )来将结果转换到我们需要的分类上,这个转换函数通常又被称为激活函数( Activation Function )。
Advanced Encryption Standard (AES)
As with SSL/TLS encryption, using standard ciphers such as Advanced Encryption Standard (AES) comes with a risk that there is a ...
人工神经网络
Artificial Neural Network
人工神经网络(Artificial Neural Network)这个概念最早是在皮茨与麦卡洛克合著的论文《神经活动中内在思想的逻辑演算》中首次提出的,随后,由于罗森布拉特和他的感知机受到了全社会的广泛关注,促成了连接主义的第一波热潮。
活动图
Activity Diagram
Diagram)、活动图(Activity Diagram)、组件图(Component Diagram)、部署图(Deployment Diagram)等多种图形方式,每一种图形都用来从某个视角解决某类程序设计的抽象描述问题。
American Sign Language (ASL)
to American Sign Language (ASL). The system is based on Moses tool with some
适配器模式
Adapter Pattern
背景知识 10.1.1 适配器模式 适配器模式(Adapter Pattern)是一种结构型模式,基于该模式 设计的类能够在两个或者多个不兼容的类之间起到沟通桥梁的作用。
Agent Development Kit (ADK)
描述 Agent Starter Pack 如何与 Agent Development Kit (ADK) 配合,利用预配置的工具快速实现基础设施、CI/CD 和持续评估。
Artificial Narrow Intelligence (ANI)
, such as Artificial Narrow Intelligence (ANI), Artificial General Intelligence (AGI), or Artificial
Agnostic Explanations (LIME)
Additive Explanations (SHAP) and Local Interpretable Model-Agnostic Explanations (LIME) reveal feature importance and help HR pr...
Apache Software Foundation (ASF)
``` daimawuxinghao {"schema":{"type":"string","optional":false},"payload":"# Licensed to the Apache Software Foundation (ASF) un...
Automotive Engineers (SAE)
SAE International. 2010. “Standards: Maintenance and Aftermarket.” Warrendale, PA, USA: Society of Automotive Engineers (SAE) In...
Agent Systems (MAS)
Multi-Agent Systems (MAS) provide a robust framework for achieving these goals: they
Architecture Decision Record (ADR)
team members and stakeholders. Moreover, an Architecture Decision Record (ADR) 29 must meticulously
关联规则
Association Rule
那么,要实现交叉销售,又有哪些思路和方法呢? 思路一:利用关联规则(Association Rule),发现支持度和置信度都符合要求的强相关商品,从而利用这些强相关商品进行关联销售。