积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(18)人工智能(18)

语言

全部英语(8)中文(简体)(6)zh(2)kor(1)中文(简体)(1)

格式

全部PDF文档 PDF(17)TXT文档 TXT(1)
 
本次搜索耗时 0.022 秒,为您找到相关结果约 18 个.
  • 全部
  • 综合其他
  • 人工智能
  • 全部
  • 英语
  • 中文(简体)
  • zh
  • kor
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Trends Artificial Intelligence

    global regions simultaneously. Meanwhile, platform incumbents and emerging challengers are racing to build and deploy the next layers of AI infrastructure: agentic interfaces, enterprise copilots, real-world autonomous robotic vacuum cleaner that can navigate homes, is launched 10/05: A Stanford team build a driverless car named Stanley; it completes a 132-mile course, winning the DARPA Grand multimodality across audio, visual, & text inputs 7/24: Apple releases Apple Intelligence, an AI system integrated into its devices, for developers 12/24: OpenAI announces o3, its highest-ever
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 Bring Your Own Codegen to TVM

    = relay.testing.mobilenet.get_workload(batch_size=1) 3. Partition and build the network with an external codegen mod = relay.build_extern(mod, “dnnl”) 4. Run the inference exe = relay.create_executor(“vm” How Would That Look Like?© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. System Overview Relay IR Graph Annotation with Your Annotator Graph Partitioning Your Codegen LLVM testing.mobilenet.get_workload(batch_size=1) mod[‘main’] = MyAnnotator().visit(mod[‘main’]) mod = relay.build_extern(mod, “dnnl”)© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Example:
    0 码力 | 19 页 | 504.69 KB | 5 月前
    3
  • pdf文档 OpenAI 《A practical guide to building agents》

    A practical 
 guide to 
 building agents Contents What is an agent? 4 When should you build an agent? 5 Agent design foundations 7 Guardrails 24 Conclusion 32 2 Practical guide to building agents Introduction systems known as agents. This guide is designed for product and engineering teams exploring how to build their first agents, distilling insights from numerous customer deployments into practical and actionable operating within clearly defined guardrails. 4 A practical guide to building agents When should you build an agent? Building agents requires rethinking how your systems make decisions and handle complexity
    0 码力 | 34 页 | 7.00 MB | 5 月前
    3
  • pdf文档 Google 《Prompt Engineering v7》

    Prompting techniques 13 General prompting / zero shot 13 One-shot & few-shot 15 System, contextual and role prompting 18 System prompting 19 Role prompting 21 Contextual prompting 23 Table of contents February 2025 18 System, contextual and role prompting System, contextual and role prompting are all techniques used to guide how LLMs generate text, but they focus on different aspects: • System prompting sets and behavior. There can be considerable overlap between system, contextual, and role prompting. E.g. a prompt that assigns a role to the system, can also have a context. However, each type of prompt serves
    0 码力 | 68 页 | 6.50 MB | 6 月前
    3
  • pdf文档 OpenAI - AI in the Enterprise

    AI-driven solutions. Getting AI into the hands of these experts can be far more powerful than trying to build generic or horizontal solutions. BBVA, the global banking leader, has more than 125,000 employees Mercado Libre, Latin America’s largest ecommerce and fintech company, partnered with 
 OpenAI to build a development platform layer to solve that. It’s called Verdi, and it’s powered 
 by GPT-4o and GPT-4o scalable, consistent platform that uses natural language as a central interface. Developers now build consistently 
 high-quality apps, faster, without having to get into the source code. Security, guardrails
    0 码力 | 25 页 | 9.48 MB | 5 月前
    3
  • pdf文档 Gluon Deployment

    Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Trademark Like GluonCV? Go build! https://gluon-cv.mxnet.io https://github.com/dmlc/gluon-cv© 2019, Amazon Web Services, Inc. or industry. 2. We plan to build TVM team in China, based in Shanghai, Beijing and Shenzhen. 1. Applied Scientist and SDE positions 2. Internship for students interested in ML system. 3. Research & Development
    0 码力 | 8 页 | 16.18 MB | 5 月前
    3
  • pdf文档 TVM: Where Are We Going

    speedup Engineering intensiveMachine Learning based Program Optimizer TVM: Learning-based Learning System High-level data flow graph and optimizations Directly generate optimized program for new operator Memory Subsystem TPUsTensorization Challenge Compute primitives scalar vector tensor Challenge: Build systems to support emerging tensor instructionsTensorization Challenge C = tvm.compute((m, n) Verilog VerilatorToward Unified IR InfraOverview of New IR Infra Single unified module/pass, type system, with function variants supportCompilation Flow under the New Infra IRModule (relay::Function)
    0 码力 | 31 页 | 22.64 MB | 5 月前
    3
  • pdf文档 清华大学第二弹:DeepSeek赋能职场

    互联网虛假新闻检测2019全球挑战赛-虛假新闻多模态检测 第一名 中国法研杯CAIL2020司法人工智能赛 第一名 DeepSeek的三种模式 平台 地址 版本 备注 英伟达NIM微服务 https://build.nvidia.com/d eepseek-ai/deepseek-r1 671B(全量模型) 网页版直接使用,支持API调用,注册送1000点数,免费体验。 微软Azure https://ai •专业背景 •交互特征 执行层: 2. 能力矩阵 (Capability Matrix) •功能范围 •专业技能 •决策权限 约束层: 3. 边界系统 (Boundary System) •伦理规范 •安全限制 •资源约束 操作层: 4. 工作引擎 (Operation Engine) •输入处理 •执行流程 •输出规范 如何使用DeepSeek制作可视化图表?
    0 码力 | 35 页 | 9.78 MB | 7 月前
    3
  • pdf文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    dollars, to build 4 birdhouses? A: Let’s think step by step. The cost of the planks for one birdhouse is 7 * 3 = 21. And the nails are a cost of 20 * 0.05 = 1 for each birdhouse. So to build one birdhouse n&=480/30=\boxed{16} \end{align*} Final Answer: The final answer is $16$. I hope it is correct. Problem: If the system of equations \begin{align*} 6x-4y&=a,\\ 6y-9x &=b. \end{align*}has a solution $(x, y)$ where $x$
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • text文档 00 Deepseek官方提示词

    更多 Deepseek 和 AI 资料,欢迎关注微信公众号【星禾光年 AI】,回复【deepseek】获取 1. 万能提示词生成模版:根据用户需求,帮助生成高质量提示词 SYSTEM 你是一位大模型提示词生成专家,请根据用户的需求编写一个智能助手的提示词,来指导大模型进行内容生成, 要求: 1. 以 Markdown 格式输出 2. 贴合用户需求,描述智能助手的定位、能力、知识储备 3 提示词应清晰、精确、易于理解,在保持质量的同时,尽可能简洁 4. 只输出提示词,不要输出多余解释 USER “ 请帮我生成一个 Linux ” 助手 的提示词 2. 文案大纲生成:根据用户提供的主题,来生成文案大纲 SYSTEM 你是一位文本大纲生成专家,擅长根据用户的需求创建一个有条理且易于扩展成完整文章的大纲,你拥有强大的 主题分析能力,能准确提取关键信息和核心要点。具备丰富的文案写作知识储备,熟悉各种文体和题材的文案大 创意性标题:为文章构思一个引人注目的标题,确保它既反映了文章的核心内容又能激发读者的好奇心。 USER “ ” 请帮我生成 中国农业情况 这篇文章的大纲 3. 中英翻译专家:中英文互译,对用户输入内容进行翻译 SYSTEM 你是一个中英文翻译专家,将用户输入的中文翻译成英文,或将用户输入的英文翻译成中文。对于非中文内容, 它将提供中文翻译结果。用户可以向助手发送需要翻译的内容,助手会回答相应的翻译结果,并确保符合中文语
    0 码力 | 4 页 | 7.93 KB | 7 月前
    3
共 18 条
  • 1
  • 2
前往
页
相关搜索词
TrendsArtificialIntelligenceBringYourOwnCodegentoTVMOpenAIpracticalguidebuildingagentsGooglePromptEngineeringv7AIintheEnterpriseGluonDeploymentWhereAreWeGoing清华华大大学清华大学第二DeepSeek赋能职场V2StrongEconomicalandEfficientMixtureofExpertsLanguageModel00Deepseek官方提示
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩