-
knn.py
kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。(Basic source application)
- 2018-10-30 16:50:13下载
- 积分:1
-
山东省地图
说明: 山东地图基础资料SHP格式,不适用于ARCGIS(SD MAPS,not use for ArcGIS)
- 2020-01-25 00:26:16下载
- 积分:1
-
avalanche-master
计算回测程序,多因子选股模型,单因子测试(Calculation of back - test program, multi - factor stock - picking model, the single factor test)
- 2021-04-09 18:28:59下载
- 积分:1
-
Python vcd parser
下载,加上code_to_name 支持 直接信号的访问
- 2023-02-06 23:15:03下载
- 积分:1
-
data_collect.tar
新浪微薄爬虫,抓取好友信息和好友的关注列表,
保存文件格式为文本(Sina meager reptiles, grab your friends and friends of watchlist information, save the file as text format)
- 2014-01-29 18:32:17下载
- 积分:1
-
k-means
说明: 聚类算法,k-means 以及高斯混合模型算法,机器学习例程(Clustering algorithm, K-means and Gaussian mixture model algorithm, machine learning routine)
- 2020-03-10 18:16:49下载
- 积分:1
-
monte_carlo_tree_search
说明: 非常好的蒙特卡洛树搜索写的五子棋示例,核心代码都有中文说明(An Example of Gobang Written by Monte Carlo Tree Search)
- 2020-06-15 23:20:01下载
- 积分:1
-
字数统计
说明: 了解基本编程知识,熟悉编程算法,字数统计。(Understand basic programming knowledge, familiar with programming algorithms, word count.)
- 2020-06-23 20:40:01下载
- 积分:1
-
readVector
地理信息系统(gis)行业,使用ogr,gdal读写矢量文件(Use ogr, GDAL to read and write vector files)
- 2020-12-20 09:39:09下载
- 积分:1
-
smile-detection
基于Python语言和OpenCV实现了笑脸检测,首先进行人脸检测,然后在人脸检测的基础上进行笑脸检测。(This code implement smile detection based on OpenCV and Python. Face detection is done firstly and then smile detection is done based on the output face of the face detection.)
- 2020-11-17 20:49:38下载
- 积分:1