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

无数据

分类

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

语言

全部中文(简体)(5)英语(4)

格式

全部PDF文档 PDF(9)
 
本次搜索耗时 0.445 秒,为您找到相关结果约 9 个.
  • 全部
  • 云计算&大数据
  • 机器学习
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    可以获得与浅层神经网络相当的模型性能,而不至于更糟糕。 通过在输入和输出之间添加一条直接连接的 Skip Connection 可以让神经网络具有回退 的能力。以 VGG13 深度神经网络为例,假设观察到 VGG13 模型出现梯度弥散现象,而 10 层的网络模型并没有观测到梯度弥散现象,那么可以考虑在最后的两个卷积层添加 Skip Connection,如图 10.62 中所示。通过这种方式,网络模型可以自动选择是否经由这两个 个 卷积层完成特征变换,还是直接跳过这两个卷积层而选择 Skip Connection,亦或结合两个 卷积层和 Skip Connection 的输出。 Conv2d(64, 3x3) Pooling(2x2,2) Conv2d(64, 3x3) FC(256) FC(64) FC(10) Conv2d(64, 3x3) Pooling(2x2,2) Conv2d(64, 3x3) Conv2d(64, 3x3) Pooling(2x2,2) Conv2d(64, 3x3) 图 10.62 添加了 Skip Connection 的 VGG13 网络结构 2015 年,微软亚洲研究院何凯明等人发表了基于 Skip Connection 的深度残差网络 (Residual Neural Network,简称 ResNet)算法 [10],并提出了 18 层、34 层、50
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
  • pdf文档 keras tutorial

    classification  MNIST database of handwritten digits  Fashion-MNIST database of fashion articles  Boston housing price regression dataset Let us use the MNIST database of handwritten digits (or Weights. Model weights are large file so we have to download and extract the feature from ImageNet database. Some of the popular pre-trained models are listed below,  ResNet  VGG16  MobileNet
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 Lecture 1: Overview

    itself Example 2 T: Recognizing hand-written words P: Percentage of words correctly classified E: Database of human-labeled images of handwritten words Feng Li (SDU) Overview September 6, 2023 10 / 57 Categorize email messages as spam or legitimate P: Percentage of email messages correctly classified E: Database of emails, some with human-given labels Example 4 T: Driving on four-lane highways using vision
    0 码力 | 57 页 | 2.41 MB | 1 年前
    3
  • pdf文档 《TensorFlow 2项目进阶实战》2-快速上手篇:动⼿训练模型和部署服务

    Model 训练模型 保存和加载 h5 模型 保存和加载 SavedModel 模型 Fashion MNIST 数据集介绍 Original MNIST dataset The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and
    0 码力 | 52 页 | 7.99 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 35. Early-stopping-Dropout

    performance ▪ Stop at the highest val perf. Dropout ▪ Learning less to learn better ▪ Each connection has ? = 0, 1 to lose https://github.com/MorvanZhou/PyTorch-Tutorial Clarification ▪ torch.nn
    0 码力 | 16 页 | 1.15 MB | 1 年前
    3
  • pdf文档 深度学习下的图像视频处理技术-沈小勇

    or encoder-decoder network [Su et al, 2017] Remaining Challenges 82 Input Output conv skip connection Efficient Network Structure Multi-scale or cascaded refinement network [Nah et al, 2017] Remaining
    0 码力 | 121 页 | 37.75 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 1 - Introduction

    methodology of training new machine learning models for the past decade (Refer to Figure 1-1 for the connection between deep learning and machine learning). Deep Learning models have beaten previous baselines
    0 码力 | 21 页 | 3.17 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    for the long term, you need to improve recall by repetition (i.e., increase the weight of that connection). Can we do the same with neural networks? Can we optimally prune the network connections, remove
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    feed‐forward network)。具体来说,在计算编码器 的自注意力时,查询、键和值都来自前一个编码器层的输出。受 7.6节中残差网络的启发,每个子层都采用 了残差连接(residual connection)。在Transformer中,对于序列中任何位置的任何输入x ∈ Rd,都要求满 足sublayer(x) ∈ Rd,以便残差连接满足x + sublayer(x) ∈ Rd。在残差连接的加法计算之后,紧接着应用层
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
共 9 条
  • 1
前往
页
相关搜索词
PyTorch深度学习kerastutorialLectureOverviewTensorFlow快速入门实战上手训练模型部署服务深度学习35EarlystoppingDropout图像视频处理技术沈小勇EfficientDeepLearningBookEDLChapterIntroductionAdvancedCompressionTechniques动手v2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩