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

无数据

分类

全部后端开发(171)Python(171)PyWebIO(67)Celery(37)Conda(14)Django(1)Flask(1)

语言

全部英语(92)中文(简体)(73)中文(繁体)(1)

格式

全部PDF文档 PDF(104)其他文档 其他(66)DOC文档 DOC(1)
 
本次搜索耗时 0.132 秒,为您找到相关结果约 171 个.
  • 全部
  • 后端开发
  • Python
  • PyWebIO
  • Celery
  • Conda
  • Django
  • Flask
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 2 使用Python训练和部署低精度模型 张校捷

    使用Python训练和部署低精度模型 (TensorFlow版) 张校捷 2019/9/21 目录 CONTENTS 低精度的概念和意义 TensorFlow的FP16模型 TensorRT的FP16/Int8模型 总结 1 低精度的概念和意义 实数的16-bit半精度浮点数和8-bit定点数表示 使用低精度的意义 深度学习模型中实数的表示 FP32: E8M23 FP16: ResNet-50-v1.5 3.3X speedup SSD-RN50-FPN-640 2.5X speedup FP16浮点数(E5M10)的表示范围 FP16模型的训练方法 Int8模型的推断过程 2 TensorFlow的FP16模型 实数的16-bit半精度浮点数和8-bit定点数表示 使用低精度的意义 TensorCores适用条件 1. 卷积:K(输入通道),C(输出通道) 2 2=1 TF_ENABLE_CUDNN_TENSOR_OP_MATH_FP32=1 TF_ENABLE_CUDNN_RNN_TENSOR_OP_MATH_FP32=1 TensorFlow手动转换模型 import tensorflow as tf import numpy as numpy input = tf.placeholder(dtype=tf.float32, shape=[None
    0 码力 | 24 页 | 981.45 KB | 1 年前
    3
  • pdf文档 1 藤井美娜 Python的NLP实战分享 如何实现合同风险预测模型

    Python的NLP实战分享 如何实现合同风险预测模型? GVA TECH Co., Ltd 藤井美娜 自我介绍 2% |# | self-introduction • Machine Learning Engineer / Data Scientist • GVA TECH的人工智能法律服务AI-CON的多语言系统 开发负责人 inazo18 藤井美娜 目录 CONTENTS CONTENTS 1. Python NLP 入门 2. 多语言NLP攻略 3.“合同风险预测模型”实战经验分享 4. 总结 5% |### | today’s topic 1 Python NLP 入门 简单介绍自然语言处理的流程和使用corpus的EDA方法。 8% |##### | section1 NLP基础 11% |######### | section1 收集语料 前处理 section1 收集语料 前处理 分词 向量化 机器学习模型 各种OUTPUT 语义解析 NLP基础 22% |################## | section1 收集语料 前处理 分词 向量化 机器学习模型 各种OUTPUT 语义解析 有时候会把语义分析的结果做成 feature,放进机器学习模型里。 EDA NLP基础 25% |###################
    0 码力 | 36 页 | 3.95 MB | 1 年前
    3
  • pdf文档 3 Python的NLP实战分享 如何实现合同风险预测模型 藤井美娜

    Python的NLP实战分享 如何实现合同风险预测模型? GVA TECH Co., Ltd 藤井美娜 自我介绍 2% |# | self-introduction • Machine Learning Engineer / Data Scientist • GVA TECH的人工智能法律服务AI-CON的多语言系统 开发负责人 inazo18 藤井美娜 目录 CONTENTS CONTENTS 1. Python NLP 入门 2. 多语言NLP攻略 3.“合同风险预测模型”实战经验分享 4. 总结 5% |### | today’s topic 1 Python NLP 入门 简单介绍自然语言处理的流程和使用corpus的EDA方法。 8% |##### | section1 NLP基础 11% |####### | section1 收集语料 前处理 分词 收集语料 前处理 分词 向量化 (Vectorization) 机器学习模型 各种OUTPUT 语义解析 NLP基础 19% |################ | section1 收集语料 前处理 分词 向量化 机器学习模型 语义解析 有时候会把语义分析的结果feature, 放进机器学习模型里。 各种OUTPUT EDA NLP基础 23% |###################
    0 码力 | 33 页 | 1.67 MB | 1 年前
    3
  • pdf文档 Conda 23.3.x Documentation

    understand for users and developers alike. The following C4 model based architecture diagrams should help in that regard. As a refresher, the C4 model tries to visualize complex software systems at different automatically build as part of the development process for conda 23.3.1.post2+bdcba5dd0 (Jul 17, 2023). C4 stands for the for levels: 1. Context 2. Container 3. Component 4. Code 171 conda Documentation and how users relate to it. More information about how to interpret this diagram can be found in the C4 model documentation about the System Context diagram. 172 Chapter 6. Developer guide conda Documentation
    0 码力 | 370 页 | 2.94 MB | 8 月前
    3
  • pdf文档 Conda 23.5.x Documentation

    understand for users and developers alike. The following C4 model based architecture diagrams should help in that regard. As a refresher, the C4 model tries to visualize complex software systems at different automatically build as part of the development process for conda 0.0.0.dev0+placeholder (Jul 17, 2023). C4 stands for the for levels: 1. Context 2. Container 3. Component 4. Code 167 conda Documentation and how users relate to it. More information about how to interpret this diagram can be found in the C4 model documentation about the System Context diagram. 168 Chapter 6. Developer guide conda Documentation
    0 码力 | 370 页 | 3.11 MB | 8 月前
    3
  • pdf文档 Conda 23.10.x Documentation

    cleanup and adding Code of Conduct. • Add auto-built architecture documentation for conda based on the C4 Model. See the conda documentation for more information. • Expand the contributing documentation with understand for users and developers alike. The following C4 model based architecture diagrams should help in that regard. As a refresher, the C4 model tries to visualize complex software systems at different was automatically build as part of the development process for conda 23.10.1.dev3 (Nov 28, 2023). C4 stands for the for levels: 306 Chapter 4. Contributors welcome conda, Release 23.10.1.dev3 1. Context
    0 码力 | 773 页 | 5.05 MB | 8 月前
    3
  • pdf文档 Conda 23.7.x Documentation

    understand for users and developers alike. The following C4 model based architecture diagrams should help in that regard. As a refresher, the C4 model tries to visualize complex software systems at different documentation was automatically build as part of the development process for conda 23.7.4.dev7 (Sep 12, 2023). C4 stands for the for levels: 1. Context 2. Container 3. Component 4. Code 169 conda, Release 23 and how users relate to it. More information about how to interpret this diagram can be found in the C4 model documentation about the System Context diagram. 170 Chapter 5. Developer guide conda, Release
    0 码力 | 795 页 | 4.91 MB | 8 月前
    3
  • pdf文档 Conda 23.11.x Documentation

    cleanup and adding Code of Conduct. • Add auto-built architecture documentation for conda based on the C4 Model. See the conda documentation for more information. • Expand the contributing documentation with understand for users and developers alike. The following C4 model based architecture diagrams should help in that regard. As a refresher, the C4 model tries to visualize complex software systems at different was automatically build as part of the development process for conda 23.11.1.dev1 (Dec 04, 2023). C4 stands for the for levels: 308 Chapter 4. Contributors welcome conda, Release 23.11.1.dev1 1. Context
    0 码力 | 781 页 | 4.79 MB | 8 月前
    3
  • pdf文档 Conda 24.1.x Documentation

    cleanup and adding Code of Conduct. • Add auto-built architecture documentation for conda based on the C4 Model. See the conda documentation for more information. • Expand the contributing documentation with understand for users and developers alike. The following C4 model based architecture diagrams should help in that regard. As a refresher, the C4 model tries to visualize complex software systems at different documentation was automatically build as part of the development process for conda 24.1.2.dev2 (Feb 19, 2024). C4 stands for the for levels: 4.6. Developer guide 311 conda, Release 24.1.2.dev2 1. Context 2. Container
    0 码力 | 795 页 | 4.73 MB | 8 月前
    3
  • pdf文档 Conda 24.3.x Documentation

    cleanup and adding Code of Conduct. • Add auto-built architecture documentation for conda based on the C4 Model. See the conda documentation for more information. • Expand the contributing documentation with understand for users and developers alike. The following C4 model based architecture diagrams should help in that regard. As a refresher, the C4 model tries to visualize complex software systems at different documentation was automatically build as part of the development process for conda 24.3.1.dev2 (Apr 10, 2024). C4 stands for the for levels: 4.6. Developer guide 315 conda, Release 24.3.1.dev2 1. Context 2. Container
    0 码力 | 786 页 | 4.98 MB | 8 月前
    3
共 171 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
使用Python训练部署精度模型张校藤井美娜NLP实战分享如何实现合同风险预测Conda23.3Documentation23.523.1023.723.1124.124.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩