参考: 1. 陈天奇 "XGBoost: A Scalable Tree Boosting System" Paper地址: 其中$f_k$ 指的是第k 棵树的模型 xi 表示第 i 个样本 1.2 目标函数抽象 $Obj = \sum \limits_{i=1}^n l(y_i, \hat y_i ...
分类:
其他好文 时间:
2019-12-11 23:20:42
阅读次数:
113
很多时候,我们启动了程序,但是本机是无法连接上的 Docker报错 WARNING: IPv4 forwarding is disabled. Networking will not work. 报这个错,怎么解决: 首先修改: vi /usr/lib/sysctl.d/00-system.conf ...
分类:
Web程序 时间:
2019-12-10 01:09:17
阅读次数:
115
我一开始是使用多年的老方法,去 # vim /etc/network/interfaces 修改。但是,当我通过 # /etc/init.d/networking restart 使修改生效的时候,发现命令未找到错误。鉴于ubuntu经常在不同的版本替换不同的管理工具,我猜测可能后来的版本使用了不同 ...
分类:
系统相关 时间:
2019-12-09 21:50:42
阅读次数:
323
计算机英语周考 单词英译汉(10)*3 communicate network medium network protocol information resource wireless computer networking radio wave microwave communication c ...
分类:
其他好文 时间:
2019-12-09 01:17:01
阅读次数:
83
communicate network medium network protocal 通信 网络媒介 网络协议 information resource wireless computer networking 信息资源 无线计算机网络 rudio wave microwave communica ...
分类:
其他好文 时间:
2019-12-08 15:59:48
阅读次数:
146
Scalable Cross-Platform Software Design: Data Structures, Algorithms and Design Coursework#225% of the module mark: Marking Scheme on MoodleIn this ta ...
分类:
其他好文 时间:
2019-12-03 19:44:47
阅读次数:
66
SVG 相关学习 SVG SVG 指可伸缩矢量图形 (Scalable Vector Graphics) SVG viewBox <svg width="500" height="300"></svg>viewport svg 实际大小viewBox="x, y, width, height" // ...
分类:
其他好文 时间:
2019-12-02 20:51:04
阅读次数:
122
https://blog.csdn.net/cnmilan/article/details/8493977 CentOS 环境下 IPv6设置方法: 1)/etc/sysconfig/network 打开/关闭网络配置添加:NETWORKING_IPV6=yes #打开IPv6# IPV6_AUTO ...
分类:
其他好文 时间:
2019-11-30 13:43:15
阅读次数:
176
1.编辑/etc/network/interfaces文件: 2、配置好后就重启网卡:sudo /etc/init.d/networking restart 3、重启网卡后ping 同网段ip可以ping通,但是ping www.baidu.com 报错:ping: unknown host www ...
分类:
系统相关 时间:
2019-11-30 09:44:41
阅读次数:
79
RIP协议是基于Bellham-Ford(距离向量)算法,此算法1969年被用于计算机路由选择,正式协议首先是由Xerox于1970年开发的,当时是作为Xerox的“Networking Services(NXS)”协议族的一部分。由于RIP实现简单,迅速成为使用范围最广泛的路由协议。 路由器的关键 ...
分类:
其他好文 时间:
2019-11-27 00:46:37
阅读次数:
75