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

无数据

分类

全部后端开发(1106)综合其他(310)数据库(304)云计算&大数据(269)Java(262)Python(260)Spring(191)Weblate(149)C++(144)VirtualBox(113)

语言

全部英语(1509)中文(简体)(455)中文(繁体)(35)日语(22)法语(18)俄语(17)德语(16)西班牙语(16)韩语(14)

格式

全部PDF文档 PDF(2128)
 
本次搜索耗时 0.089 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • 数据库
  • 云计算&大数据
  • Java
  • Python
  • Spring
  • Weblate
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 俄语
  • 德语
  • 西班牙语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    such that similar inputs have similar representations. We will call this representation an Embedding. An embedding is a vector of features that represent aspects of an input numerically. It must fulfill the given animal. In Table 4-1 we manually assigned values for the cute and dangerous features for six animals2, and we are calling the tuple of these two features an embedding, where the two features embeddings. Animal Embedding (cute, dangerous) dog (0.85, 0.05) cat (0.95, 0.05) snake (0.01, 0.9) bear (0.5, 0.95) raccoon (0.5, 0.5) mouse (0.01, 0.2) Table 4-1: A table consisting of embeddings
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    §22. Methods §23. Interfaces - value boxes used to do reflection and polymorphism. §24. Type Embedding - type extension in the Go way. §25. Type-Unsafe Pointers §26. Generics - use and read composite related confusions. 5. Clarifies several ambiguities which exist in the Go specification, such as embedding rules, promoted method value evaluation, and panic/recover mechanism. 6. Makes several summary reflection through interfaces. pointers. function closures. methods. deferred function calls. type embedding. type deduction. memory safety. automatic garbage collection. great cross-platform compatibility
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 从推荐模型的基础特点看大规模推荐类深度学习系统的设计 袁镱

    针对推荐特点的深度优化,达到业界先 进⽔平 推荐系统的核⼼特点 � Feature 1(基本特点) 1.1 User与推荐系统交互,7*24⼩时 流式学习 1.2 Item和User新增,离开/遗忘, Embedding空间动态变化。 短期命中的⾼频key随时间缓慢变化 少量的⾼频key占据了主要访问需求 ⼀段时间样 本命中的 unique key ID/tag/交叉特征 (全量为:亿,千亿) ⼩特征 User Item特征 ⽤户反馈 Item推荐 Embedding参数 本⼩时访问过的key 上⼩时访问过的key 访 问 百 分 ⽐ 时间(⼩ 时) � Feature 2(数据的时空特点) 2.1 短时间内只有部分item和user被 命中,只有部分参数被⽤到 � Feature 3(机器学习的特点) Embedding以稀疏的⽅式表达信息 ⼤规模推荐模型深度学习系统基本解决维度 参数更新 查询Sparse Table 查询Dense Tensor Reader Learner Worker 返回参数 Request Handler Parameter Server 查询Sparse Table 查询Dense Tensor 更新参数 � 常规训练流⽔线 样本读取 样本解析 参数拉取 参数更新 查询Sparse Table 查询Dense Tensor
    0 码力 | 22 页 | 6.76 MB | 1 年前
    3
  • pdf文档 2020美团技术年货 算法篇

    Self-Attention 的集成, h 代表头的个数。其 中 Self-Attention 的计算公式如下: 其中,Q 代表查询,K 代表键,V 代表数值。 在我们的应用实践中,原始输入是一系列 Embedding 向量构成的矩阵 E ,矩阵 E 首先通过线性投影: 得到三个矩阵: 然后将投影后的矩阵输入到 Multi-Head Attention。计算公式如下: Point-wise Feed-Forward 保留将稠密特征和离散特征的 Embedding 送入到 MLP 网络,以隐式的方式 学习其非线性表达。 ● Transformer Layer 部分,不是送入所有特征的 Embedding,而是基于人工经 验选择了部分特征的 Embedding,第一点是因为美团搜索场景特征的维度高, 全输入进去会提高模型的复杂度,导致训练和预测都很慢;第二点是,所有特征 的 Embedding 维度不完全相同,也不适合一起输入到 Transformer Layer 。 Embedding Layer 部分:众所周知在 CTR 预估中,除了大规模稀疏 ID 特征,稠 密类型的统计特征也是非常有用的特征,所以这部分将所有的稠密特征和稀疏 ID 特 征都转换成 Embedding 表示。 Transformer 部分:针对用户行为序列、商户 、品类 、地理位置等 Embedding 表示,使用 Transformer Layer
    0 码力 | 317 页 | 16.57 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 1.5.5 User Manual

    1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 Table of Contents Introduction Legal Notice Preface Project Info Messaging Concepts Architecture Graceful Server Shutdown Libaio Native Libraries Thread management Logging REST Interface Embedding Apache ActiveMQ Artemis Apache Karaf Spring Integration AeroGear Integration VertX Integration Apache ActiveMQ Artemis servers in your own application. For more information on embedding Apache ActiveMQ Artemis, see Embedding Apache ActiveMQ Artemis. Apache ActiveMQ Artemis integrated with a Java EE
    0 码力 | 399 页 | 1.61 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 1.5.1 User Manual

    1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 Table of Contents Introduction Legal Notice Preface Project Info Messaging Concepts Architecture Graceful Server Shutdown Libaio Native Libraries Thread management Logging REST Interface Embedding Apache ActiveMQ Artemis Apache Karaf Spring Integration AeroGear Integration VertX Integration Apache ActiveMQ Artemis servers in your own application. For more information on embedding Apache ActiveMQ Artemis, see Embedding Apache ActiveMQ Artemis. Apache ActiveMQ Artemis integrated with a Java EE
    0 码力 | 399 页 | 1.61 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 1.5.0 User Manual

    1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 Table of Contents Introduction Legal Notice Preface Project Info Messaging Concepts Architecture Graceful Server Shutdown Libaio Native Libraries Thread management Logging REST Interface Embedding Apache ActiveMQ Artemis Apache Karaf Spring Integration AeroGear Integration VertX Integration Apache ActiveMQ Artemis servers in your own application. For more information on embedding Apache ActiveMQ Artemis, see Embedding Apache ActiveMQ Artemis. Apache ActiveMQ Artemis integrated with a Java EE
    0 码力 | 393 页 | 1.60 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 1.4.0 User Manual

    1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 Table of Contents Introduction Legal Notice Preface Project Info Messaging Concepts Architecture Graceful Server Shutdown Libaio Native Libraries Thread management Logging REST Interface Embedding Apache ActiveMQ Artemis Apache Karaf Spring Integration AeroGear Integration VertX Integration Apache ActiveMQ Artemis servers in your own application. For more information on embedding Apache ActiveMQ Artemis, see Embedding Apache ActiveMQ Artemis. Apache ActiveMQ Artemis integrated with a Java EE
    0 码力 | 389 页 | 1.59 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 1.5.2 User Manual

    1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 Table of Contents Introduction Legal Notice Preface Project Info Messaging Concepts Architecture Graceful Server Shutdown Libaio Native Libraries Thread management Logging REST Interface Embedding Apache ActiveMQ Artemis Apache Karaf Spring Integration AeroGear Integration VertX Integration Apache ActiveMQ Artemis servers in your own application. For more information on embedding Apache ActiveMQ Artemis, see Embedding Apache ActiveMQ Artemis. Apache ActiveMQ Artemis integrated with a Java EE
    0 码力 | 399 页 | 1.61 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    i. Introduction ii. Defining Middleware iii. Registering Middleware iv. Terminable Middleware Table of Contents iii. Controllers i. Introduction ii. Basic Controllers iii. Controller Middleware Localization vi. Overriding Package Language Files xv. Mail i. Configuration ii. Basic Usage iii. Embedding Inline Attachments iv. Queueing Mail v. Mail & Local Development xvi. Package Development i simple corresponding views, which are located at resources/views/auth . In addition, a "users" table migration has been included with the framework. Including these simple resources allows rapid development
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
EfficientDeepLearningBookEDLChapterArchitecturesGo101Golangv121.0推荐模型基础特点大规规模大规模深度学习系统设计2020美团技术年货算法ApacheActiveMQArtemis1.5UserManual1.4Laravel5.0Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩