自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 XGBoost

XGBoostXGBoost 基本概念XGBoost 的特别之处XGBoost 基本概念XGBoost:extreme Gradient BoostingXGBoost 的特别之处正则化 以"正则化提升著称"标准GBM的实现没有显式的正则化步骤正则化对减少过拟合有帮助并行处理,相比GBM有了速度的飞跃借助openMP,自动利用单机cpu的多核进行并行计算支持GPU加...

2019-04-10 21:57:22 149

原创 Leetcode刷题笔记之 Valid Parentheses(python实现)

Leetcode刷题笔记之 Valid Parentheses(python实现)问题描述问题翻译程序实现总结小练习问题描述Given a string containing just the characters ‘(’, ‘)’, ‘{’, ‘}’, ‘[’ and ‘]’, determine if the input string is valid.An input string i...

2019-04-06 18:12:06 274

原创 Leetcode刷题笔记之 Longest Common Prefix(python实现)

Leetcode刷题笔记之 Longest Common Prefix(python实现)问题描述程序实现总结问题描述Write a function to find the longest common prefix string amongst an array of strings.If there is no common prefix, return an empty strin...

2019-04-05 20:58:44 285

原创 统计学基础(一)

统计学基础(一)概率随机变量和概率分布概率分布的性质总结概率概率用来描述一个事件发生的可能性,具有非负性、归一性、可加性。随机变量和概率分布随机变量若一个变量每一次实现均对应一个概率,那么称该变量成为随机变量。若随机变量的值是可数集的元素,则称该变量离散型随机变量。若随机变量可取连续的值,则称该随机变量为连续型随机变量。概率分布概率分布是描述一个随机变量的任意实现值和概率的对应关系...

2019-04-04 21:44:05 203

原创 决策树的集成

决策树的集成集成方法随机森林GBDT总结集成方法决策树模型简单明了,但是单独使用效果并不理想,通过某种方式将多个决策树组合起来,使用它们的’‘集体智慧’‘来解决问题。成为’‘集成方法’‘(ensemble method),可以分为两类:平均方法(averaging method)和提升方法(boosting methods),对应的模型是随机森林和GBDT。随机森林随机森林由n个决策树组...

2019-04-04 21:08:05 508

原创 Leetcode刷题笔记之 Add Two Numbers(python实现)

Leetcode刷题笔记之 Palindrome Number(python实现)问题描述问题翻译知识补充程序实现总结问题描述You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of th...

2019-04-03 21:35:43 383

转载 三维重建

三维点匹配(Surface Matching)https://blog.csdn.net/Anderson_Y/article/details/81907119#commentBox特征描述子:PPF、PFH、FPFHhttps://blog.csdn.net/app_12062011/article/details/78146812

2019-04-02 19:35:20 358

原创 Leetcode刷题笔记之 Palindrome Number(python实现)

Leetcode刷题笔记之 Palindrome Number(python实现)题目描述题目翻译思路方法代码实现总结题目描述Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.Example 1:Input...

2019-04-02 14:44:36 292

原创 Leetcode刷题笔记之 Reverse Integer(python实现)

Leetcode刷题笔记之 Reverse Integer(python实现)题目描述题目翻译代码实现总结题目描述Given a 32-bit signed integer, reverse digits of an integer.Example 1:Input: 123Output: 321Example 2:Input: -123Output: -321Example 3...

2019-04-01 19:13:50 134

原创 Leetcode刷题笔记之Two Sum(python实现)

Leetcode刷题笔记之Two Sum(python实现)题目描述代码实现1.方法一:2.方法二:总结感想题目描述Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input wou...

2019-03-31 19:42:23 219

神经网络训练Trick 训练技巧.docx

神经网络训练Trick,帮助炼丹!!!!

2019-06-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除