-
梯度提升树算法实现
提升方法是将弱学习算法提升为强学习算法的统计学习方法。在分类学习中,提升方法通过反复修改训练数据的权值分布,构建一系列的基本分类器(弱分类器),并将这些基本分类器线性组合,构成强分类器。提升树是建立在决策树上的一种提升方法。针对回归、分类问题,它采用的损失函数不同。对于回归问题,通常使用平方误差损失函数;而对于分类问题,通常使用指数损失函数。代表性的方法主要有AdaBoost算法以及梯度提升树算法(GBDT)。
- 2020-12-11下载
- 积分:1
-
《Python+Cookbook》第三版中文v2.0.0
说明: 用于学习python与cookbook的一本书,适用于python小伙伴(A book for learning Python and cookbook, for Python buddies)
- 2020-06-20 12:20:02下载
- 积分:1
-
udp聊天室16031125
说明: 基于udp的网络聊天室,使用python语言,具有注册登录公频聊天和私聊等功能。(The Internet chat room based on UDP, using Python language, has the functions of registering and logging in public frequency chat and private chat.)
- 2020-05-23 14:09:09下载
- 积分:1
-
python-snap7-master (1)
说明: Python source SNAP7 lib
- 2020-05-21 12:39:01下载
- 积分:1
-
python爬虫完整课件详细教程
python爬虫完整课件详细教程
- 2020-12-08下载
- 积分:1
-
MS06_036_DHCP_Client[1].tar
Python DHCP client source code
- 2008-07-12 11:03:21下载
- 积分:1
-
基于Python爬虫爬取天气预报信息
基于Python爬虫爬取中国天气网的天气预报信息
- 2021-05-06下载
- 积分:1
-
依赖库
python支持库,主要用于软件测试,与软件开发,还有树莓派支持底层(Python support library, mainly for software testing, and software development, as well as raspberry pie support underlying layer)
- 2020-06-16 08:00:01下载
- 积分:1
-
teardrop_smb
说明: 针对早期windows系统SMB协议的攻击
前提时先安装安装python
在命令提示符窗口中首先进入py命令所在的文件夹
直接键入python xx.py后回车确认(Attacks on SMB Protocol of Early Windows System
Install Python first
First enter the folder where the PY command resides in the command prompt window
Type Python xx.py directly and return to confirm)
- 2020-06-23 15:40:02下载
- 积分:1
-
openlayer_v5.3.0-dist
openlayers必须的openlayer文件(Gis have to get a ol.js)
- 2020-06-16 21:20:02下载
- 积分:1