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

无数据

分类

全部云计算&大数据(98)VirtualBox(53)Pandas(28)机器学习(12)Serverless(1)Hadoop(1)RocketMQ(1)Apache APISIX(1)Apache Karaf(1)

语言

全部英语(90)中文(简体)(7)中文(简体)(1)

格式

全部PDF文档 PDF(98)
 
本次搜索耗时 0.397 秒,为您找到相关结果约 98 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Pandas
  • 机器学习
  • Serverless
  • Hadoop
  • RocketMQ
  • Apache APISIX
  • Apache Karaf
  • 全部
  • 英语
  • 中文(简体)
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    centroids. distances = tf.subtract(tf.reshape(x_var, (-1, 1)), centroids_var) ** 2 best_distances = tf.math.reduce_min(distances, axis=1) return tf.reduce_mean(best_distances) Now we can implement the method (-1, 1)), centroids) ** 2 # Now compute the distance to the closest centroid. best_distances = tf.math.reduce_min(distances, axis=1) # Create an indicator variable matrix, where 1.0 at index [i][j] denotes reshape(best_distances, (-1, 1))), dtype=tf.float64) # Now lookup the centroid indices. encoded_x_flattened = tf.math.argmax(is_closest, axis=1) # Finally, reshape the array to the original shape. return tf.reshap
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    中提供了这 些函数和类的详细描述。d2l软件包是轻量级的,仅需要以下软件包和模块作为依赖项: #@save import collections import hashlib import math import os import random import re import shutil import sys import tarfile import time import 在训练我们的模型时,我们经常希望能够同时处理整个小批量的样本。为了实现这一点,需要我们对计算进 行矢量化,从而利用线性代数库,而不是在Python中编写开销高昂的for循环。 %matplotlib inline import math import time import numpy as np import torch from d2l import torch as d2l 为了说明矢量化为什么如此重要,我们考虑 1 2σ2 (x − µ)2 � . (3.1.11) 下面我们定义一个Python函数来计算正态分布。 def normal(x, mu, sigma): p = 1 / math.sqrt(2 * math.pi * sigma**2) return p * np.exp(-0.5 / sigma**2 * (x - mu)**2) 我们现在可视化正态分布。 # 再次使用numpy进行可视化
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.17.0

    strftime * total_seconds – Period Frequency Enhancement – Support for SAS XPORT files – Support for Math Functions in .eval() – Changes to Excel with MultiIndex – Google BigQuery Enhancements – Display Alignment details. Support for Math Functions in .eval() eval() now supports calling math functions (GH4893) df = pd.DataFrame({'a': np.random.randn(10)}) df.eval("b = sin(a)") The support math functions are sin multi-index with xs, method #2 In [72]: index = list(itertools.product(['Ada','Quinn','Violet'],['Comp','Math','Sci'])) In [73]: headr = list(itertools.product(['Exams','Labs'],['I','II'])) In [74]: indx =
    0 码力 | 1787 页 | 10.76 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-numpy使用总结

    42787610e-01, 9.84807753e-01, . . . . . , -2.44929360e-16]) 值得注意的是,对于同等长度的ndarray,np.sin()比math.sin()快 但是对于单个数值,math.sin()的速度则更快。 25 四则运算 NumPy提供了许多ufunc函数,它们和相应的运算符运算结果相同。 > a = np.arange(0, 4) > b =
    0 码力 | 49 页 | 1.52 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.19.0

    SAS XPORT files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 Support for Math Functions in .eval() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 Changes to Excel strftime * total_seconds – Period Frequency Enhancement – Support for SAS XPORT files – Support for Math Functions in .eval() – Changes to Excel with MultiIndex – Google BigQuery Enhancements – Display details. Support for Math Functions in .eval() eval() now supports calling math functions (GH4893) df = pd.DataFrame({'a': np.random.randn(10)}) df.eval("b = sin(a)") The support math functions are sin
    0 码力 | 1937 页 | 12.03 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.19.1

    SAS XPORT files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 Support for Math Functions in .eval() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 Changes to Excel strftime * total_seconds – Period Frequency Enhancement – Support for SAS XPORT files – Support for Math Functions in .eval() – Changes to Excel with MultiIndex – Google BigQuery Enhancements – Display chunksize=10000) do_something(df) See the docs for more details. Support for Math Functions in .eval() eval() now supports calling math functions (GH4893) 1.6. v0.17.0 (October 9, 2015) 103 pandas: powerful
    0 码力 | 1943 页 | 12.06 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.20.3

    SAS XPORT files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 1.10.1.7 Support for Math Functions in .eval() . . . . . . . . . . . . . . . . . . . . . . . . . 151 1.10.1.8 Changes to Excel strftime * total_seconds – Period Frequency Enhancement – Support for SAS XPORT files – Support for Math Functions in .eval() – Changes to Excel with MultiIndex – Google BigQuery Enhancements – Display 10.1.7 Support for Math Functions in .eval() eval() now supports calling math functions (GH4893) df = pd.DataFrame({'a': np.random.randn(10)}) df.eval("b = sin(a)") The support math functions are sin
    0 码力 | 2045 页 | 9.18 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.20.2

    SAS XPORT files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 1.9.1.7 Support for Math Functions in .eval() . . . . . . . . . . . . . . . . . . . . . . . . . 149 1.9.1.8 Changes to Excel strftime * total_seconds – Period Frequency Enhancement – Support for SAS XPORT files – Support for Math Functions in .eval() – Changes to Excel with MultiIndex – Google BigQuery Enhancements – Display 9.1.7 Support for Math Functions in .eval() eval() now supports calling math functions (GH4893) df = pd.DataFrame({'a': np.random.randn(10)}) df.eval("b = sin(a)") The support math functions are sin
    0 码力 | 1907 页 | 7.83 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.21.1

    SAS XPORT files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179 1.12.1.7 Support for Math Functions in .eval() . . . . . . . . . . . . . . . . . . . . . . . . . 180 1.12.1.8 Changes to Excel strftime * total_seconds – Period Frequency Enhancement – Support for SAS XPORT files – Support for Math Functions in .eval() – Changes to Excel with MultiIndex – Google BigQuery Enhancements – Display 12.1.7 Support for Math Functions in .eval() eval() now supports calling math functions (GH4893) df = pd.DataFrame({'a': np.random.randn(10)}) df.eval("b = sin(a)") The support math functions are sin
    0 码力 | 2207 页 | 8.59 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 7 - Automation

    iteration in range(2000): with tf.GradientTape() as tape: output = model(X) loss = tf.reduce_mean(tf.math.square(Y - output)) grads = tape.gradient(loss, model.trainable_variables) opt.apply_gradients(zip(grads import layers, optimizers from collections import deque from matplotlib.ticker import MaxNLocator from math import pow SEED = 111 tf.random.set_seed(SEED) np.random.seed(SEED) random.seed(SEED) We will need
    0 码力 | 33 页 | 2.48 MB | 1 年前
    3
共 98 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
EfficientDeepLearningBookEDLChapterAdvancedCompressionTechniques动手深度学习v2pandaspowerfulPythondataanalysistoolkit0.17机器课程温州大学numpy使用总结0.190.200.21Automation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩