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

无数据

分类

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

语言

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

格式

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

    PyTorch, a model is represented by a regular Python class that inherits from the Module class. • Two components • __init__(self): it defines the parts that make up the model —in our case, two parameters, a kind of a Python list of tuples, each tuple corresponding to one point (features, label) • 3 components: • __init__(self) • __get_item__(self, index) • __len__(self) • Unless the dataset is huge
    0 码力 | 38 页 | 4.09 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-Scikit-learn

    decomposition 模块包含了一系列无监督降维算法 from sklearn.decomposition import PCA 导入PCA库,设置主成分数量为3,n_components代表主成分数量 pca = PCA(n_components=3) 训练模型 pca.fit(X) 投影后各个特征维度的方差比例(这里是三个主成分) print(pca.explained_variance_ratio_)
    0 码力 | 31 页 | 1.18 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 7 - Automation

    human designed models. However, the key contribution of NASNet was the focus on predicting the components of child networks which enabled the construction of multiscale networks without needing to tweak ), dict(name='combinations', values=['add', 'concat'], count=1), ] The STATE_SPACE has three components to mimic the NASNet search space. The hidden_state element can take two values to represent the
    0 码力 | 33 页 | 2.48 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 2 - Compression Techniques

    compression, and the MP3 format for audio. DCT breaks down the given input data into independent components of which the ones that don’t contribute much to the original input can be discarded, based on the graph using the create_model() function. Then, it compiles the model by providing the necessary components the framework needs to train the model. This includes the loss function, the optimizer, and finally
    0 码力 | 33 页 | 1.96 MB | 1 年前
    3
  • pdf文档 阿里云上深度学习建模实践-程孟力

     跨场景+跨模态  开箱即用: 封装复杂性  白盒化, 可扩展性强  积极对接开源系统+模型 FTRL SGD Adam Solutions Librarys 优势: Components Framework EasyVision EasyRec GraphLearn EasyTransfer 标准化: Standard Libraries and Solutions
    0 码力 | 40 页 | 8.51 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 1 - Introduction

    inference. Figure 1-17: Model Training & Inference stages, along with the constituent infrastructure components. Advances in hardware are significantly responsible for the deep learning revolution, specifically
    0 码力 | 21 页 | 3.17 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    construct the features by hand (at least in the pre deep learning era). Techniques like Principal Components Analysis, Low-Rank Matrix Factorization, etc. are popular tools for dimensionality reduction. We
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 keras tutorial

    networks. 1. Keras ― Introduction Keras 2  Deep learning models are discrete components, so that, you can combine into many ways. Keras 3 This chapter explains
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    装 的程序组件。在 CUDA 节点下,取消”Visual Studio Integration”一项;在“Driver 预览版202112 1.6 开发环境安装 19 components”节点下,比对目前计算机已经安装的显卡驱动“Display Driver”的版本号 “Current Version”和 CUDA 自带的显卡驱动版本号“New Version”,如果“Current 。特征降维(Dimensionality Reduction)在 机器学习中有广泛的应用,比如文件压缩(Compression)、数据预处理(Preprocessing)等。最 常见的降维算法有主成分分析法(Principal components analysis,简称 PCA),通过对协方差 矩阵进行特征分解而得到数据的主要成分,但是 PCA 本质上是一种线性变换,提取高层特 征的能力极为有限。 那么能不能利用神经网络的强大非
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
共 9 条
  • 1
前往
页
相关搜索词
PyTorchTutorial机器学习课程温州大学ScikitlearnEfficientDeepLearningBookEDLChapterAutomationCompressionTechniques阿里云上深度建模实践程孟力IntroductionArchitectureskerastutorial深度学习
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩