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

无数据

分类

全部后端开发(188)Julia(87)数据库(54)Python(41)综合其他(39)系统运维(36)Java(32)Spring(30)Blender(28)PostgreSQL(26)

语言

全部英语(246)中文(简体)(73)中文(繁体)(20)德语(1)法语(1)日语(1)韩语(1)

格式

全部PDF文档 PDF(284)其他文档 其他(56)DOC文档 DOC(3)
 
本次搜索耗时 0.297 秒,为您找到相关结果约 343 个.
  • 全部
  • 后端开发
  • Julia
  • 数据库
  • Python
  • 综合其他
  • 系统运维
  • Java
  • Spring
  • Blender
  • PostgreSQL
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 德语
  • 法语
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Batch Norm

    Batch Norm 主讲人:龙良曲 Intuitive explanation Intuitive explanation Feature scaling ▪ Image Normalization ▪ Batch Normalization Batch Norm https://medium.com/syncedreview/facebook-ai-proposes-group-normalization-
    0 码力 | 16 页 | 1.29 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    置、均值、范数等信息。由于张量维度通常较大,直接观察数据很难获得有用信息,因此 通过获取这些张量的统计信息可以较轻松地推测张量数值的分布。下面将介绍一些常用的 张量统计函数。 5.2.1 向量范数 向量范数(Vector Norm)是表征向量“长度”的一种度量方法,它可以推广到张量上。 在神经网络中,常用来表示张量的权值大小、梯度大小等。常用的向量范数有: 预览版202112 第 5 章 PyTorch 进阶 计算,统称为向量范数。 在 PyTorch 中,可以通过 torch.norm(x, p, dim=None)求解张量的 L1、L2、∞等范数, 其中参数 p 指定为 1、2 时计算 L1、L2 范数,指定为 float(‘inf’)时计算∞ −范数,例如: In [13]: x = torch.ones([2,2]) torch.norm(x, p=1) # 计算 L1 范数 Out[13]: Out[13]: tensor(4.) In [14]: torch.norm(x, p=2) # 计算 L2 范数 Out[14]: tensor(2.) In [15]: import numpy as np torch.norm(x, p=np.inf) # 计算∞范数 Out[15]: tensor(1.) 在神经网络调试的过程中,通常需要在合适的地方查看张量的数值,直接打印张量并
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
  • pdf文档 Julia v1.1.1 Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) norm(p::Point{<:Real}) sqrt(p.x^2 + p.y^2) end (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed generic func�on on it. function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new vector and normalizes
    0 码力 | 1216 页 | 4.21 MB | 1 年前
    3
  • pdf文档 Julia 1.1.0 Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) norm(p::Point{<:Real}) sqrt(p.x^2 + p.y^2) end (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed generic func�on on it. function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new vector and normalizes
    0 码力 | 1214 页 | 4.21 MB | 1 年前
    3
  • pdf文档 Julia v1.2.0 Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) norm(p::Point{<:Real}) sqrt(p.x^2 + p.y^2) end (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end 32.12. NOTEWORTHY EXTERNAL PACKAGES 303 return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new
    0 码力 | 1250 页 | 4.29 MB | 1 年前
    3
  • pdf文档 Julia 1.2.0 DEV Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) norm(p::Point{<:Real}) sqrt(p.x^2 + p.y^2) end (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end 33.12. NOTEWORTHY EXTERNAL PACKAGES 305 return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new
    0 码力 | 1252 页 | 4.28 MB | 1 年前
    3
  • pdf文档 Julia v1.6.6 Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) p.y^2) end CHAPTER 11. TYPES 112 (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed generic function on it. function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new vector and normalizes
    0 码力 | 1324 页 | 4.54 MB | 1 年前
    3
  • pdf文档 Julia 1.6.5 Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) p.y^2) end CHAPTER 11. TYPES 112 (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed generic function on it. function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new vector and normalizes
    0 码力 | 1325 页 | 4.54 MB | 1 年前
    3
  • pdf文档 Julia 1.6.7 Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) p.y^2) end CHAPTER 11. TYPES 112 (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed generic function on it. function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new vector and normalizes
    0 码力 | 1324 页 | 4.54 MB | 1 年前
    3
  • pdf文档 Julia 1.6.1 Documentation

    Point{Float64}: function norm(p::Point{Real}) sqrt(p.x^2 + p.y^2) end A correct way to define a method that accepts all arguments of type Point{T} where T is a subtype of Real is: function norm(p::Point{<:Real}) p.y^2) end 118 CHAPTER 11. TYPES (Equivalently, one could define function norm(p::Point{T} where T<:Real) or function norm(p::Point{T}) where T<:Real; see UnionAll Types.) More examples will be discussed generic function on it. function power_method(M, v) for i in 1:100 v = M*v v /= norm(v) end return v, norm(M*v) / norm(v) # or (M*v) ./ v end power_method repeatedly creates a new vector and normalizes
    0 码力 | 1397 页 | 4.59 MB | 1 年前
    3
共 343 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 35
前往
页
相关搜索词
深度学习PyTorch入门实战40BatchNorm深度学习Juliav11.1Documentation2.01.2DEV6.61.6
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩