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

无数据

分类

全部后端开发(577)综合其他(338)Python(236)Weblate(201)云计算&大数据(104)数据库(97)UML(97)Julia(87)PyWebIO(84)C++(64)

语言

全部英语(915)中文(简体)(131)中文(繁体)(20)日语(18)韩语(13)德语(12)西班牙语(12)法语(12)俄语(12)英语(5)

格式

全部PDF文档 PDF(888)其他文档 其他(266)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.054 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Weblate
  • 云计算&大数据
  • 数据库
  • UML
  • Julia
  • PyWebIO
  • C++
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 德语
  • 西班牙语
  • 法语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Set Sail for a Ship-Shape Istio Release

    #IstioCon Set Sail for a Ship-Shape Istio Release Brian Avery / twitter: @briansvgs / Red Hat Senior Software Engineer Eric Van Norman / twitter: @kf0s / IBM Senior Software Engineer #IstioCon First
    0 码力 | 18 页 | 199.43 KB | 1 年前
    3
  • pdf文档 keras tutorial

    layers import Dense, Activation model = Sequential() model.add(Dense(512, activation='relu', input_shape=(784,))) Where,  Line 1 imports Sequential model from Keras models  Line 2 imports Dense Dense, Activation, Dropout model = Sequential() model.add(Dense(512, activation='relu', input_shape=(784,))) model.add(Dropout(0.2)) model.add(Dense(512, activation='relu')) model.add(Dropout(0.2)) hold 3-D shape is shown below: Keras 22 >>> data = k.placeholder(shape=(1,3,3)) >>> data shape=(1, 3, 3) dtype=float32> If you use int_shape(), it
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 Design Patterns

    100+ developersclass Shape { public: virtual ~Shape() = default; virtual void draw() const = 0; // ... several other virtual functions }; class Circle : public Shape { public: default; virtual void draw( ConcreteShape const& shape ) const = 0; }; 57 A Classic Object-Oriented Solutionclass Shape { public: virtual ~Shape() = default; virtual void draw() const const = 0; // ... several other virtual functions }; class Circle : public Shape { public: Circle( double rad, std::unique_ptr>&& ds ) : radius{ rad } , // .
    0 码力 | 136 页 | 7.95 MB | 5 月前
    3
  • pdf文档 Breaking Dependencies: The SOLID Principles

    Construction)enum ShapeType { circle, square }; class Shape { public: explicit Shape( ShapeType t ) : type{ t } {} virtual ~Shape() = default; ShapeType getType() const noexcept; noexcept; private: ShapeType type; }; class Circle : public Shape { public: explicit Circle( double rad ) : Shape{ circle } , radius{ rad } , // ... Remaining data members Approachenum ShapeType { circle, square }; class Shape { public: explicit Shape( ShapeType t ) : type{ t } {} virtual ~Shape() = default; ShapeType getType() const noexcept;
    0 码力 | 96 页 | 2.14 MB | 5 月前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    import Sequential from keras.layers import Dense, Activation model = Sequential([ Dense(32, input_shape=(784,)), Activation('relu'), Dense(10), Activation('softmax'), ]) 也可以使用 .add() 方法将各层添加到模型中: 因为下面的层可以自动地推断尺寸)需要接收关于其输入尺寸的信息。有几种方法来做到这一 点: • 传递一个 input_shape 参数给第一层。它是一个表示尺寸的元组 (一个整数或 None 的元 组,其中 None 表示可能为任何正整数)。在 input_shape 中不包含数据的 batch 大小。 • 某些 2D 层,例如 Dense,支持通过参数 input_dim 指定输入尺寸,某些 batch_size 参数给一个层。如果你同时将 batch_size=32 和 input_shape=(6, 8) 传递给一个层,那么每一批输入的尺寸就为 (32,6,8)。 因此,下面的代码片段是等价的: model = Sequential() model.add(Dense(32, input_shape=(784,))) model = Sequential() model.add(Dense(32
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    的重 要功能就是利用 GPU 方便地实现并行计算加速功能。为了演示 GPU 的加速效果,我们通 过完成多次矩阵?和矩阵?的矩阵相乘运算,并测量其平均运算时间来比对。其中矩阵?的 shape 为[1,?],矩阵?的 shape 为[?, 1],通过调节?即可控制矩阵的大小。 首先分别创建使用 CPU 和 GPU 环境运算的 2 个矩阵,代码如下: # 创建在 CPU 上运算的 2 个矩阵 量的真实样本数据。以手写的数 字图片识别为例,如图 3.1 所示,需要收集较多的由真人书写的 0~9 的数字图片,为了便 于存储和计算,通常把收集的原始图片缩放到某个固定的大小(Size 或 Shape),比如 224 个 像素的行和 224 个像素的列(224 × 224),或者 96 个像素的行和 96 个像素的列(96 × 96), 图片样本将作为输入数据 x。同时,还需要给每一张图片标注一个标签(Label)信息,它将 对象是如何产生批量数据的,可以试着加载一个批的数据并 观察。代码如下: # 加载一个批数据,并观察数据形状 x, y = next(iter(train_loader)) print(x.shape, y.shape, x.min(), x.max()) plot_image(x, y, 'Image') # 观察图片 运行可得批中 x 的形状为:torch.Size([512, 1, 28
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
  • epub文档 Inkscape Beginners’ Guide 1.1

    at high resolutions (lots of pixels in a small area) you can have very fine control over color and shape; raster images can contain millions of colors and look very realistic. However, the major downside several ways for creating vector images, which can, of course, be combined: using the geometric shape tools using the path tools, much like a pencil on paper starting from a photo, a scanned image, or In this section, we’ll start out by exploring the easiest way to create a drawing in Inkscape: the shape tools. We will also get to know some of the most commonly used tools or features. If you have any
    0 码力 | 241 页 | 14.61 MB | 1 年前
    3
  • epub文档 Inkscape Beginners’ Guide latest

    at high resolutions (lots of pixels in a small area) you can have very fine control over color and shape; raster images can contain millions of colors and look very realistic. However, the major downside several ways for creating vector images, which can, of course, be combined: using the geometric shape tools using the path tools, much like a pencil on paper starting from a photo, a scanned image, or In this section, we’ll start out by exploring the easiest way to create a drawing in Inkscape: the shape tools. We will also get to know some of the most commonly used tools or features. If you have any
    0 码力 | 240 页 | 15.19 MB | 1 年前
    3
  • pdf文档 Inkscape Beginners’ Guide latest

    . . . . . . . . . . . . . . . . . . . . . . . . . 52 8 Ways of Drawing in Inkscape 54 1 9 The Shape Tools 55 10 The Selector Tool 57 10.1 Paste on top of selection . . . . . . . . . . . . . . . . Node Tool 97 23 Node Tool Options 100 24 About Node Types 104 25 Editing Nodes on a Geometrical Shape 107 26 The Tweak Tool 108 27 Colors 111 28 The Color Palette 112 29 The Fill and Stroke Dialog at high resolutions (lots of pixels in a small area) you can have very fine control over color and shape; raster images can contain millions of colors and look very realistic. However, the major downside
    0 码力 | 237 页 | 13.11 MB | 1 年前
    3
  • pdf文档 Inkscape Beginners’ Guide 1.1

    . . . . . . . . . . . . . . . . . . . . . . . . . . 54 8 Ways of Drawing in Inkscape 56 9 The Shape Tools 57 1 10 The Selector Tool 59 10.1 Paste on top of selection . . . . . . . . . . . . . . Node Tool 99 23 Node Tool Options 102 24 About Node Types 106 25 Editing Nodes on a Geometrical Shape 109 26 The Tweak Tool 110 27 Colors 113 28 The Color Palette 114 29 The Fill and Stroke Dialog at high resolutions (lots of pixels in a small area) you can have very fine control over color and shape; raster images can contain millions of colors and look very realistic. However, the major downside
    0 码力 | 239 页 | 12.65 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
SetSailforShipShapeIstioReleasekerastutorialDesignPatternsBreakingDependenciesTheSOLIDPrinciplesKeras基于Python深度学习PyTorch深度学习InkscapeBeginnersGuide1.1latest
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩