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

无数据

分类

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

语言

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

格式

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

    以其他格式存储的数据也可以通过类似的方式进行处理。下面我们将数据集按行写入CSV文件中。 import os os.makedirs(os.path.join('..', 'data'), exist_ok=True) data_file = os.path.join('..', 'data', 'house_tiny.csv') with open(data_file, 'w') as f: f.write('NumRooms edu/ml/machine‐learning‐databases/housing/housing.names 180 4. 多层感知机 def download(name, cache_dir=os.path.join('..', 'data')): #@save """下载一个DATA_HUB中的文件,返回本地文件名""" assert name in DATA_HUB, f"{name} 不存在于 {DATA_HUB}" {DATA_HUB}" url, sha1_hash = DATA_HUB[name] os.makedirs(cache_dir, exist_ok=True) fname = os.path.join(cache_dir, url.split('/')[-1]) if os.path.exists(fname): sha1 = hashlib.sha1() with open(fname
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 3 - Learning Techniques

    ph)) # Sentence shuffle shuffle(sentences) # Paragraph recomposition shuffled_paragraph = ' '.join(sentences) Enough theory! Let’s apply this knowledge to a sentiment classification problem. We will best_checkpoint_callback(model_name): checkpoint_dir_path = os.path.join(CHECKPOINTS_DIR, model_name) checkpoint_path = os.path.join(checkpoint_dir_path, model_name) return tf.keras.callbacks.ModelCheckpoint( load_best_checkpoint(model, model_name): checkpoint_dir_path = os.path.join(CHECKPOINTS_DIR, model_name) checkpoint_path = os.path.join(checkpoint_dir_path, model_name) model.load_weights(checkpoint_path)
    0 码力 | 56 页 | 18.93 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    len(test_data)) 预览版202112 第 11 章 循环神经网络 16 # 随机选择一个样本,打印其文本和标签 print('sample:', ' '.join(train_data.examples[3].text)) print('label:', train_data.examples[3].label) print('words:', len(train_data moving_average_rewards.append(reward) else: # 结束标志 break [w.join() for w in workers] # 等待线程退出 14.6 小结 本章介绍了强化学习的问题设定和基础理论,并引出解决强化学习问题的两个系列算 法:策略梯度方法和值函数方法 遍历根目录下的子文件夹,并排序,保证映射关系固定 for name in sorted(os.listdir(os.path.join(root))): # 跳过非文件夹对象 if not os.path.isdir(os.path.join(root, name)): continue # 给每个类别编码一个数字
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    7.1 Embedding [source] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 5.8 融合层 Merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 5.8.1 Add [source] Theoretically Grounded Application of Dropout in Recurrent Neural Networks 关于 KERAS 网络层 104 5.8 融合层 Merge 5.8.1 Add [source] keras.layers.Add() 计算一个列表的输入张量的和。 相加层接受一个列表的张量,所有的张量必须有相同的输入尺寸,然后返回一个张量(和 Bidirectional [source] keras.layers.Bidirectional(layer, merge_mode='concat', weights=None) RNN 的双向封装器,对序列进行前向和后向计算。 参数 • layer: Recurrent 实例。 • merge_mode: 前向和后向 RNN 的输出的结合模式。为 {’sum’, ’mul’, ’concat’,
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 Lecture 7: K-Means

    Clustering 1 Start with each example in its own singleton cluster 2 At each time-step, greedily merge 2 most similar clusters 3 Stop when there is a single cluster of all examples, else go to 2 Feng is usually more efficient run-time wise Hierarchical clustering can be slow (has to make several merge/split decisions) No clear consensus on which of the two produces better clustering Feng Li (SDU)
    0 码力 | 46 页 | 9.78 MB | 1 年前
    3
  • pdf文档 keras tutorial

    ........................................................................................... 47 Merge Layer ........................................................................................... refers the input dimension.  input_length refers the length of input sequence. Merge Layer It is used to merge a list of inputs. It supports add(), subtract(), multiply(), average(), maximum(),
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    dataset! First, let's see what classes we have. import os import pprint class_names = open(os.path.join('dbpedia_csv', 'classes.txt')).read().splitlines() num_classes = len(class_names) # The classes are the previous step. Let's look up the indices in the vocabulary to make sure that it works well. ' '.join(np.take(vocabulary, edl_sequence_output)) '[UNK] deep learning [UNK]' Notice that the random token
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 AI大模型千问 qwen 中文文档

    write_check_file(filepath, docs): folder_path = os.path.join(os.path.dirname(filepath), "tmp_files") if not os.path.exists(folder_path): os.makedirs(folder_path) fp = os.path.join(folder_path, 'load_file.txt') with open(fp
    0 码力 | 56 页 | 835.78 KB | 1 年前
    3
  • pdf文档 《TensorFlow 快速入门与实战》3-TensorFlow基础概念解析

    d ���� random_normal/random_shuffle/multinomial/random_gamma ����� string_to_hash_bucket/reduce_join/substr/encode_base64 ������ encode_png/resize_images/rot90/hsv_to_rgb/adjust_gamma TensorFlow �����
    0 码力 | 50 页 | 25.17 MB | 1 年前
    3
  • pdf文档 超大规模深度学习在美团的应用-余建平

    据量 • Online Learning对数据流的要求  不重不丢:重复的数据会使模型有偏,数据的缺失 会使模型丢失重要信息  数据有序性:数据乱序会导致样本穿越的现象 • Log Join框架  双流拼接框架,通过组合方式支持多流拼接  基于Event Time的Window机制拼接方式  基于Low Watermark解决流乱序、流延迟等流式常 见问题 流式拼接框架
    0 码力 | 41 页 | 5.96 MB | 1 年前
    3
共 17 条
  • 1
  • 2
前往
页
相关搜索词
动手深度学习v2EfficientDeepLearningBookEDLChapterTechniquesPyTorch深度学习Keras基于PythonLectureMeanskerastutorialArchitecturesAI模型千问qwen中文文档TensorFlow快速入门实战基础概念解析超大大规规模大规模超大规模美团应用建平
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩