-
test
说明: 通过模拟退火算法解决旅行商问题,能够通过运行(The simulated annealing algorithm is used to solve the traveling salesman problem)
- 2020-12-21 11:48:09下载
- 积分:1
-
random forest 随机森林
模型组合(比如说有Boosting,Bagging等)与决策树相关的算法比较多,这些算法最终的结果是生成N(可能会有几百棵以上)棵树,这样可以大大的减少单决策树带来的毛病,有点类似于三个臭皮匠等于一个诸葛亮的做法,虽然这几百棵决策树中的每一棵都很简单(相对于C4.5这种单决策树来说),但是他们组合起来确是很强大。
- 2022-04-16 17:50:55下载
- 积分:1
-
grc_block
关于gnuradio中各个信号处理模块的简单介绍,我自己整理的。(Brief introduction about of gnuradio each signal processing module, myself.)
- 2021-03-15 17:09:23下载
- 积分:1
-
w7_gaussianProcesses
machine learning 方面有关于Bayesian Review and Gaussian Processes的资料,语言是python(machine learning aspects of information concerning the Bayesian Review and Gaussian Processes, language is python)
- 2013-12-07 23:22:26下载
- 积分:1
-
matlab-a-
FSK调制解调MATLAB源代码,很不错,值得看看(FSK modulation and demodulation MATLAB source code, very good, worth a look)
- 2013-11-15 16:31:41下载
- 积分:1
-
SVM
基于python的svm分类学习。线性可分svm,非线性svm。
对花卉(花蕾)进行分类,并可视化(SVM classification learning based on Python)
- 2021-04-26 16:08:45下载
- 积分:1
-
廖雪峰 2018年官方最新Python3教程(一)
【实例简介】
- 2021-09-10 00:31:11下载
- 积分:1
-
python检测鼠标键盘是否按下的程序
python 检测鼠标键盘是否按下去,该源码程序调用了user32.dll,在windows下面可以实现极快的鼠标键盘按下检测等各种功能,是开发游戏、辅助程序、其他功能性软件必不可少的部分,建议开一个线程实施检测
- 2023-03-19 14:20:03下载
- 积分:1
-
numpy pandas
python numpy 的一些基本操作和结果展示。。。。。。。(python numpy basic function)
- 2018-05-16 22:12:46下载
- 积分:1
-
ex7-kmeans and PCA
说明: K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。(K-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster. This results in a partitioning of the data space into Voronoi cells.)
- 2019-01-16 16:51:49下载
- 积分:1