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

无数据

分类

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

语言

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

格式

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

    cloud accounts correctly. Alternatively, you can also use the official docker image with SkyPilot master branch automatically cloned by running: # NOTE: '--platform linux/amd64' is needed for Apple silicon 指南,并且此处将以 finetune.sh 这个脚本为例进行解释说明。 要为分布式训练(或单 GPU 训练)设置环境变量,请指定以下变量:GPUS_PER_NODE 、NNODES、NODE_RANK 、MASTER_ADDR 和 MASTER_PORT 。不必过于担心这些变量,因为我们为您提供了默认设置。在命令行中, 您可以通过传入参数 -m 和 -d 来分别指定模型路径和数据路径。您还可以通过传入参数 执行下列命令: DISTRIBUTED_ARGS=" --nproc_per_node $NPROC_PER_NODE \ --nnodes $NNODES \ --node_rank $NODE_RANK \ --master_addr $MASTER_ADDR \ --master_port $MASTER_PORT " torchrun $DISTRIBUTED_ARGS src/train_bash
    0 码力 | 56 页 | 835.78 KB | 1 年前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    has multiple inbound nodes, hence the notion of "layer output" is ill-defined. Use `get_output_at(node_index)` instead. 好吧,通过下面的方法可以解决: assert lstm.get_output_at(0) == encoded_a assert lstm.get_output_at(1) 层节点和共享层的概念), 您可以使用以下函数: • layer.get_input_at(node_index) • layer.get_output_at(node_index) • layer.get_input_shape_at(node_index) • layer.get_output_shape_at(node_index) 关于 KERAS 网络层 59 5.2 核心网络层 5.2 kernel_regularizer=l1_reg)) 另外,你也可以用面向对象的方式来写你的正则化器, 例子见 https://github.com/keras- team/keras/blob/master/keras/regularizers.py 模块。 约束 CONSTRAINTS 233 17 约束 Constraints 17.1 约束项的使用 constraints 模块的函数
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 微博在线机器学习和深度学习实践-黄波

    预测服务 实时特征 实时数据 3 在线机器学习 实时样本 实时模型训练 实时更新参数 Task 训练预处理 Node 实时样本拼接 Node 在线模型训练 Node 离线样本拼接 Node 在线模型评估 Node 模型上线 Node 实时特征处理 Node 离线特征处理 Task Kafka输入 input process process output WeiFlow
    0 码力 | 36 页 | 16.69 MB | 1 年前
    3
  • pdf文档 keras tutorial

    reload_layer = Dense.from_config(config) input_shape Get the input shape, if only the layer has single node. >>> from keras.models import Sequential >>> from keras.layers import Activation, Dense >>> get_weights() >>> layer_1.input_shape (None, 8) input Get the input data, if only the layer has single node. >>> from keras.models import Sequential >>> from keras.layers import Activation, Dense >>> multiple node  get_input_shape_at: Get the input shape at the specified index, if the layer has multiple node  output_shape: Get the output shape, if only the layer has single node. >>> from
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-07机器学习-决策树

    值选择输出分支,直到叶子节点,将叶子 节点的存放的类别作为决策结果。 根节点 (root node) 叶节点 (leaf node) 5 1.决策树原理 根节点 (root node) 非叶子节点 (non-leaf node) (代表测试条件,对数据属性的测试) 分支 (branches) (代表测试结果) 叶节点 (leaf node) (代表分类后所获得的分类标记) ⚫ 决策树算法是一种归纳分类算法
    0 码力 | 39 页 | 1.84 MB | 1 年前
    3
  • pdf文档 Lecture 7: K-Means

    (Contd.) We can recursively call the algorithm on G and/or H, or any other node in the tree. E.g., choose to split the node whose average dissimilarity is highest, or whose maximum dissimilarity is highest
    0 码力 | 46 页 | 9.78 MB | 1 年前
    3
  • pdf文档 《TensorFlow 快速入门与实战》1-TensorFlow初印象

    ���������� • ���������� TensorFlow ����� AlphaGo + TensorFlow F����L�� Alpha Fan AlphaGo Lee AlphaGo Master AlphaGo Zero �� �� ��� �� ��51��4 ��3 �� � ���9���: � �� ������G� U� ��51��4��00 �� � ���9���:
    0 码力 | 34 页 | 35.16 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 56. 深度学习:GAN

    (after D*) ??? ?? ∥ ?? ≥ 0 ?? = ?? A~Z GAN https://github.com/hindupuravinash/the-gan-zoo/blob/master/cumulative_gans.jpg DCGAN https://blog.openai.com/generative-models/ Transposed Convolution https://datascience
    0 码力 | 42 页 | 5.36 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 54. AutoEncoder自编码器

    me/variational-autoencoders/ AE V.S. VAE https://github.com/cryer/Variational_Auto- Encoder/blob/master/image/reconst_images_7.png Generative model https://jmetzen.github.io/2015-11-27/vae.html VAE
    0 码力 | 29 页 | 3.49 MB | 1 年前
    3
  • pdf文档 人工智能发展史

    eepReview.pdf LSTM: 1997 ▪ Long memory https://github.com/dzitkowskik/StockPredictionRNN/blob/master/docs/Hochreiter97_lst m.pdf http://www.iro.umontreal.ca/~vincentp/ift3395/lectures/backprop_old
    0 码力 | 54 页 | 3.87 MB | 1 年前
    3
共 15 条
  • 1
  • 2
前往
页
相关搜索词
AI模型千问qwen中文文档Keras基于Python深度学习微博在线机器实践黄波kerastutorial课程温州大学07决策决策树LectureMeansTensorFlow快速入门实战印象PyTorch56GAN54AutoEncoder编码码器编码器人工智能人工智能发展发展史
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩