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

无数据

分类

全部云计算&大数据(70)后端开发(54)Apache Kyuubi(44)综合其他(35)数据库(24)机器学习(23)Blender(21)Python(20)Django(16)PostgreSQL(14)

语言

全部英语(137)中文(简体)(44)中文(繁体)(10)法语(2)日语(1)韩语(1)英语(1)

格式

全部PDF文档 PDF(156)其他文档 其他(37)DOC文档 DOC(2)PPT文档 PPT(2)
 
本次搜索耗时 0.034 秒,为您找到相关结果约 197 个.
  • 全部
  • 云计算&大数据
  • 后端开发
  • Apache Kyuubi
  • 综合其他
  • 数据库
  • 机器学习
  • Blender
  • Python
  • Django
  • PostgreSQL
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 法语
  • 日语
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 机器学习课程-温州大学-14深度学习-Vision Transformer (ViT)

    1 2023年06月 深度学习-Vision Transformer (ViT) 黄海广 副教授 2 03 模型训练策略 本章目录 01 背景知识 02 模型介绍 04 模型的缺点与改进 05 模型的代码实现 3 1.背景知识 03 模型训练策略 01 背景知识 02 模型介绍 04 模型的缺点与改进 05 背景知识 7 为什么需要用transformer CNN(如ResNet)是图像分类的最 佳解决方案。 如果预训练的数据集足够大(至少一 亿张图像),则Vision Transformer (ViT)将击败CNN(小幅度) Vision Transformer(ViT)实际上就 是Transformer的encode网络。 1.背景知识 8 2.模型介绍 03 模型训练策略 类,只需要 ?0。 2.模型介绍 18 1.背景知识 将encoder得到的结果 输入分类层 encoder 会输出多个上 下文向量,对于图像分 类,只需要 ?0。 19 模型框架 最简洁的Vision Transformer模型 ,先将图片分成 16x16的patch块, 送入transformer encoder,第一个 cls token的输出送 入mlp head得到 预测结果。
    0 码力 | 34 页 | 2.78 MB | 1 年前
    3
  • pdf文档 2020美团技术年货 算法篇

    lstm towards pedestrian trajectory prediction[C]//Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2019: 12085-12094. [2] Gupta A, Johnson J, Fei-Fei L, et al. Social gan: trajectories with generative adversarial networks[C]//Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2018: 2255-2264. [3] Sadeghian A, Kosaraju V, Sadeghian A, et al. Sophie: compliant to social and physical constraints[C]//Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2019: 1349-1358. [4] Liang J, Jiang L, Niebles J C, et al. Peeking into
    0 码力 | 317 页 | 16.57 MB | 1 年前
    3
  • pdf文档 Greenplum 5.0 and Roadmap

    class relational engine 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 PostgreSQL Base Vision Greenplum in the long run will be based on latest PostgreSQL Upcoming Roadmap – GPDB 5.0 release technologies 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 Performance: Query Optimization Vision Our new cost-based optimizer, Orca, will become the default optimizer in GPDB for all workloads Levels 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 Performance: Query Execution Vision Dynamic Code Generation is a next gen performance enabling technology Upcoming Roadmap • LLVM
    0 码力 | 27 页 | 2.66 MB | 1 年前
    3
  • pdf文档 GitOps 2.0 The Future of DevOps Ebook

    scale 1.10. GitOps and Helm 1.11. Continuous Deployment 1.12. Secrets management 2. A Vision of GitOps 2.0 2.1. Visibility into the whole software lifecycle 2.2. Observability and business 2.5. Built-in handling for rollbacks and secrets 2.6. Running GitOps at scale 2.7. Making the vision for GitOps 2.0 a reality 3. GitOps 2.0 with Codefresh & ArgoCD 3.1. Getting visibility into standards we aim to implement in what we defined as our vision for GitOps2.0. We will explain a set of solutions both in theory (the vision) as well as in practice (our implementation).
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 《TensorFlow 快速入门与实战》7-实战TensorFlow人脸识别

    �� �������a����� ����“��”���� ���������������������� ��GPU������������ ������ CVPR (Computer Vision and Pattern Recognition� 2015 ��������� ����FaceNet �FaceNet �������������������������� ���� LFW�Labeled embedding for face recognition and clustering. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 815-823). ������ – �� ������ – �� ������ – ������ ������ – �� ������ Wen, Jian Sun. Bayesian face revisited: a joint formulation. 2012, european conference on computer vision. MSRA “Feature Master” �� ��3���� � �21� �0�1 ����e�FD3F����A�L��]�gP[�����o��� �3�h��� ��� 6
    0 码力 | 81 页 | 12.64 MB | 1 年前
    3
  • pdf文档 Moonshot AI 介绍

    ⼤规模(数⼗PB数据、百万台机器)分 布式系统数量级性能优化的经验。 c. ⽬前团队⼈数超过80⼈,每个⽉都有在全球某个领域有显著影响⼒的⼈加⼊。 2.团队聚焦底层技术创新,技术Vision强 a. 引领⼤模型的“⽆损⻓上下⽂”时代。2023年10⽉上旬,在产品Kimi智能助⼿中实现“⽆损 ⻓上下⽂窗⼝(LosslessLongContextWindow)”,⽀持20万汉字输⼊,实现对⻓⽂本的⽆ 题都是互相关联的,多模态可以缓解数据短缺,合成数据则可以通过改变计算范式解决能源问题。 本⽂还试图回答另⼀个外界普遍关⼼的问题:⼀家新创⽴的AGI公司如何超越OpenAI?杨植麟的答案 是techvision,⼀号位要能做出技术判断,同时还能拍板执⾏。⼀个具体的例⼦是,⽉之暗⾯希望⽐ OpenAI更关⼼⽤⼾,原因是杨植麟判断⽤⼾数据的scaleup的效果最终会超越basemodel⾃⾝。 OpenAI显然是追求“登⽉”的,不⾜可能是没那么注重⽤⼾和客⼾体验。⽉之暗⾯和OpenAI的差 异化路径会在哪⼉?有什么是⽉之暗⾯能做⽽OpenAI不做的? 杨植麟:短期内关键的⼀点在于⼤家的techvision不完全相同。很多领域并不是OpenAI的核⼼竞争 ⼒,⽐如图⽚⽣成,DALL-E3⾄少⽐Midjourney落后⼀代。GPT的long-context也并不是state-of-
    0 码力 | 74 页 | 1.64 MB | 1 年前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    out = Flatten()(x) vision_model = Model(digit_input, out) # 然后,定义区分数字的模型 digit_a = Input(shape=(27, 27, 1)) digit_b = Input(shape=(27, 27, 1)) # 视觉模型将被共享,包括权重和其他所有 out_a = vision_model(digit_a) out_b out_b = vision_model(digit_b) concatenated = keras.layers.concatenate([out_a, out_b]) 快速开始 24 out = Dense(1, activation='sigmoid')(concatenated) classification_model = Model([digit_a, digit_b], out) 这个模型会把一张图像编码为向量。 vision_model = Sequential() vision_model.add(Conv2D(64, (3, 3), activation='relu', padding='same', input_shape=(224, 224, 3))) vision_model.add(Conv2D(64, (3, 3), activation='relu')) vision_model
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 6 - Advanced Learning Techniques - Technical Review

    describe the general principles of Self-Supervised learning which are applicable to both language and vision. We will also demonstrate its efficacy through a colab. Finally, we introduce miscellaneous techniques steps: 1. Pre-training: This step teaches the model about the world it is operating in (language, vision, multimodal) through certain tasks which ensure that the model learns general representations of e-books, Wikipedia and other sources for NLU related models, and web images & videos for computer vision models. We can then construct the final dataset for the pretext task by simply masking the input
    0 码力 | 31 页 | 4.03 MB | 1 年前
    3
  • pdf文档 1 Python在Azure Notebook产品发展中的核心地位 以及通过Visual Studio Code的最佳Azure实践 韩骏

    解决方案 Azure Machine Learning • Your data • Your model Azure Custom Vision • Your data • Our model Azure Computer Vision • Our data • Our model 解决方案 ToB: AI + IoT https://github.com/jxtxzz Functions • Azure Stream Analytics • Azure Machine Learning • Azure Custom Vision 使用 VS Code 进行开发 1. 使用 Azure Custom Vision 构建 image classifier 2. 把 image classifier 导出为 Docker 项目 3. 创建 IoT Edge solution IoT Edge solution 到边缘设备 https://docs.microsoft.com/en-us/azure/iot-edge/tutorial-deploy- custom-vision 展望未来 Azure Notebook 与 VS Code 各有所长 • Azure Notebook • 便捷性 • 连接到云端环境 • VS Code • 编辑功能 • 版本控制
    0 码力 | 55 页 | 14.99 MB | 1 年前
    3
  • pdf文档 敏捷开发/LIVE-211是什么,聊聊研发效能度量那些事儿

    Metrics 效能改进的愿景 目标 Vision Metrics 改进是系统工程 System improvement 没有度量量的管理理,就是… Content 好的度量是什么 What’s Good Metrics 研发效能度量体系 R&D Efficiency Metrics 效能改进的愿景 目标 Vision Metrics 改进是系统工程 System 要简单 Content 好的度量是什么 What’s Good Metrics 研发效能度量体系 R&D Efficiency Metrics 效能改进的愿景 目标 Vision Metrics 改进是系统工程 System improvement 研发效能的度量量 需求响应周期 持续发布能力 交付吞吐率 交付过程质量 交付质量 交付周期 开发周期 其分布情况和解决时长等。 Content 好的度量是什么 What’s Good Metrics 研发效能度量体系 R&D Efficiency Metrics 效能改进的愿景 目标 Vision Metrics 改进是系统工程 System improvement 早期愿景⽬目标:2-1-3 从想法提出并确认,到上线的时间 从需求设计完成到上线的时间 在集成过程中,对变更的测试验证时长
    0 码力 | 36 页 | 7.19 MB | 1 年前
    3
共 197 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 20
前往
页
相关搜索词
机器学习课程温州大学14深度VisionTransformerViT2020美团技术年货算法Greenplum5.0andRoadmapGitOps2.0TheFutureofDevOpsEbookTensorFlow快速入门实战人脸识别人脸识别MoonshotAI介绍Keras基于PythonEfficientDeepLearningBookEDLChapterAdvancedTechniquesTechnicalReviewAzureNotebook产品发展核心地位以及通过VisualStudioCode最佳实践韩骏敏捷开发LIVE211什么聊聊研发效能度量那些事儿
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩