-
bosonnlp.py-master
基于中文的文本分析系统,包括情感分析、新闻分类、关键词提取等(A text analysis system based on Chinese, including sentiment analysis, news classification, keyword extraction, etc.)
- 2017-10-09 15:19:04下载
- 积分:1
-
main
基于open MV的人脸检测与识别,闲来无事,兴趣为之(ji yu openMV de re lian shi bie)
- 2018-07-11 17:43:56下载
- 积分:1
-
11
说明: 实现目标检测的代码,前期还需自己搭建框架(To achieve the target detection code, you need to build the framework yourself)
- 2020-05-21 13:56:27下载
- 积分:1
-
Python黑魔法指南-v2.0.pdf
Python 是一门对编程新手非常友好的语言,通常花个两个月的时间,就能开始自己写代码,做项目。但也因为过于高级,给予了开发者很高的自由度。这本身没有问题,但是想要写出优雅的 Python 代码,需要 Coder 有一定的代码审美能力,才能很好的驾驭。其中包括少有人知的一些 Python 冷门知识,Python Shell 的多样玩法,各种令人疯狂的 Python 炫技操作,Python 的超详细进阶知识解读,还有不断扩充完善适合所有 Python 开发者的开发技巧等等。本书旨在向你介绍一个不一样的 Python,而不是一份初学者的 Python 基础教学资料。不管对于新手还是老手,都会有一定的帮助。
- 2021-05-07下载
- 积分:1
-
adaboost
AdaBoost元算法属于boosting系统融合方法中最流行的一种,说白了就是一种串行训练并且最后加权累加的系统融合方法。
具体的流程是:每一个训练样例都赋予相同的权重,并且权重满足归一化,经过第一个分类器分类之后,
计算第一个分类器的权重alpha值,并且更新每一个训练样例的权重,然后再进行第二个分类器的训练,相同的方法.......
直到错误率为0或者达到指定的训练轮数,其中最后预测的标签计算是各系统*alpha的加权和,然后sign(预测值)。
可以看出,训练流程是串行的,并且训练样例的权重是一直在变化的,分错的样本的权重不断加大,正确的样本的权重不断减小。
AdaBoost元算法是boosting中流行的一种,还有其他的系统融合的方法,比如bagging方法以及随机森林。
对于非均衡样本的处理,一般可以通过欠抽样(undersampling)或者过抽样(oversampling),欠抽样是削减样本的数目,
过抽样是重复的选取某些样本,最好的方法是两种进行结合的方法。
同时可以通过删除离决策边界比较远的样例。
(AdaBoost boosting systems dollar fusion algorithm is the most popular one, it plainly systems integration approach is a serial train and final weighted cumulative.
Specific process is: Each training example is given equal weight, and the weights satisfy normalization, after the first classifiers after
Calculating a first classifier weights alpha value for each sample and updates right weight training, and then the second classifier training, the same way .......
0, or until the specified error rate training rounds, wherein the label is the calculation of the final prediction system* alpha weighted and then sign (predicted value).
As can be seen, the training process is serial, and weight training examples is always changing, the right of the wrong sample weight continued to increase, the right to correct sample weight decreasing.
AdaBoost algorithm is an element, as well as other methods of boosting popular systems integration, such as bagging and random forest method.
For )
- 2014-07-09 19:24:29下载
- 积分:1
-
vor3d
说明: 随机生成voronoi多面体,形成混凝土骨料(Voronoi polyhedron is generated randomly to form concrete aggregate)
- 2021-01-18 21:47:16下载
- 积分:1
-
PyCharm 中文指南.pdf
python基础,本书是一本面向 Python 开发者的 PyCharm 详细使用指南。
- 2021-05-06下载
- 积分:1
-
lecture 3-11.py
说明: 美国本科python课堂实用初级入门教学实例(Python introduction teaching example)
- 2019-03-05 12:47:58下载
- 积分:1
-
Mastering Python Forensics
说明: 用python进行forensic,经典书籍,黑客必备!!!!!!!!(Master the art of digital forensics and analysis with Python)
- 2020-06-23 00:20:02下载
- 积分:1
-
read_excel
使用python对excel数据进行读取和处理(Python MD5 encryption)
- 2018-05-31 10:08:50下载
- 积分:1