Algorithm
Aba Eura
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
经典算法 | XGBoost、LightGBM、CatBoost比较
XGBoost、LightGBM、CatBoost比较1 概述在深度学习红极一时的情况下,boosting算法仍然有其用武之地,尤其在训练样本量较少、训练时间较短、缺乏调参先验等情况下,boosting算法仍然保持着其优势。kaggle比赛中boosting算法更是占据了大多数席位。本文总结了多篇文献和博客中对于三种算法的介绍,从多角度对这几种具有代表性的 boosting 算法进行对比,方便...原创 2020-02-05 10:43:47 · 8524 阅读 · 1 评论 -
经典算法 | The Parameters of XGBoost and LightGBM
The Parameters of XGBoost and LightGBM1 Parameters of XGBoostThere are three types of parameters that we need to focus on: General parameters, Booster parameters as well as Objective parameters.1....原创 2020-02-05 10:43:04 · 1134 阅读 · 0 评论 -
经典算法 | Something about XGBoost
Something about XGBoostXGBoost is one of the most widely used machine learning algorithm. This passage talks about the main idea of XGBoost and my conprehension about the model.1 Background Knowledg...原创 2020-02-05 10:42:18 · 646 阅读 · 0 评论 -
算法实现 | 基于SVD的推荐系统代码实现
Code implementation of SVD-based recommendation systemData Example:Coding Part:'''SVD(singular value decomposition) is widely used in Recommendation System.Here we want to offer suggestions...原创 2018-12-21 10:10:52 · 1346 阅读 · 2 评论
分享