积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部英语(5)zh(3)中文(简体)(2)

格式

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

    ChatGPT hit the world stage all at once, growing in most global regions simultaneously. Meanwhile, platform incumbents and emerging challengers are racing to build and deploy the next layers of AI infrastructure: zero users in 2/24. Source: Yum!, ‘Introducing Byte by Yum! , an AI-driven restaurant technology platform powering customer and team member experiences worldwide’(2/25) Yum! Brands Byte by Yum! – 2/24-2/25 technology capabilities with advantaged economics made possible by the scale of Yum!. The Byte by Yum! platform includes online and mobile app ordering, point of sale, kitchen and delivery optimization, menu
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 普通人学AI指南

    3. 可移植性:容器可以在任何支持 Docker 的系统上运行,实现跨平台的可 移植性。 4. 易于扩展:Docker 可以方便地扩展并支持微服务架构的部署。 基本概念: 1. 容器(Container):轻量级、独立的可执行软件包,包含了运行所需的代 码、运行时、系统工具、系统库和设置。 2. 镜像(Image):用于创建容器的只读模板。一个镜像可以包含完整的操作 系统环境。 3. D 常用命令: 1. 列出正在运行的容器:docker ps 2. 列出所有容器:docker ps -a 3. 停止一个容器:docker stop <container_id> 4. 删除一个容器:docker rm <container_id> 20 4.2.2 下载 docker docker 下载地址: https://www.docker.com/products/docker-desktop/ 住这个文件夹路径,因为我们还要返回到刚才的上面的界面,找到 Volumes 输 入框,下图 35中 4 处,填入刚才的知识库路径,我的路径如下:/Users/zhen- guo/Documents/words 随后在 Container path 输入框中填入/var/lib/postgresql/data,下图 35中 5 处,这是固定不变的,直接复制过去! 31 Figure 35: 配置 MaxKB 续 最后点击
    0 码力 | 42 页 | 8.39 MB | 8 月前
    3
  • pdf文档 PAI & TVM Meetup - Shanghai 20191116

    计算平台事业部 COMPUTING PLATFORM TensorCore AutocCodeGen and Mixed-Precision Training/Inference PAI (Platform of AD Alibaba Cloud Intelligence Outline in TVM “。FP16 Mixed-Precision Training on PAI 。INT8 Inference on PAI-Blade 计算平台事业部 COMPUTING PLATFORM TensorCore AutoCodeGen Background 计算平台事业 。TensorCore 。A revolutionary 人ple/ints 人52/int32 Matrlix Identification 计算平台事业部 COMPUTING PLATFORM *。Tofigure out whether an input matrix is matrix_aor matrix_b, row_major or col_moajor. 。 Visit
    0 码力 | 26 页 | 5.82 MB | 5 月前
    3
  • pdf文档 OpenAI - AI in the Enterprise

    organization benefits from compounding improvements. Klarna, a global payments network and shopping platform, introduced a new AI assistant to streamline customer service. Within a few months, the assistant 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 mini. Today, it builds. Verdi integrates language models, Python nodes, and APIs to create a scalable, consistent platform that uses natural language as a central interface. Developers now build consistently 
 high-quality
    0 码力 | 25 页 | 9.48 MB | 5 月前
    3
  • pdf文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    答案:从A到D, 我们应选择 Table 12 | An example of AGIEval. 34 PROMPT Question: A sample in a cylindrical container has a cylindrical shape and a fixed volume. The state of matter of the sample _ A. must be solid mixed together, they form a _ A. gas B. solid C. compound D. suspension Answer: D Question: A container of liquid water was placed outside during the day when the temperature was 3°C. At night the outside
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • pdf文档 Google 《Prompt Engineering v7》

    Chain of Thought Prompting. Available at: https://arxiv.org/pdf/2201.11903.pdf. 10. Google Cloud Platform, 2023, Chain of Thought and React. Available at: https://github.com/ GoogleCloudPlatform/gener Acting in Language Models. Available at: https://arxiv.org/pdf/2210.03629.pdf. 14. Google Cloud Platform, 2023, Advance Prompting: Chain of Thought and React. Available at: https://github.com/GoogleC
    0 码力 | 68 页 | 6.50 MB | 6 月前
    3
  • pdf文档 亿联TVM部署

    network, but also get a good performance gain by autotuning 3. TVM can support many kinds of hardware platform: Intel/arm CPU, Nividia/arm GPU, VTA…5 �������������� 1. Get a .log file from the autotvm on
    0 码力 | 6 页 | 1.96 MB | 5 月前
    3
  • pdf文档 TVM Meetup Nov. 16th - Linaro

    Android NN Driver ● Arm Compute Library has been integrated by: ○ MATLAB Coder ○ ONNX RuntimeArm platform support in TVM upstream IPs Target Hardware/Model Options Codegen CPU arm_cpu pixel2 (snapdragon
    0 码力 | 7 页 | 1.23 MB | 5 月前
    3
  • pdf文档 OpenAI 《A practical guide to building agents》

    hands-on support to ensure 
 your success. 32 A practical guide to building agents More resources API Platform OpenAI for Business OpenAI Stories ChatGPT Enterprise OpenAI and Safety Developer Docs OpenAI
    0 码力 | 34 页 | 7.00 MB | 6 月前
    3
  • pdf文档 开源中国 2023 大模型(LLM)技术报告

    这些平台提供了从模型开发到部署的综合解决方案,包括计算资源、 数据存储、模型训练和部署服务。它们通常提供易于使用的界面,支 持快速迭代和大规模部署。Amazon SageMaker、Google Cloud AI Platform 和 Microsoft Azure Machine Learning 都是提供端到 端机器学习服务的云平台。 这些工具和库专门为加速机器学习模型的训练和推理而设计,通常利 用 GPU 或 TPU
    0 码力 | 32 页 | 13.09 MB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
TrendsArtificialIntelligence普通通人普通人AI指南PAITVMMeetupShanghai20191116OpenAIintheEnterpriseDeepSeekV2StrongEconomicalandEfficientMixtureofExpertsLanguageModelGooglePromptEngineeringv7亿联部署Nov16thLinaropracticalguidetobuildingagents开源中国2023模型LLM技术报告
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩