搜索资源列表
knn-dwt
- matlab环境下基于动态规划算法的语音识别系统!-Matlab environment based on dynamic programming algorithm Speech Recognition System!
KNN0
- knn算法的源代码,用来实现文本分类,是目前应用最广的算法-knn algorithm source code, which can be used for text classification, is the most widely Algorithm
MLkNN
- 数据挖掘领域中的一种算法-ML-KNN是一种改进的最近邻算法
TextClassify
- 文本分类算法,含有三个分类算法,朴素贝叶斯,KNN,VSM
KNN
- 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
knn
- 简单的 knn 算法 用c语言编的 得用file-knn algorithm use C Lagueage
knn_cublas_with_indexes
- KNN 算法的cuda实现,通过cublas-KNN algorithm with cuBlas under CUDA
WordTest
- 本文阐述了一个基于K-Nearest Neighbor(KNN)算法的中文网页自动分类系统的体系结构、具体设计和实现过程。系统分成三个模块:中文网页的下载与过滤(王勋完成);KNN算法的训练与分类(黄健完成);算法评估以及分词系统的整合(吴亮完成)。 本人主要是实现算法的评估以及分词系统的整合:分词系统的整合利用爱博汉语分词系统(服务器版本—共享版),将下载下来的中文网页过滤后所得到的txt文件内容进行分词,以便提供给KNN算法进行训练和分类;算法的评估是将KNN算法后所得到的结果进行分析,
DM_YeDan
- KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two algorithms. The code VS2010 en
Ch02
- 利用Python语言来实现knn算法 简单易学上手快 适合初学者-Using the Python language to realize the load on the KNN algorithm is easy to learn for beginners
knn
- 机器学习实战-第二章源码-knn算法(kNN.py)-Machine Learning in Action-Ch2.-kNN
KNN
- python编写的KNN算法,源代码清晰易懂,而且有源数据文件-written python KNN algorithm, clear and understandable source code, data files and active
kNN
- 使用k-近邻算法改进约会网站的配对算法和使用k-近邻算法的手写数字识别系统-Use k- nearest neighbor matching algorithm to improve the dating sites and use of k- nearest neighbor handwritten numeral recognition system
<<机器学习实战》源代码
- 《机器学习实战》源代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等