-
依赖库
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
-
dcn_simulation_using_ns3-master
说明: 包含实验报告和代码,高级计算机网络的第一次试验(Include lab report and code)
- 2020-06-04 17:24:26下载
- 积分:1
-
全国招聘数据
说明: 用于爬去前程无忧招聘信息,可以爬取 人工智能 python 等十几种职业(Used to climb the future worry-free recruitment information)
- 2019-01-26 12:32:03下载
- 积分:1
-
好例子网_pareto前沿面
说明: 其中x是任何一个大于xmin的数,xmin是X最小的可能值(正数),k是为正的参数。帕累托分布曲线族是由两个数量参数化的:xmin和k。(Where x is any number greater than xmin,xmin is the smallest possible value of x (positive), and k is a positive parameter the Pareto family of distribution curves is parameterized by two quantities :xmin and K)
- 2020-12-13 22:01:13下载
- 积分:1
-
《Python标准库》中文版
说明: python标准库,用于学习python的小伙伴(Python standard library)
- 2020-06-20 12:20:02下载
- 积分:1
-
室内定位
通过各种不同的算法实现室内高精度定位,比如说KNN,随机森林,SVM,等等。(Indoor high-precision positioning is achieved by various algorithms, such as KNN, random forest, SVM, and so on.)
- 2019-06-12 19:40:29下载
- 积分:1
-
Gaot_v5
说明: Gaot_v5工具箱,遗传算法工具箱Gaot_v5包括许多实用的函数,各种算子函数,各
种类型的选择方式,交叉、变异方式。这些函数按照功能(Gaot_v5The toolbox of genetic algorithm GAOT? V5 includes many practical functions, various operator functions, and
Three types of selection, cross and variation. These functions follow the function)
- 2020-04-11 21:42:41下载
- 积分:1
-
简单爬虫文件夹
一个简单的爬虫程序。1、 打开百度网页
2、将网页HTML转化成utf-8格式存入文件 baidu.txt
3、获取网页中的所有a标签对象 ,将对象指向的链接地址抓取出来(A simple crawler program. 1. Open the Baidu web page
2, convert the web page HTML into UTF-8 format and store the file baidu.txt
3. Get all the a tag objects in the web page and grab the linked addresses of the objects.)
- 2018-04-22 17:51:38下载
- 积分:1
-
ptyhon文件
爬取百度贴吧图片,可以帮助你了解爬虫的相关功能模块等(Crawl Baidu Post Bar picture)
- 2018-03-19 11:09:02下载
- 积分:1
-
梯度提升树算法实现
提升方法是将弱学习算法提升为强学习算法的统计学习方法。在分类学习中,提升方法通过反复修改训练数据的权值分布,构建一系列的基本分类器(弱分类器),并将这些基本分类器线性组合,构成强分类器。提升树是建立在决策树上的一种提升方法。针对回归、分类问题,它采用的损失函数不同。对于回归问题,通常使用平方误差损失函数;而对于分类问题,通常使用指数损失函数。代表性的方法主要有AdaBoost算法以及梯度提升树算法(GBDT)。
- 2020-12-11下载
- 积分:1