-
KNN
实践代码kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。
- 2023-01-15 07:15:03下载
- 积分:1
-
SVM
SVM: 一种分类器,采用最大化分类间隔进行优化参数。
关于这个分类器两点比较重要:
1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章
以及“Improvements to Platt s SMO algorithm for SVM Classifier Design”
2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数,
说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间。
我自己看书写的程序,采用Python实现,注释比较多(SVM: a classification, a classification intervals to maximize the use of optimization parameters.
About this classifier is more important points:
1) SMO optimization algorithms need to know, you can see the specific two articles, John Platt article
And "Improvements to Platt s SMO algorithm for SVM Classifier Design"
2) the use of nuclear function, how to use the SVM kernel function, the kernel function is a function space conversion,
That white is the distance calculation function, how relatively close distance between similar calculations, how to convert low-dimensional space to a high-dimensional space is easy classification.
I see myself writing program, using Python, notes more)
- 2020-07-04 11:40:02下载
- 积分:1
-
cartpole-master
Cart-pole problem solition with python
- 2013-11-27 03:51:04下载
- 积分:1
-
Python - OBDII - Libraries
Python OBDII库;
- 2023-03-26 06:45:04下载
- 积分:1
-
statistics
说明: 学会如何用python对cvs数据进行统计(Learn how to use Python to count CVS data)
- 2020-09-06 23:40:27下载
- 积分: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
-
Sublime
说明: python编辑器很好用,希望能够给大家带来帮助,谢谢大家!(python sublime text 3)
- 2020-06-22 20:40:01下载
- 积分:1
-
xgfadianji
说明: 使用xgboost对发电机进行回归预测,速度更快,精度更高(Use xgboost to perform regression prediction on generators, which is faster and more accurate)
- 2020-05-11 00:02:35下载
- 积分:1
-
machinelearninginaction
基于python语言的机器学习实战书籍对应源代码(Machine learning actual combat books corresponding source code based on Python language)
- 2018-09-21 19:41:36下载
- 积分:1
-
gensim-0.10.2.tar
gensim工具包,包含相似性计算、LSA、LDA计算等(gensim tool package)
- 2014-12-11 22:16:24下载
- 积分:1