-
Knn识别手写数字
knn识别手写数字,里面有详细的代码注释,具体讲述了利用knn算法,kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。
kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。
- 2023-03-29 15:05:04下载
- 积分:1
-
时间函数举例4,一个猜数游戏,判断一个人反应快慢
时间函数举例4,一个猜数游戏,判断一个人反应快慢-Function of time, for example 4, a guess the number of games to determine the response speed of a person
- 2023-05-11 17:00:03下载
- 积分:1
-
本代码利用组件实现定制文件打开对话框
本代码利用组件实现定制文件打开对话框-components of the code used to achieve customized document open dialog
- 2022-03-01 04:47:54下载
- 积分:1
-
解析iso文件的头信息,将iso文件的volume description 信息列出来。...
解析iso文件的头信息,将iso文件的volume description 信息列出来。-Analysis of iso file header information will be iso file volume description information listed here.
- 2022-02-24 11:15:21下载
- 积分:1
-
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助...
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助-DELPHI prepared to use progressive scan screen transfer procedures, the understanding of socket programming and transmission screen help
- 2022-03-07 17:20:08下载
- 积分:1
-
shellexeEx (improved shellexe), Supporting Explore.exe alternative (repeat) and...
shellexeEx(改进的shellexe),支持explore.exe替代(repeat)和非替代(保留explore.exe运行)两种模式-shellexeEx (improved shellexe), Supporting Explore.exe alternative (repeat) and non-alternative (reservation Explore.exe run) two modes
- 2022-01-25 20:41:31下载
- 积分:1
-
This a source code of telephone number search system,it is very useful
This a source code of telephone number search system,it is very useful
- 2022-03-13 15:29:46下载
- 积分:1
-
一个验证程序,生成证书.可以用来生成证书和验证证书
一个验证程序,生成证书.可以用来生成证书和验证证书-A application for generating and validating certificate.
- 2022-09-16 02:15:03下载
- 积分:1
-
显示ppt的vc源码
显示ppt的vc源码-show ppt of vc-source
- 2022-01-22 15:51:44下载
- 积分:1
-
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式...
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式
-Lexical scanning and generate intermediate expression, understanding of intermediate code will be used to indicate the non-suffix type is converted to the arithmetic expressions using reverse Polish expression to represent the arithmetic
- 2022-02-02 06:28:00下载
- 积分:1