-
svm
SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。(The basic idea of SVM method are: the definition of the optimal linear hyperplane, and the search algorithm for optimal linear hyperplane by solving a convex programming problem. Then based on Mercer nuclear expansion theorem, through a nonlinear mapping φ, the sample space is mapped to a high-dimensional and even infinite dimensional feature space (Hilbert space), so that in the feature space can be applied to solve the linear learning machine method, the sample space The highly nonlinear classification and regression problems. svm procedures that support vector machine code.)
- 2010-07-31 10:21:45下载
- 积分:1
-
ex7Data
matlab skin detection
- 2013-08-09 07:25:15下载
- 积分:1
-
DemGdal
使用Gdal读取DEM地震前后影像高程,并计算地震前后高程差,绘制地形变化(skyline Gdal)
- 2021-01-01 13:38:58下载
- 积分:1
-
noncontrol-ballistic-simulation
Matlab编写的纵向平面内无控弹道仿真程序,(内含气动数据),采用线性插值与4阶龙格库塔法解算常微分方程组(The longitudinal plane Matlab prepared uncontrolled trajectory simulation program (includes aerodynamic data), using linear interpolation with four first-order Runge-Kutta method ODE solver)
- 2020-07-08 10:19:02下载
- 积分:1
-
GASVM
遗传算法优化支持向量机程序,用于参数寻优,提高分类率(Genetic algorithm optimization support vector machine program)
- 2018-04-28 20:41:13下载
- 积分:1
-
[MATLAB智能算法30个案例分析].史峰等.扫描版 上
MATLAB智能算法30个案例分析,本书采用案例形式,以智能算法为主线,讲解了遗传算法鱼群算法等。(Analysis of 30 Cases of Intelligent Algorithms in MATLAB.This book uses the case form, takes the intelligent algorithm as the main line, explains the genetic algorithm fish swarm algorithm and so on.)
- 2019-05-08 18:56:07下载
- 积分:1
-
modian
说明: 搭建了模电电路,实现仿真并得到仿真U I波形(The analog circuit is built, and the simulation UI waveform is obtained)
- 2020-07-04 22:18:05下载
- 积分:1
-
longwen
本文先介绍了整个系统的硬件电路设计,而后用VHDL硬件描述语言完成了系统控制程序的编写,并对系统进行了程序仿真及调试验证。本文特别详细的讨论了系统程序的编写,因为他关系到整个系统的功能实现,也是本设计的重点所在。设计中选用Protel 99se作为电路图编辑软件,选用Max+plusⅡ作为仿真环境。(This article first describes the overall system hardware design, then use the VHDL hardware description language, the system control program to complete the preparation, and system simulation and debugging of program verification. This particular system is discussed in detail the preparation process, because he related to the functions of the entire system to achieve, is the focus of this design. Design selected Protel 99se as circuit editing software, use Max+ plus Ⅱ as a simulation environment.)
- 2010-06-06 20:06:38下载
- 积分:1
-
VoltageVCO
一个压控振荡器的代码
简单实用,是初学者的最佳选择
可以帮助深入了解电路设计(a vco matlab code
very suitable for circuit design freshman )
- 2010-05-07 10:51:11下载
- 积分:1
-
robot
Robotics Toolbox for Matlab(The Toolbox has always provided many functions
that are useful for the study and simulation of classical
arm-type robotics, for example such things
as kinematics, dynamics, and trajectory generation.
The Toolbox is based on a very general method of
representing the kinematics and dynamics of seriallink
manipulators. These parameters are encapsulated
in MATLAB
R objects—robot objects can be
created by the user for any serial-link manipulator
and a number of examples are provided for well know robots such as the Puma 560
and the Stanford arm amongst others. The Toolbox also provides functions for manipulating
and converting between datatypes such as vectors, homogeneous transformations
and unit-quaternions which are necessary to represent 3-dimensional position and
orientation.)
- 2012-01-13 20:50:57下载
- 积分:1