-
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
-
gender
Photos with people (e.g., family, friends, celebrities, etc.) are the major interest of users. Thus, with the exponentially growing photos, large-scale content-based face image retrieval is an enabling technology for many emerging applications. In this work, we aim to utilize automatically detected human attributes that contain semantic cues of the face photos to improve contentbased
face retrieval by constructing semantic codewords for efficient
large-scale face retrieval. By leveraging human attributes in a scalable and systematic framework, we propose two orthogonal methods named attribute-enhanced sparse coding and attributeembedded inverted indexing to improve the face retrieval in the offline and online stages. We investigate the effectiveness of different attributes and vital factors essential for face retrieval. Experimenting on two public datasets, the results show that theproposed methods can achieve up to 43.5 relative improvement in MAP compared to the existing methods.
- 2013-11-20 00:42:07下载
- 积分:1
-
ccf-and-acf
gold code and pn sequce comparision using ccf and acf characterstics
- 2013-10-29 21:22:25下载
- 积分:1
-
DDC_matlab&VHDL
说明: DDC下变频链路搭建,利用FDATOOL工具搭建CIC梳状滤波器、HB半带滤波器以及FIR滤波器;并用VHDL语言实现(DDC down conversion link is built, CIC comb filter, Hb half band filter and FIR filter are built by FDATool tool, and implemented by VHDL language)
- 2021-04-08 15:07:46下载
- 积分:1
-
makdfvadvgasdf
MATLAB程序------材料力学简支梁剪力、弯矩及强度校核、截面设计(MATLAB program------ Mechanical Charpy shear, moment and strength check, cross-sectional design)
- 2013-06-25 10:08:12下载
- 积分:1
-
mpeg
用MATLAB语言编写的MPEG视频图像压缩编码。可运行实现(With the MATLAB language for MPEG video image coding. Can be run to achieve)
- 2010-07-06 17:22:14下载
- 积分:1
-
EKsation_last
说明: 编写时间2009年2月24日第1次 以后以此区别修改版本!!!
---------频域传递公式推导------------
变量说明:zn1 zn2:分别为左塔和右塔阻尼比 w1式起重机w1 w2:左塔和右塔固有频率
w01 w02 wc分别连体左支座、右支座、连体自振频率
zn01 zn02 分别为连体左支座、右支座的连接阻尼比
非对称双塔连体结构
主要考虑支座连接频率比的变化结构反应功率谱曲线( Write time, February 24, 2009 1st after a modified version of this distinction!!! --------- Frequency-domain transfer formula derivation------------ variable Description: zn1 zn2: respectively, the left and right tower tower damping ratio w1 crane w1 w2: the left and right tower tower natural frequency w01 w02 wc Siamese left bearing, respectively, the right bearing, Siamese natural frequency zn01 zn02 Siamese respectively, bearing left and right bearing link damping ratio non-symmetrical structure Siamese twin towers bearing the main consideration changes in the ratio of the structure connecting the frequency response curve of the power spectrum)
- 2010-03-20 16:09:44下载
- 积分:1
-
mutual_information
用互信息求嵌入维数的matlab 该方法有效的计算嵌入维数(The method of the mutual information seeking embedding dimension matlab calculate the embedding dimension)
- 2012-05-31 08:36:12下载
- 积分:1
-
plots_GUI
Creating 2D And 3d ploting App with Graphical User Interfaces in MATLAB.
GUIs (also known as graphical user interfaces or UIs) provide point-and-click control of software applications, eliminating the need to learn a language or type commands in order to run the application.
MATLAB apps are self-contained MATLAB programs with GUI front ends that automate a task or calculation. The GUI typically contains controls such as menus, toolbars, buttons, and sliders. Many MATLAB products, such as Curve Fitting Toolbox, Signal Processing Toolbox, and Control System Toolbox, include apps with custom user interfaces. You can also create your own custom apps, including their corresponding UIs, for others to use.
- 2014-09-03 02:08:41下载
- 积分:1
-
optical
GUI光学薄膜多层膜系反射率分析,绘制反射率与波长、角度的函数曲线,计算带宽(Optical thin film multilayer reflectivity analysis, draw the function curve of reflectivity and wavelength, angle, calculate bandwidth)
- 2015-09-29 12:13:04下载
- 积分:1