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

无数据

分类

全部后端开发(32)数据库(21)PostgreSQL(21)其它语言(12)云计算&大数据(12)机器学习(11)Idris(9)Python(6)Celery(6)PHP(2)

语言

全部英语(53)中文(简体)(11)西班牙语(1)

格式

全部PDF文档 PDF(62)其他文档 其他(4)
 
本次搜索耗时 0.040 秒,为您找到相关结果约 66 个.
  • 全部
  • 后端开发
  • 数据库
  • PostgreSQL
  • 其它语言
  • 云计算&大数据
  • 机器学习
  • Idris
  • Python
  • Celery
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 机器学习课程-温州大学-15深度学习-GAN

    深度学习-生成式深度学习 黄海广 副教授 2 03 GAN 的应用 本章目录 01 生成式深度学习简介 02 GAN的理论与实现模型 04 GAN的思考与前景 3 03 GAN 的应用 01 生成式深度学习简介 02 GAN的理论与实现模型 04 GAN的思考与前景 1.生成式深度学习简介 4  深度学习中常见生成式模型 其隐变量z是一个单值映射:z=f(x)  变分自编码(VAE)  其隐变量z是一个正态分布的采样  生成式对抗网络(GAN)  条件生成式对抗网络(CGAN)  在生成器和判别器中添加某一标签信息  深度卷积生成式对抗网络(DCGAN)  判别器和生成器都使用了卷积神经网络(CNN)来替代GAN 中的多层感知机  为了使整个网络可微,拿掉了CNN 中的池化层  将全连接层以全局池化层替代以减轻计算量。 生成式深度学习简介 7 变分自编码(VAE)生成图像 1.生成式深度学习简介 8 03 GAN 的应用 01 生成式深度学习简介 02 GAN的理论与实现模型 04 GAN的思考与前景 2. GAN的理论与实现模型 9 GAN的概念简介及提出背景 概念简介 提出背景 GAN (Generative Adversarial Networks) ,中文翻译为生成式对抗网络,是
    0 码力 | 35 页 | 1.55 MB | 1 年前
    3
  • pdf文档 深度学习:GAN

    深度学习:GAN 主讲人:龙良曲 https://blog.openai.com/generative-models/ Our Goal: ?(?) https://www.mathworks.com/help/stats/simulate-data-from-a-gaussian-mixture- model.html What does ? ? looks like? http://www orks-explained- 34472718707a How to train? https://lilianweng.github.io/lil-log/2017/08/20/from-GAN-to-WGAN.html Done! https://medium.com/syncedreview/biggan-a-new-state-of-the-art-in-image-synthesis- google.com/drive/folders/1lWC6XEPD0LT5KUnPXeve_kWeY-FxH002 Having Fun ▪ https://reiinakano.github.io/gan-playground/ ▪ https://affinelayer.com/pixsrv/ ▪ https://www.youtube.com/watch?v=9reHvktowLY&feature=youtu
    0 码力 | 42 页 | 5.36 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    12.5 VAE 实战 12.6 参考文献 第 13 章 生成对抗网络 13.1 博弈学习实例 13.2 GAN 原理 13.3 DCGAN 实战 13.4 GAN 变种 预览版202112 13.5 纳什均衡 13.6 GAN 训练难题 13.7 WGAN 原理 13.8 WGAN-GP 实战 13.9 参考文献 第 14 章 年~2019 年之间重大的时间 节点。 预览版202112 1.3 深度学习特点 7 2006 DBN深度 置信网络 ImageNet 2009 2012 AlexNet 提出 GAN生成 对抗网络 2014 2015 DQN AlphaGO 2016 2017 AlphaGO Zero 2019 OpenAI Five ResNet 2015 2014 VGG GooLeNet Generation) 是指通过学习真实图片的分布,并从学习到的分布中采样 而获得逼真度较高的生成图片。目前常见的生成模型有 VAE 系列、GAN 系列等。其中 GAN 系列算法近年来取得了巨大的进展,最新 GAN 模型产生的图片效果达到了肉眼难辨 真伪的程度,如图 1.17 为某 GAN 模型的生成图片。 除了上述应用,深度学习也在其它方向上取得了不俗的效果,比如艺术风格迁移(图 1.18)、超分辨率、AI
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 3 - Learning Techniques

    techniques like Synthetic Minority Oversampling Technique16 (SMOTE) and Generative Adversarial Network17 (GAN) which can generate synthetic data for images. While SMOTE leverages statistical models for sample sophisticated approach for sample generation. Let’s learn about GAN, which is one such approach that leverages deep learning for this purpose. A GAN is composed of two neural networks: a generator network and increasingly sophisticated agents. Figure 3-15: Architecture of a Generative Adversarial Network (GAN). It has three phases: discriminator training, generator training and the synthetic sample generation
    0 码力 | 56 页 | 18.93 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 54. AutoEncoder自编码器

    exploring-latent-space-with-adversarial-2d53a6f8a4f9 Adversarial AutoEncoders ▪ Give more details after GAN https://towardsdatascience.com/a-wizards-guide-to-adversarial-autoencoders-part-2- exploring-late e/reconst_images_7.png Generative model https://jmetzen.github.io/2015-11-27/vae.html VAE V.S. GAN https://medium.com/@wuga/generate-anime-character-with-variational-auto-encoder- 81e3134d1439 下一课时
    0 码力 | 29 页 | 3.49 MB | 1 年前
    3
  • pdf文档 人工智能发展史

    http://www.iro.umontreal.ca/~vincentp/ift3395/lectures/backprop_old.pdf Predictability Minimization V.S. GAN https://zhuanlan.zhihu.com/p/27159510 Can deal with simplest scenario Why http://www.iro.umontreal Initialization ▪ Dropout http://www.iro.umontreal.ca/~vincentp/ift3395/lectures/backprop_old.pdf GAN:2014 https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf BigGAN https://arxiv.org/pdf/1809
    0 码力 | 54 页 | 3.87 MB | 1 年前
    3
  • pdf文档 Hardening Guide - Rancher v2.3.3+

    s w or d t h at m e e t s t h e r e c om m e n d e d p as s w or d s t an d ar d s f or y ou r or gan i z at i on . 3. 2. 2 - C on fi gu r e an I d e n t i t y P r ov i d e r f or A u t h e n t i c at h e r c l u s t e r . D oi n g s o as s u r e s t h at ac c e s s c on t r ol f ol l ow s t h e or gan i z at i on ’ s c h an ge m an age m e n t p r oc e s s f or u s e r ac c ou n t s . A u d i t • e n c e , p op u l ar c l ou d p r ov i d e r s ar e e n ab l e d b y d e f au l t . I f t h e or gan i z at i on d oe s n ot i n t e n d t o u s e t h e s e or d oe s n ot al l ow u s e r s t o p r ov
    0 码力 | 44 页 | 279.78 KB | 1 年前
    3
  • pdf文档 The Definitive Guide to Yii 1.1

    s , w e c an or gan i z e an ap p l i c at i on i n a m od u l ar f as h i on . F or e x am p l e , t h e f ol l ow i n g d i r e c t or y s t r u c t u r e m ay b e u s e d t o or gan i z e t h e c od as i l y i n f u t u r e p r oj e c t s . 2 . 8 . 1 C r e a t i ng M o dul e A m od u l e i s or gan i z e d as a d i r e c t or y w h os e n am e s e r v e s as i t s u n i q u e I D . T h e s t r u 6 . E x t e n d i n g Y i i • F i l e s b e l on gi n g t o an e x t e n s i on s h ou l d b e or gan i z e d u n d e r t h e s am e d i r e c t or y w h os e n am e i s t h e e x t e n s i on n am e
    0 码力 | 184 页 | 1.05 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 53. 情感分类实战

    K80 for GPU ▪ no need to cross GFW Load Dataset Network Load word embedding Train Test 下一课时 GAN Thank You.
    0 码力 | 11 页 | 999.73 KB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 44. 数据增强

    Regularization ▪ Data argumentation Recap Data argumentation ▪ Flip ▪ Rotate ▪ Random Move & Crop ▪ GAN https://medium.com/nanonets/how-to-use-deep-learning-when-you-have-limited-data- part-2-data-augm
    0 码力 | 18 页 | 1.56 MB | 1 年前
    3
共 66 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
机器学习课程温州大学15深度GANPyTorch入门实战56深度学习EfficientDeepLearningBookEDLChapterTechniques54AutoEncoder编码码器编码器人工智能人工智能发展发展史HardeningGuideRancherv23.3TheDefinitivetoYii1.153情感分类44数据增强
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩