-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
kk
说明: 直接横摆力矩控制车辆稳定性研究概述,很好的论文(Direct yaw moment control Vehicle Stability Studies)
- 2012-04-18 23:30:04下载
- 积分:1
-
pinbixiaoneng
用来计算电磁兼容屏蔽效能的程序,matlab程序(used to calculate EMC shielding effectiveness of procedures, procedures Matlab)
- 2007-04-21 07:28:26下载
- 积分:1
-
solo_emd
罗列经验模态分解的程序包的功能,如何载入以及卸载经验模态工具箱(Listed empirical mode decomposition package, how to load and uninstall experience modal Toolbox)
- 2012-09-09 11:32:24下载
- 积分:1
-
WiMAX802.16eSimulink
Simulink simulation for PHY layer of Wimax 802.16e, baseband only, including Tx Channel and Rx.
- 2011-01-08 19:43:00下载
- 积分:1
-
3DFR_QA
一种用于3D图像的质量评价算法,使用SSIM进行深度图估计,使用MS-SSIM评价2D特征(An algorithm for 3 d image quality assessment, using SSIM depth map estimation, using MS- SSIM uation 2 d features)
- 2014-10-26 19:46:49下载
- 积分:1
-
CS-RECONSTRUCT-ALGORITHM
常用压缩感知恢复算法,OMP,ROMP,gOMP等,压缩感知入手基本算法(Compressive Sensing Reconstrication algorithm)
- 2015-08-14 15:45:22下载
- 积分:1
-
SVPWM_DTC_2012_12_2
SVPWM为改进的对传统的直接转矩控制的matlab仿真,以异步电动机为控制对象,磁链、转矩双闭环,采用圆形磁链为目标,得到较好的仿真结果。(SVPWM for the improvement of the traditional direct torque control matlab simulation to asynchronous motor as the control object, flux linkage, torque double closed loop, the use of circular flux as the goal, get better simulation results.)
- 2017-03-12 11:57:45下载
- 积分:1
-
visible-led-communication
这里给出了几个可见光通信的MATLAB程序,调制方式采用OFDM调制解调,对于可见光通信的研究者具有重要的参考价值。(Here are a few visible light communication MATLAB program, modulation using OFDM modulation and demodulation for visible light communication researchers have important reference value.)
- 2021-01-09 11:58:51下载
- 积分:1
-
tfristft
实现短时傅里叶变换,真的挺好用的,大家可以十四看看呀(TFRSTFT this is a program ,you can try it in you computer)
- 2021-03-12 19:29:24下载
- 积分:1