-
C # SVM识别分类模式识别
应用背景这是支持向量机(SVM)的C #代码。从互联网上下载我。它的分类和模式识别是非常有用的。我相信如果你正在学习人工智能机还是有很大的帮助。这是一个GUI软件以及包括源代码。关键技术在机器学习, ; ; 支持向量机(SVM,也; ;支持向量网络)是 ;监督学习 ; 模型与相关的学习算法; ;,数据分析和模式识别,用于分类 ; ;和 ;回归分析。给定一组训练样本,每个标记为属于两个类别之一,训练一个SVM算法建立模型,分配新的实例为一类或其他,是一种非概率 ;二元 ;线性分类器。支持向量机模型是一个代表性的例子,空间中的点,将使单独的类的实例被明显的差距,尽可能宽。新的实例映射到相同的空间和预测属于一类基于差距落在哪边。
- 2022-02-04 00:22:25下载
- 积分:1
-
用单纯性法求解线性规划问题,并通过控制台输入系数矩阵。...
用单纯性法求解线性规划问题,并通过控制台输入系数矩阵。-Using simple method for solving linear programming problems, and through the console input coefficient matrix.
- 2022-04-25 05:21:02下载
- 积分:1
-
解决利用 BFS 在 Java 中的 8 拼图游戏
这就是广度优先搜索和 8 拼图算法在求解 8 益智游戏的执行。
使用的语言是 java,代码中的注释将帮助与其余部分 !
- 2022-01-21 18:09:54下载
- 积分:1
-
商品库存管理系统
商品库存管理系统,C 语言,具有完整的系统设计
- 2022-01-31 22:36:07下载
- 积分:1
-
C语言实现GBK与UTF-8编码的转换
C语言实现GBK与UTF-8编码的转换
- 2022-02-26 11:13:22下载
- 积分:1
-
adaboost分类算法工具箱
主要用于分类。adaboost是目前分类最好的分类算法。通过不断学习改变样本的权重达到更好的分类效果。
- 2022-03-16 20:50:09下载
- 积分:1
-
c#音乐播放器
请点击主窗口右上角的“?”帮助按钮,即有对应的功能介绍和作者信息~~~~友情提示:在win7系统下运行才可达到最好的美化效果!!!如果喜欢的话,记得给好评哦,亲~
- 2023-08-13 10:30:04下载
- 积分:1
-
moment program for electromagnetic computing
moment program for electromagnetic computing -moment program for electromagnetic computing
- 2022-04-30 12:09:36下载
- 积分:1
-
FORTRAN visualfortran numerical algorithm commonly used to collect and FOSS
FORTRANvisualfortran常用数值算法集及源码-FORTRAN visualfortran numerical algorithm commonly used to collect and FOSS
- 2022-04-11 02:09:08下载
- 积分:1
-
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jacobian. The (driver) subroutines called by the user are given in the
8 ! table below, and are well documented internally. The user need not
9 ! be concerned with any other subroutines in HOMPACK90.
-!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jac
- 2022-07-21 06:18:17下载
- 积分:1