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

无数据

分类

全部云计算&大数据(506)VirtualBox(113)机器学习(84)OpenShift(75)Apache Kyuubi(44)Kubernetes(35)Pandas(32)rancher(16)云原生CNCF(16)RocketMQ(12)

语言

全部英语(271)中文(简体)(223)中文(简体)(6)英语(4)西班牙语(1)

格式

全部PDF文档 PDF(478)其他文档 其他(24)PPT文档 PPT(3)DOC文档 DOC(1)
 
本次搜索耗时 0.301 秒,为您找到相关结果约 506 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • 机器学习
  • OpenShift
  • Apache Kyuubi
  • Kubernetes
  • Pandas
  • rancher
  • 云原生CNCF
  • RocketMQ
  • 全部
  • 英语
  • 中文(简体)
  • 中文(简体)
  • 英语
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《TensorFlow 快速入门与实战》6-实战TensorFlow验证码识别

    第六部分 实战 TensorFlow 验证码识别 扫描二维码 试看/购买《TensorFlow 快速入门与实战》视频课程 • 准备模型开发环境 • 生成验证码数据集 • 输入与输出数据处理 • 模型结构设计 • 模型损失函数设计 • 模型训练过程分析 • 模型部署与效果演示 第六部分 目录 准备模型开发环境 第三方依赖包 数据集生成 • Pillow • captcha 数据, 它应该为一般的图像处理工 具提供坚实的基础。 https://github.com/python-pillow/Pillow captcha Catpcha 是一个生成图像和音频验证码的开源工具库。 https://github.com/lepture/captcha from captcha.image import ImageCaptcha from captcha.audio https://github.com/pallets/flask 生成验证码数据集 验证码(CAPTCHA)简介 全自动区分计算机和人类的公开图灵测试(英语:Completely Automated Public Turing test to tell Computers and Humans Apart,简称CAPTCHA),俗称验证码,是一种区分用户是 计算机或人的公共全自动程序。在CAPTCHA测试中,作为服务器的计算机会自动生成一
    0 码力 | 51 页 | 2.73 MB | 1 年前
    3
  • pdf文档 Apache APISlX from Gateway to Full Traffic Proxy with Istio

    0 码力 | 15 页 | 1.29 MB | 5 月前
    0.03
  • pdf文档 Istio 2021 Roadmap A heartwarming work of staggering predictability

    0 码力 | 17 页 | 633.89 KB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 54. AutoEncoder自编码器

    Supervised Learning https://towardsdatascience.com/supervised-vs-unsupervised-learning-14f68e32ea8d Massive Unlabeled data Unsupervised Learning https://medium.com/intuitionmachine/predictive-lear com/applied-deep-learning-part-3-autoencoders- 1c083af4d798 https://towardsdatascience.com/a-wizards-guide-to-adversarial-autoencoders-part-1- autoencoder-d9a5f8795af4 How to Train? PCA V.S. Auto-Encoders e.com/a-wizards-guide-to-adversarial-autoencoders-part-2- exploring-latent-space-with-adversarial-2d53a6f8a4f9 Adversarial AutoEncoders ▪ Give more details after GAN https://towardsdatascience.com/
    0 码力 | 29 页 | 3.49 MB | 1 年前
    3
  • pdf文档 使用适用于Android 的VMware View Client

    到 View 桌面。 n 使用嵌入式 RSA SecurID 软件令牌第 7 页, 如果您创建 RSA SecurID 软件令牌并将其分发给最终用户,他们只需要输入 PIN 码即可进行身份验证, 不需要输入 PIN 码和令牌代码。 VMware, Inc. 5 n 支持的 View 桌面操作系统第 8 页, 管理员可以使用客户操作系统来创建虚拟机,并在客户操作系统中安装 View Agent。最终用户可以从客 显示协议。请参阅《VMware View 管理指南》文档。 使用嵌入式 RSA SecurID 软件令牌 如果您创建 RSA SecurID 软件令牌并将其分发给最终用户,他们只需要输入 PIN 码即可进行身份验证,不需 要输入 PIN 码和令牌代码。 设置要求 注意 仅当使用 View Client 1.6 或更高版本时,这项功能才可用。 您可使用压缩令牌格式 (Compressed Token Format 格式的令牌文件,因其扩展名为 .sdtid,所以称为 SDTID 文件。View Client 可以直接导入 SDTID 文件。 安装软件令牌后,最终用户可输入 PIN 码进行身份验证。使用外部 RSA 令牌时,最终用户必须输入 PIN 码和 由硬件或软件身份验证令牌生成的令牌代码。 如果在 View Client 连接到启用了 RSA 的 View 连接服务器后,最终用户需要将 URL 复制粘贴到 View
    0 码力 | 24 页 | 889.72 KB | 1 年前
    3
  • pdf文档 尚硅谷大数据技术之Hadoop(生产调优手册)

    的/opt/module 目录和/etc/profile.d/my_env.sh 到 hadoop105 [atguigu@hadoop102 opt]$ scp -r module/* atguigu@hadoop105:/opt/module/ [atguigu@hadoop102 opt]$ sudo scp /etc/profile.d/my_env.sh root@hadoop105:/etc/profile root@hadoop105:/etc/profile.d/my_env.sh [atguigu@hadoop105 hadoop-3.1.3]$ source /etc/profile (4)删除 hadoop105 上 Hadoop 的历史数据,data 和 log 数据 [atguigu@hadoop105 hadoop-3.1.3]$ rm -rf data/ logs/ (5)配置 hadoop102 threshold 10 第 5 章 HDFS—存储优化 注:演示纠删码和异构存储需要一共 5 台虚拟机。尽量拿另外一套集群。提前准备 5 台 服务器的集群。 5.1 纠删码 5.1.1 纠删码原理 HDFS 默认情况下,一个文件有 3 个副本,这样提高了数据的可靠性,但也带来了 2 倍 的冗余开销。Hadoop3.x 引入了纠删码,采用计算的方式,可以节省约 50%左右的存储空间。
    0 码力 | 41 页 | 2.32 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 安装

    as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the worker 13m v1.21.6+bb8d50a example-compute2.example.com Ready worker 13m v1.21.6+bb8d50a example-compute4.example.com Ready worker 14m v1.21.6+bb8d50a example-control1.example.com master 52m v1.21.6+bb8d50a example-control2.example.com Ready master 55m v1.21.6+bb8d50a example-control3.example.com Ready master 55m v1.21.6+bb8d50a $ oc get machines -A 第 第
    0 码力 | 4634 页 | 43.96 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.6 节点

    as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the NAME READY STATUS RESTARTS AGE console-698d866b78-bnshf 1/1 Running 2 165m console-698d866b78-m87pm 1/1 Running 2 165m $ oc get pods -o wide NOMINATED NODE console-698d866b78-bnshf 1/1 Running 2 166m 10.128.0.24 ip-10-0-152- 71.ec2.internal console-698d866b78-m87pm 1/1 Running 2
    0 码力 | 404 页 | 3.60 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.14 安装

    as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the worker 13m v1.21.6+bb8d50a example-compute2.example.com Ready worker 13m v1.21.6+bb8d50a example-compute4.example.com Ready worker 14m v1.21.6+bb8d50a example-control1.example.com master 52m v1.21.6+bb8d50a example-control2.example.com Ready master 55m v1.21.6+bb8d50a example-control3.example.com Ready master 55m v1.21.6+bb8d50a $ oc get machines -A 第 第
    0 码力 | 3881 页 | 39.03 MB | 1 年前
    3
  • pdf文档 What's New In Apache Ozone 1.3

    Ozone 1.3 新功能 I. 纠删码(Erasure coding) II. 系统均衡器(Container Balancer) III. 性能优化 - ⽂件系统优化(File System Optimization) IV. 性能优化 - 合并Container RocksDB实例 V. 很多其他的性能和稳定性优化 6 纠删码 数据可靠性 (越⾼越好) 存储效率 (越⾼越好) 67% EC RS(10, 4) 4 71% EC RS(3,2) 2 60% 以计算为代价,满⾜数据可靠性的同时, 降低数据存储成本 数据可靠性 vs. 存储效率 7 Ozone条带纠删码 I. 物理块:每个DN磁盘上的数据块,默认256MB II. 逻辑EC块:满⾜EC策略的⼀个⽤户数据块。例如RS-3-2,⼀个逻辑块3*256MB⼤⼩ III. 条带:条带的默认粒度1MB,可配置 C策略的副本实例 8 数据写⼊ DN5 C-1 C-2 B-1-p B-2-p DN1 C-1 C-2 B-1-d B-2-d DN2 C-1 C-2 B-1-d B-2-d DN3 C-1 C-2 B-1-d B-2-d DN4 C-1 C-2 B-1-p B-2-p EC Container Group1 EC Container
    0 码力 | 24 页 | 2.41 MB | 1 年前
    3
共 506 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 51
前往
页
相关搜索词
TensorFlow快速入门实战验证验证码识别c5dApacheAPISIXd1kIstio2021RoadmapNeerajLouis深度学习PyTorch54AutoEncoder编码码器编码器使用适用AndroidVMwareViewClient硅谷大数技术Hadoop生产调优手册OpenShiftContainerPlatform4.13安装4.6节点4.14Apache OzoneOzone
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩