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

无数据

分类

全部云计算&大数据(13)机器学习(13)

语言

全部英语(7)中文(简体)(6)

格式

全部PDF文档 PDF(13)
 
本次搜索耗时 0.069 秒,为您找到相关结果约 13 个.
  • 全部
  • 云计算&大数据
  • 机器学习
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Experiment 1: Linear Regression

    ones (m, 1) , x ] ; % Add a column of ones to x 2 From this point on, you will need to remember that the age values from your training data are actually in the second column of x. This will be important : , 2 ) , x∗ theta , ’− ’ ) % remember that x i s now a matrix % with 2 columnsand the second % column contains the time info legend ( ’ Training data ’ , ’ Linear r e g r e s s i o n ’ ) Note that
    0 码力 | 7 页 | 428.11 KB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    the petting zoo. If we revisit the plot in Figure 4-1 with the newly assigned labels in the third column of Table 4-2, we can see a pattern. It is possible to linearly separate3 the data points belonging mechanism. On the left is the list of tokens. The tokens are hashed using the hash function in the center column. The output of the hash function % vocab_size is an index in [0, vocab_size - 1] and is used to refer visual representation of the attention the word corporation pays to each sequence element. The left column is a tokenized representation of our example text. The thickness of the connecting lines between
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 Experiment 2: Logistic Regression and Newton's Method

    student’s scores on two exams. In your training data, the first column of your x array represents all Test 1 scores, and the second column represents all Test 2 scores, and the y vector uses “1” to label
    0 码力 | 4 页 | 196.41 KB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-numpy使用总结

    多维数组可以进行连接,分段等多种操作。我们先来看 vstack(),hstack(),column_stack()函数。 > a = np.arange(3) > b = np.arange(10, 13) > v = np.vstack((a, b)) # 按第1轴连接数组 > h = np.hstack((a, b)) # 按第0轴连接数组 > c = np.column_stack((a, b)) # 按列连接多个一维数组
    0 码力 | 49 页 | 1.52 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 3 - Learning Techniques

    Figure 3-11: The image on the left is a cut-mix of turtle (3%) and tortoise (97%) images in the center column and the top-right image is their average mix. Bottom-right is a mixup of turtle 8 When the samples For example, the top-right image is an average mix of turtle and tortoise images in the center column. The average mixing is a label mixing technique that averages the sample images to produce the mixed
    0 码力 | 56 页 | 18.93 MB | 1 年前
    3
  • pdf文档 《TensorFlow 快速入门与实战》4-实战TensorFlow房价预测

    数据分析库:Pandas Pandas 是一个 BSD 开源协议许可的,面向 Python 用户的高性能和易于上手的数 据结构化和数据分析工具。 数据框(Data Frame)是一个二维带标记的数据结构,每列(column)数据类型 可以不同。我们可以将其当作电子表格或数据库表。 数据读入 pandas.read_csv 方法实现了快速读取 CSV(comma-separated) 文件到数据框的功能。 数据可视化库:matplotlib
    0 码力 | 46 页 | 5.71 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    a convolutional layer which receives a 3-channel input. Each individual 3x3 matrix is a kernel. A column of 3 kernels represents a channel. As you might notice, with such structured sparsity we can obtain
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 PyTorch Tutorial

    com/ Misc • Dynamic VS Static Computation Graph a b x_train_tensor Epoch 1 Misc • Dynamic VS Static Computation Graph a b yhat x_train_tensor Misc • Dynamic VS Static Computation Graph a b x_train_tensor y_train_tensor Misc • Dynamic VS Static Computation Graph a b x_train_tensor Epoch 2 Misc • Dynamic VS Static Computation Graph a b yhat x_train_tensor Misc • Dynamic VS Static Computation Graph a b x_train_tensor x_train_tensor yhat loss loss y_train_tensor Misc • Dynamic VS Static Computation Graph Building the graph and computing the graph happen at the same time. Seems inefficient, especially if we
    0 码力 | 38 页 | 4.09 MB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    空间。 10.6. 自注意力和位置编码 411 P = P[0, :, :].unsqueeze(0).unsqueeze(0) d2l.show_heatmaps(P, xlabel='Column (encoding dimension)', ylabel='Row (position)', figsize=(3.5, 4), cmap='Blues') 相对位置信息 除了捕获绝对 print(f'performance in Gigaflops: element {gigaflops[0]:.3f}, ' f'column {gigaflops[1]:.3f}, full {gigaflops[2]:.3f}') performance in Gigaflops: element 1.204, column 88.542, full 195.625 11.5.2 小批量 之前我们会理所当然地读取数据的 ai/t/2794 147 https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html 148 https://static.googleusercontent.com/media/research.google.com/en//people/jeff/Stanford‐DL‐Nov‐2010.pdf 149 http://inst
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    片的分布尽可能地接近, 从而保证了模型的泛化能力。 图 3.2 MNIST 数据集样例图片 现在来讨论图片的表示方法。一张图片包含了ℎ行(Height/Row),?列(Width/Column), 每个位置保存了像素(Pixel)值,像素值一般使用 0~255 的整形数值来表达颜色强度信息, 例如 0 表示强度最低,255 表示强度最高。如果是彩色图片,则每个像素点包含了 R、G、 加速度,型号年份,产地 column_names = ['MPG','Cylinders','Displacement','Horsepower','Weight', 'Acceleration', 'Model Year', 'Origin'] raw_dataset = pd.read_csv(dataset_path, names=column_names,
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
ExperimentLinearRegressionEfficientDeepLearningBookEDLChapterArchitecturesLogisticandNewtonMethod机器学习课程温州大学numpy使用总结TechniquesTensorFlow快速入门实战房价预测AdvancedCompressionPyTorchTutorial动手深度v2深度学习
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩