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

无数据

分类

全部云计算&大数据(62)VirtualBox(55)数据库(24)TiDB(11)Greenplum(11)机器学习(7)后端开发(4)综合其他(2)人工智能(2)ClickHouse(2)

语言

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

格式

全部PDF文档 PDF(93)
 
本次搜索耗时 0.020 秒,为您找到相关结果约 93 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • TiDB
  • Greenplum
  • 机器学习
  • 后端开发
  • 综合其他
  • 人工智能
  • ClickHouse
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Boosting Software Efficiency

    0 码力 | 180 页 | 1.65 MB | 5 月前
    3
  • pdf文档 机器学习课程-温州大学-08机器学习-集成学习

    基模型预测的 结果进行综合产生最终的预测结果: 集成学习 模型n …… 模型1 模型2 预测n …… 预测1 预测2 训练 数据 最终 预测 结果 测试 数据 5 Boosting 训练过程为阶梯状,基模型 按次序一一进行训练(实现 上可以做到并行),基模型 的训练集按照某种策略每次 都进行一定的转化。对所有 基模型预测的结果进行线性 综合产生最终的预测结果。 集成学习方法概述 02 AdaBoost和GBDT算法 03 XGBoost 04 LightGBM 11 AdaBoost算法 AdaBoost(Adaptive Boosting,自适应增强),其自适应在于:前 一个基本分类器分错的样本会得到加强,加权后的全体样本再次被用来 训练下一个基本分类器。同时,在每一轮中加入一个新的弱分类器,直 到达到某个预定的足够小的错误率或达到预先指定的最大迭代次数。 强学 习器 相同方式更新…… 15 GBDT算法 GBDT(Gradient Boosting Decision Tree)是一种迭代的决策树算 法,该算法由多棵决策树组成,GBDT 的核心在于累加所有树的结果 作为最终结果,所以 GBDT 中的树都是回归树,不是分类树,它是属 于 Boosting 策略。GBDT 是被公认的泛化能力较强的算法。 GBDT 由三个概念组成: Regression
    0 码力 | 50 页 | 2.03 MB | 1 年前
    3
  • pdf文档 1. Machine Learning with ClickHouse

    4.145554613376103 │ └───────────────────┘ 41 / 62 External Models CatBoost 43 / 62 Gradient Boosting General advantages › Best solution for heterogeneous data › Works well for small data › Easy to features support › Models analysis tools 44 / 62 Gradient Boosting 45 / 62 Gradient Boosting 46 / 62 Gradient Boosting 47 / 62 Gradient Boosting 48 / 62 Numerical features 49 / 62 Categorical features
    0 码力 | 64 页 | 1.38 MB | 1 年前
    3
  • pdf文档 0. Machine Learning with ClickHouse

    4.145554613376103 │ └───────────────────┘ 41 / 62 External Models CatBoost 43 / 62 Gradient Boosting General advantages › Best solution for heterogeneous data › Works well for small data › Easy to features support › Models analysis tools 44 / 62 Gradient Boosting 45 / 62 Gradient Boosting 46 / 62 Gradient Boosting 47 / 62 Gradient Boosting 48 / 62 Numerical features 49 / 62 Categorical features
    0 码力 | 64 页 | 1.38 MB | 1 年前
    3
  • pdf文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    and DeepSeek-V2. Contents 1 Introduction 4 2 Architecture 6 2.1 Multi-Head Latent Attention: Boosting Inference Efficiency . . . . . . . . . . . . . 6 2.1.1 Preliminaries: Standard Multi-Head Attention performance compared with MHA, and meanwhile significantly reduces the KV cache during inference, thus boosting the inference efficiency. (2) For Feed-Forward Networks (FFNs), we follow the DeepSeekMoE architecture DeepSeek-V2 follows the settings of DeepSeek 67B (DeepSeek-AI, 2024). 2.1. Multi-Head Latent Attention: Boosting Inference Efficiency Conventional Transformer models usually adopts Multi-Head Attention (MHA)
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • pdf文档 openEuler OS Technical Whitepaper Innovation Projects (June, 2023)

    openEuler delivers 1.2 times higher basic performance of SPEC CPU 2017 than the open source GCC, boosting the performance of the MySQL database by more than 15%. Repositories GCC for openEuler is upgraded including EFI, RPM, KO, and ISO. It enables the signing process for countless software packages, boosting efficiency and enhancing community key management. Challenges The existing RPM signature tool
    0 码力 | 116 页 | 3.16 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-15深度学习-GAN

    提出背景 GAN的概念简介及提出背景 2001年,Tony Jebara 在毕业论文中以最大熵 形式将判别模型与生成 模型结合起来联合学习 2007年,Zhuowen Tu 提出将基 于boosting分类器的判别模型与 基于采样的生成模型相结合,来 产生出服从真实分布的样本。 2012年,Jun Zhu 将最大间隔机 制与贝叶斯模型相结合进行产生 式模型的学习。 2014年,Ian Goodfellow
    0 码力 | 35 页 | 1.55 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-05机器学习-机器学习实践

    线性模型,如基于距离度量的模型包括KNN(K近邻)、K-means聚类、 感知机和SVM、神经网络。另外,线性回归类的几个模型一般情况下也 是需要做数据归一化/标准化处理的。 不需要做数据归一化/标准化 决策树、基于决策树的Boosting和Bagging等集成学习模型对于特征取 值大小并不敏感,如随机森林、XGBoost、LightGBM等树模型,以及 朴素贝叶斯,以上这些模型一般不需要做数据归一化/标准化处理。 3.正则化、偏差和方差
    0 码力 | 33 页 | 2.14 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-02机器学习-回归

    线性模型,如基于距离度量的模型包括KNN(K近邻)、K-means聚类、 感知机和SVM。另外,线性回归类的几个模型一般情况下也是需要做数 据归一化/标准化处理的。 不需要做数据归一化/标准化 决策树、基于决策树的Boosting和Bagging等集成学习模型对于特征取 值大小并不敏感,如随机森林、XGBoost、LightGBM等树模型,以及 朴素贝叶斯,以上这些模型一般不需要做数据归一化/标准化处理。 22 3
    0 码力 | 33 页 | 1.50 MB | 1 年前
    3
  • pdf文档 OpenAI - AI in the Enterprise

    or API connections. The result: end-to-end automation, freeing teams from repetitive tasks and boosting efficiency across the enterprise. 22 AI in the EnterpriseThe trusted AI enterprise platform Security
    0 码力 | 25 页 | 9.48 MB | 5 月前
    3
共 93 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
BoostingSoftwareEfficiency机器学习课程温州大学08集成MachineLearningwithClickHouseDeepSeekV2StrongEconomicalandEfficientMixtureofExpertsLanguageModelopenEulerOSTechnicalWhitepaperInnovationProjectsJune202315深度GAN05实践02回归OpenAIAIintheEnterprise
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩