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

无数据

分类

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

语言

全部英语(5)中文(简体)(3)

格式

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

    try to remove the noise data and thus prevent the model from over- fitting. Dropout has three arguments and they are as follows: keras.layers.Dropout(rate, noise_shape=None, seed=None)  rate represent (batch_size, 32), then the output shape of the layer will be (batch_size, 16, 32) RepeatVector has one arguments and it is as follows: keras.layers.RepeatVector(n) A simple example to use RepeatVector layers squared before processing. RepeatVector has four arguments and it is as follows: keras.layers.Lambda(function, output_shape=None, mask=None, arguments=None)  function represent the lambda function
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 7 - Automation

    __________________________ Next, we initialize the HyperBand tuner. Noteworthy initialization arguments are hypermodel, objective, max_epochs and factor. The hypermodel argument is set to the build_hp_model explained shortly. class CNNCell(): """ It composes a cell based on the input configuration. Arguments: stride: A positive integer to represent the convolution strides. Normal cells use stride=1 and make_cell() is the entry method to the class that is called with the cell_config and the branches arguments. The cell_config argument is a numpy array of shape (5, 5) which contains 5 state choices for each
    0 码力 | 33 页 | 2.48 MB | 1 年前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    train_on_batch train_on_batch(self, x, y, class_weight=None, sample_weight=None) 一批样品的单次梯度更新。 Arguments • x: 输入数据,Numpy 数组或列表(如果模型有多输入)。 • y: 标签,Numpy 数组。 • class_weight: 将类别映射为权重的字典,用于在训练时缩放损失函数。 sample_weight=None, initial_epoch=0, steps_per_epoch=None, validation_steps=None) 以固定数量的轮次(数据集上的迭代)训练模型。 Arguments • x: 训练数据的 Numpy 数组(如果模型只有一个输入),或者是 Numpy 数组的列表(如果 模型有多个输入)。如果模型中的输入层被命名,你也可以传递一个字典,将输入层名称 映射到 features)。 5.2.9 Lambda [source] keras.layers.Lambda(function, output_shape=None, mask=None, arguments=None) 将任意表达式封装为 Layer 对象。 例 # 添加一个 x -> x^2 层 model.add(Lambda(lambda x: x ** 2)) 关于 KERAS
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 《TensorFlow 快速入门与实战》5-实战TensorFlow手写体数字识别

    contrib.learn 整个模块均已被废弃: 使用 Keras 加载 MNIST 数据集 tf.kera.datasets.mnist.load_data(path=‘mnist.npz’) Arguments: • path:本地缓存 MNIST 数据集(mnist.npz)的相对路径(~/.keras/datasets) Returns: Tuple of Numpy arrays: `(x_train
    0 码力 | 38 页 | 1.82 MB | 1 年前
    3
  • pdf文档 Experiment 1: Linear Regression

    plot ( 0 : 4 9 , J2 ( 1 : 5 0 ) , ’ r−’ ) ; plot ( 0 : 4 9 , J3 ( 1 : 5 0 ) , ’k−’ ) ; The final arguments ‘b-’, ‘r-’, and ’k-’ specify different plot styles for the plots. Type help plot at the Matlab/Octave
    0 码力 | 7 页 | 428.11 KB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    loss=loss, metrics='accuracy' ) return model_for_pruning The below code prepares the input arguments to create a model for pruning. The prunable_blocks variable is the list of names of prunable convolution
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 AI大模型千问 qwen 中文文档

    = available_functions[function_name] function_args = json.loads(last_response['function_call']['arguments']) function_response = function_to_call( location=function_args.get('location'), unit=function_args
    0 码力 | 56 页 | 835.78 KB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    defining the shape of the output tensor. Can be a variable number of arguments or a collection like a list or tuple. Keyword arguments: 82 2. 预备知识 out (Tensor, optional): the output tensor. dtype (torch
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
共 8 条
  • 1
前往
页
相关搜索词
kerastutorialEfficientDeepLearningBookEDLChapterAutomationKeras基于Python深度学习TensorFlow快速入门实战手写手写体数字识别ExperimentLinearRegressionAdvancedCompressionTechniquesAI模型千问qwen中文文档动手v2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩