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

无数据

分类

全部云计算&大数据(143)VirtualBox(85)Apache Kyuubi(26)Pandas(23)机器学习(3)OpenShift(3)rancher(1)云原生CNCF(1)Apache Flink(1)

语言

全部英语(139)中文(简体)(3)英语(1)

格式

全部PDF文档 PDF(130)其他文档 其他(13)
 
本次搜索耗时 0.128 秒,为您找到相关结果约 143 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Apache Kyuubi
  • Pandas
  • 机器学习
  • OpenShift
  • rancher
  • 云原生CNCF
  • Apache Flink
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 keras tutorial

    ........................................................................................ 27 Initializers ............................................................................................. Available modules Let us first see the list of modules available in the Keras.  Initializers: Provides a list of initializers function. We can learn it in details in Keras layer chapter. during model creation complete layer.  Shape of the input data  Number of neurons / units in the layer  Initializers  Regularizers  Constraints  Activations Let us understand the basic concept in the
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 15 初始化 Initializers 226 15.1 初始化器的用法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . use_bias: 布尔值,该层是否使用偏置向量。 • kernel_initializer: kernel 权值矩阵的初始化器 (详见 initializers)。 • bias_initializer: 偏置向量的初始化器 (see initializers). • kernel_regularizer: 运用到 kernel 权值矩阵的正则化函数 (详见 regularizer)。 • bias_regularizer: use_bias: 布尔值,该层是否使用偏置向量。 • kernel_initializer: kernel 权值矩阵的初始化器 (详见 initializers)。 • bias_initializer: 偏置向量的初始化器 (详见 initializers)。 • kernel_regularizer: 运用到 kernel 权值矩阵的正则化函数 (详见 regularizer)。 • bias_regularizer:
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 The Many Faces of Struct Tags

    com/mcuadros/go-defaults Library for setting non-zero default values of a type. Benefits Simplify your initializers. Lets your initialization logic live inside its type definition. Drawbacks Loss of compile
    0 码力 | 18 页 | 148.80 KB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    return tf.keras.layers.Embedding( vocab_size, embedding_dim_size, embeddings_initializer=tf.keras.initializers.Constant( word2vec_embeddings), trainable=trainable, ) Let’s also create an alternate layer
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox UserManual.pdf

    for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the
    0 码力 | 1186 页 | 5.10 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 CLI 工具

    file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result in $(pwd)/mysql-local/v2/mysql/blobs,manifests oc image append directory oc image extract docker.io/library/busybox:latest # Extract the busybox image into a designated directory (must exist) oc image extract docker.io/library/busybox:latest --path /:/tmp/busybox repos.d/*.repo:. # Extract all .repo files from the image's /etc/yum.repos.d/ folder into a designated directory (must exist) # This results in /tmp/yum.repos.d/*.repo on local system oc image
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CLI 工具

    file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result in $(pwd)/mysql-local/v2/mysql/blobs,manifests oc image append directory oc image extract docker.io/library/busybox:latest # Extract the busybox image into a designated directory (must exist) oc image extract docker.io/library/busybox:latest --path /:/tmp/busybox repos.d/*.repo:. # Extract all .repo files from the image's /etc/yum.repos.d/ folder into a designated directory (must exist) 第 第 2 章 章 OPENSHIFT CLI (OC) 51 2.7.1.80. oc image info 显示镜像的信息 用法示例
    0 码力 | 128 页 | 1.11 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 CLI 工具

    file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result in $(pwd)/mysql-local/v2/mysql/blobs,manifests oc image append directory oc image extract docker.io/library/busybox:latest # Extract the busybox image into a designated directory (must exist) oc image extract docker.io/library/busybox:latest --path /:/tmp/busybox repos.d/*.repo:. # Extract all .repo files from the image's /etc/yum.repos.d/ folder into a designated directory (must exist) # This results in /tmp/yum.repos.d/*.repo on local system oc image
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 Rancher Kubernetes Engine 2, VMWare vSAN

    position regarding them. The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under License. If a section does not t the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify
    0 码力 | 29 页 | 213.09 KB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 3.2.4 User Manual

    executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages–typically libraries–of the Free Software Foundation and other au- thors who decide Gen- eral Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public Li- cense. We use this license
    0 码力 | 306 页 | 3.85 MB | 1 年前
    3
共 143 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 15
前往
页
相关搜索词
kerastutorialKeras基于Python深度学习StructTagsEfficientDeepLearningBookEDLChapterArchitecturesOracleVMVirtualBoxUserManualpdfOpenShiftContainerPlatform4.10CLI工具4.134.8RancherKubernetesEngineVMWarevSAN3.2UserManual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩