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

无数据

分类

全部云计算&大数据(28)机器学习(28)

语言

全部中文(简体)(16)英语(12)

格式

全部PDF文档 PDF(28)
 
本次搜索耗时 0.068 秒,为您找到相关结果约 28 个.
  • 全部
  • 云计算&大数据
  • 机器学习
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 机器学习课程-温州大学-13深度学习-Transformer

    名为Transformer;论文实现的 任务是机器翻译。 Transformer结构 Multi-Head Attention Add & Norm Input Embedding Output Embedding Feed Forward Add & Norm Masked Multi-Head Attention Add & Norm Multi-Head Attention Add & Norm Transformer的工作流程 “多头”注意力(“multi-headed” attention)的机制 一组Q,K,V得到了一组当前词的特征表达 类似卷积神经网络中的filter提取多种特征? 27 2.Transformer的工作流程 “多头”注意力(“multi-headed” attention)的机制 28 2.Transformer的工作流程 “多头”注意力(“multi-headed” attention)的机制 attention)的机制 可以看到 Multi-Head Attention 输出的矩阵Z 与其输入的矩阵X的维度是一样的。 29 2.Transformer的工作流程 “多头”注意力(“multi-headed” attention)的机制 30 2.Transformer的工作流程 31 2.Transformer的工作流程 multi-headed结果 • 不同的注意力结果 •
    0 码力 | 60 页 | 3.51 MB | 1 年前
    3
  • pdf文档 keras tutorial

    ........................................................................................... 11 Multi-Layer Perceptron ................................................................................ .................................................................................. 63 Create a Multi-Layer Perceptron ANN ............................................................................ 10 Theano Theano is an open source deep learning library that allows you to evaluate multi- dimensional arrays effectively. We can easily install using the below command: pip install theano
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 21. MLP反向传播推导

    ?? ? ?? ? Multi-output Perceptron ∑ σ E ?0 0 ?1 0 ?2 0 ??0 ??? ? ??? ? ?0 1 ?0 1 t ∑ ∑ ∑ ∑ ?? t ?? 1 ?? 1 ?? 1 ?? 1 ?? ????= ?? − ?? Ok (1 − ??) ?? 0 Multi-Layer Perceptron ?? ? Multi-Layer Perceptron ∑ σ E ?0 ?|?0 ? ?j ?|?? ? ?? ? |?? ? ??? ? ??? ? ?0 ? ?0 ? t ∑ ∑ ∑ ∑ ?? t ?? ? ?? ? ??? ?? ? ?0 0 ?1 0 ?2 0 ?? 0 ??? ? Multi-Layer Perceptron ?2 0 ?? 0 ??? ? ?? ????= ?? − ?? Ok (1 − ??) ?? 0 ?? ????= ?? − ?? Ok (1 − ??) O? ? Multi-Layer Perceptron ∑ σ E ?0 ?|?0 ? ?j ?|?? ? ?? ? |?? ? ??? ? ??? ? ?0 ? ?0 ? t ∑
    0 码力 | 15 页 | 940.28 KB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-14深度学习-Vision Transformer (ViT)

    名为Transformer;论文实现的 任务是机器翻译。 Transformer结构 Multi-Head Attention Add & Norm Input Embedding Output Embedding Feed Forward Add & Norm Masked Multi-Head Attention Add & Norm Multi-Head Attention Add & Norm 将 3) 的 结 果 喂 入 标 准 Transformer 的 encoder 中 作 者将类别作为一个可学习的 patch (?0)输入模型,与图像 的patch+pos 信息作为multi- head attention 的输入。 可以叠加多层encoder: 2.模型介绍 17 将encoder得到的结果 输入分类层 encoder 会输出多个上 下文向量,对于图像分 类,只需要
    0 码力 | 34 页 | 2.78 MB | 1 年前
    3
  • pdf文档 深度学习下的图像视频处理技术-沈小勇

    ?????????? + 1 skip connections Decoder Details from multi-frames Analysis 52 3 identical frames Output (identical) Details from multi-frames Analysis 53 3 consecutive frames Output (consecutive) 2017], [Kim et al, 2017], [Su et al, 2017], [Wieschollek et al, 2017] Network: encoder-decoder, multi-scale, etc. Previous Work 79 Complicated Real-world Blur Remaining Challenges 80 Data from GOPRO 2017] Remaining Challenges 82 Input Output conv skip connection Efficient Network Structure Multi-scale or cascaded refinement network [Nah et al, 2017] Remaining Challenges 83 Output conv conv
    0 码力 | 121 页 | 37.75 MB | 1 年前
    3
  • pdf文档 PyTorch Release Notes

    standard defined neural network layers, deep learning optimizers, data loading utilities, and multi-gpu, and multi-node support. Functions are executed immediately instead of enqueued in a static graph, improving local_dir:container_dir nvcr.io/nvidia/ pytorch:-py3 Note: If you use multiprocessing for multi-threaded data loaders, the default shared memory segment size with which the container runs might script is available on GitHub and NGC. Known Issues ‣ Up to 49% performance regression in DLRM on multi-GPU training runs. PyTorch Release 22.09 PyTorch RN-08516-001_v23.07 | 91 ‣ On H100 NVLink
    0 码力 | 365 页 | 2.94 MB | 1 年前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    plot_model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 20.9 multi_gpu_model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 21 贡献 242 数据。 Keras 有一个内置的实用函数 keras.utils.multi_gpu_model,它可以生成任何模型的数据并 行版本,在多达 8 个 GPU 上实现准线性加速。 有关更多信息,请参阅 multi_gpu_model 的文档。这里是一个简单的例子: from keras.utils import multi_gpu_model # 将 `model` 复制到 8 个 GPU GPU 上。 # 假定你的机器有 8 个可用的 GPU。 parallel_model = multi_gpu_model(model, gpus=8) parallel_model.compile(loss='categorical_crossentropy', optimizer='rmsprop') # 这个 `fit` 调用将分布在 8 个 GPU 上。 # 由于 batch size
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 人工智能发展史

    http://www.iro.umontreal.ca/~vincentp/ift3395/lectures/backprop_old.pdf Multi-Output Perceptron ▪ Extend to cope with multi categories https://youtu.be/aygSMgK3BEM Perceptrons’ Limitation: 1969 http://science 780 Is it Winter? http://www.iro.umontreal.ca/~vincentp/ift3395/lectures/backprop_old.pdf NO! Multi-Layer Perceptron is coming ▪ New Issue: How to train MLP ▪ Chain Rules => Backpropagation http://www
    0 码力 | 54 页 | 3.87 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 38. 卷积神经网络

    Kernel_channels: 2 ch Kernel_size: Stride: Padding: Multi-Kernels https://skymind.ai/wiki/convolutional-network x: [b, 3, 28, 28] one k: [3, 3, 3] multi-k: [16, 3, 3, 3] bias: [16] out: [b, 16, 28
    0 码力 | 14 页 | 1.14 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 19.2 多输出感知机

    (1 − ?0) ?? 0 ∑ σ E ?0 0 ?1 0 ?2 0 ??0 ??? ? ??? ? ??? ? ??? ? ?0 1 ?0 1 t Multi-output Perceptron ∑ σ E ?0 0 ?1 0 ?2 0 ??0 ??? ? ??? ? ?0 1 ?0 1 t ∑ ∑ ∑ ∑ ?? ??? 1 ???? ?? ????= ?? − ?? Ok (1 − ??) ??? 1 ???? ?? ????= ?? − ?? Ok (1 − ??) ?? 0 Multi-output Perceptron ∑ σ E ?0 0 ?1 0 ?2 0 ??0 ??? ? ??? ? ?0 1 ?0 1 t ∑ ∑ ∑ ∑ ??
    0 码力 | 9 页 | 584.25 KB | 1 年前
    3
共 28 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
机器学习课程温州大学13深度TransformerkerastutorialPyTorch入门实战21MLP反向传播推导14VisionViT图像视频处理技术沈小勇ReleaseNotesKeras基于Python人工智能人工智能发展发展史38卷积神经网络神经网神经网络19.2输出感知知机感知机
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩