当前位置:
首页 资源下载
搜索资源 - machine learning-KNN
搜索资源列表
-
1下载:
基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several types of the original text file,
-
-
0下载:
机器学习是人工智能的一个子领域,是人工智能中非常活跃且范围甚广的主要核心研究领域之一,也是现代智能系统的关键环节和瓶颈。机器学习吸取了人工智能、概率统计、计算复杂性理论、控制论、信息论、哲学、生理学、神经生物学等学科的成果,主要关注于开发一些让计算机可以自动学习的技术,并通过经验提高系统自身的性能。本文介绍了机器学习的概念、基本结构和发展,以及各种机器学习方法,包括机械学习、归纳学习、类比学习、解释学习、基于神经网络的学习以及知识发现等,并简单叙述了机器学习的相关算法,包括决策树算法、随机森林算
-
-
0下载:
KNN 是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-a machine learning algorithm
-
-
0下载:
knn算法实现 采用的是 机器学习数据库中的Letter Recognition Data Set-The KNN algorithm is used to achieve the UCI Machine Learning Repository: Letter Recognition Data Set
-
-
0下载:
机器学习算法之KNN与PageRank,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-The KNN machine learning algorithm and PageRank, classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
-
-
0下载:
机器学习KNN算法的实现和测试,手写数字识别系统的测试代码-Implementation and test of machine learning KNN algorithm, handwritten numeral recognition system test code implementation and testing of machine learning KNN algorithm, handwritten numeral recognition system test code
-
-
0下载:
python3实现各种机器学习算法,包括knn算法,决策树算法,SVM算法,朴素贝叶斯算法等-Python3 realize all kinds of machine learning algorithms, including KNN algorithm, the decision tree algorithm, the SVM algorithm, naive bayesian algorithm, etc
-
-
0下载:
Machine Learning C train C Test Assignment Knn Classify
-
-
0下载:
an opencv visual cpp algorithm imlementing the most used method is machine learning K-an opencv visual cpp algorithm imlementing the most used method is machine learning KNN
-
-
0下载:
k临近算法,用于数据分类,此代码为机器学习实战的学习代码(K near algorithm, for data classification, this code for machine learning combat learning code)
-
-
0下载:
KNN算法的matlab实现,包含原始数据(matlab code of KNN in machine learning)
-
-
0下载:
kNN分类算法机器学习实战中python测试代码用例(KNN classification algorithm, machine learning, actual combat, python test code, use case)
-
-
0下载:
人工智能课程的KNN算法实现,包括回归和分类。(Artificial intelligence curriculum KNN algorithm, including regression and classification.)
-
-
0下载:
机器学习实战,第二章knn源代码,实现k近邻功能。(Machine learning combat, the second chapter knn source code, k nearest neighbor function.)
-
-
0下载:
KNN实现python实现代码,结合数字数据集,实现数字的分类任务。(KNN implements the python implementation code and combines the digital data set to realize the classification task of the digital.)
-
-
1下载:
kaggle digitrecognizer MNIST by stacking some machine learning method, such like GBM(Gradient Boosting Method), LR, Extra Randomized Trees, Random Forest,KNN,etc.用stacking的方法实现手写数字识别MNIST。(kaggle digitrecognizer MNIST by stacking some machine learnin
-
-
0下载:
机器学习 KNN 算法 基础 KNN分类算法 初学者必学 没有代码说明 代码完整(Machine learning KNN algorithm foundation)
-
-
0下载:
机器学习/python入门项目一:聚类kNN(Machine learning / python entry project: clustering kNN)
-
-
1下载:
通过比较欧氏距离,定义K值,实现了机器学习中的KNN算法(By comparing Euclidean distance, we define the K value and realize the KNN algorithm in machine learning.)
-
-
1下载:
K最近邻(k-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:在特征空间中,如果一个样本附近的k个最近(即特征空间中最邻近)样本的大多数属于某一个类别,则该样本也属于这个类别。(K-nearest neighbor (KNN) classification algorithm is a relatively mature method in theory and one of the simplest machine
-