CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - vector draw

搜索资源列表

  1. Perceptron-and-ADALINE-network

    2下载:
  2. 这些程序包括以下方面1.使用感知器和ADALINE网络对字母进行识别。2.随机选取初始权向量,选取适当的迭代步长(对ADALINE网络),用给出的四个输入训练样本,对上述两个网络分别进行训练,直到网络收敛;3.对Adaline网络选取不同的值,分别画出误差曲线,观察它们的变化规律;4.对感知器选取不同的初始权向量,分别计算每类训练样本到超平面的距离,观察它们的异同;5.训练结束后,检验网络的识别能力(使用100个检测样本,对应于每个取25个含噪的变形):6.比较Adaline和单神经元感知器的分
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-07
    • 文件大小:19913
    • 提供者:yuge
  1. arrow_plot

    1下载:
  2. 画二维和三维箭头矢量,matlab工具包。直接调用。 This functin is used to draw 2D、3D-arrows. The size of arrow head is decided by the minimum distance between start and stop.-Two-dimensional and three-dimensional vector drawing arrows, matlab toolkit. Direct calls. Th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:18135
    • 提供者:lsx
  1. bspline

    5下载:
  2. 三次B样条曲线、一阶二阶三阶导矢曲线。可用于绘制机器人B样条轨迹的位移、速度、加速度、加加速度曲线图-Cubic B-spline curve, a second-order third-order derivative vector curve. Can be used to draw the trajectory of the robot B-spline displacement, velocity, acceleration, jerk curve
  3. 所属分类:matlab

    • 发布日期:2015-04-21
    • 文件大小:1024
    • 提供者:yl
  1. lorenzLya

    1下载:
  2. 利用正交向量法求Lorenz系统的李雅普诺夫指数,并绘出指数谱图。-Orthogonal Vector Method Lorenz system, Lyapunov exponent, and draw the index spectrum.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1288
    • 提供者:zz
  1. class

    4下载:
  2. 这个是我自己编写的基于混沌自适应粒子群优化支持向量机用于分类的matlab程序,本程序以心脏病的诊断为例,得出了非常好的效果!主要贡献在于解决了支持向量机参数人为选取随意性大且效果好坏不稳定的难题!-This is what I have written based on adaptive chaotic particle swarm optimization of support vector machine for classification of matlab procedures, t
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-06-05
    • 文件大小:6263
    • 提供者:张建
  1. beampattern

    0下载:
  2. 由切比雪夫权值矢量及阵元间距画波束方向图:有x输入,计算该方向的值,否则计算所有方向的值,画出方向图-By the weight vector and the array element spacing beam pattern draw: there is x input, calculate the value of the direction, otherwise the value calculated in all directions, draw the direction of g
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:杨先凯
  1. Untitled2

    0下载:
  2. 用感知准则函数的方法求解以下数据的判决面,学习率为 ,画出每次迭代法向量的变化轨迹,并画出最终的判决曲线。 -The Perceptron criterion function method for solving the decision following data side, learning rate, draw vector for each iteration the trajectory, and draw the curve of the final decision.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:520
    • 提供者:liqiang
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. mvquiver

    0下载:
  2. 本文件实现了yuv视频的运动矢量提取,其中运动矢量估计采用了不同的估计算法,最后还可以画出运动矢量图。-This document implements the yuv video motion vector extraction, in which motion vector estimation algorithm using different estimates and, finally, to draw the movement vector.
  3. 所属分类:matlab

    • 发布日期:2017-06-02
    • 文件大小:14353955
    • 提供者:146
  1. vectgui_archive

    0下载:
  2. 使用matlab画矢量箭头,可以算旋度散度等~-Draw vector arrows using matlab, you can curl divergence operator, etc. ~
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:6444
    • 提供者:罗文
  1. cyclic_coder

    1下载:
  2. (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1005
    • 提供者:wangxiaoyu
  1. cyclic_decoder

    1下载:
  2. (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle Decoder decode_out = cyclic_
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1317
    • 提供者:wangxiaoyu
  1. NEWPLL

    0下载:
  2. 矢量控制c代码中锁相环的求取,值得研究生学习借鉴和大功率边变频器相关技术人员借鉴。 -The vector control phase-locked loop of the strike in the c code, it is worth the graduate study reference and high-power side of the inverter and technical personnel draw.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:9025
    • 提供者:王乃父
  1. arrow3d

    0下载:
  2. matlab中arrow3D的M文件,用于画三维立体坐标中的箭头图案,通常用于场矢量的绘制。-M-file matlab arrow3D used to draw the arrow pattern, usually in three-dimensional coordinates for the field vector drawing.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:28347
    • 提供者:叶明
  1. SVM2

    0下载:
  2. 使用非线性支撑矢量机对一组数据进行分类。画出分界面-The use of non-linear support vector machine classification on a set of data. To draw the interface
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3291
    • 提供者:张天航
  1. zhixiangshilaignzhen

    0下载:
  2. 本程序可以简单了解矢量的编写,并画出额直线矢量阵的指向性-This procedure can be simple to understand the writing of the vector, and draw the frontal line vector array directivity
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:735
    • 提供者:hohn
  1. 123

    7下载:
  2. 生成两个均包含 N=1000个两维矢量的数据集合 和 ,数据集合中的矢量来自于三个类别模型,假设类别的先验概率由矢量 实现 给出 1. 分别画出两个数据集合。 2. 在两个数据集合上分别应用贝叶斯分类器和欧氏距离分类器。 3. 对每个数据集合每种分类器计算分类错误率-Generates two data sets contains N = 1000 and the two-dimensional vector, the vector data set three
  3. 所属分类:matlab

    • 发布日期:2017-10-12
    • 文件大小:3072
    • 提供者:cx
  1. PhasePot_2D_GUI_SDJ

    0下载:
  2. A very useful program BY SVEND STEFFENSEN to visualize PHASE PORTRAIT MODEL , with a beautiful GUI, the vector field, initial point and last point can be draw.-A very useful program BY SVEND STEFFENSEN to visualize PHASE PORTRAIT MODEL , with a beau
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:3768
    • 提供者:Muhammad Rasool
  1. 2

    1下载:
  2. (a)产生两个都具有200个二维向量的数据集和(注意:在生成数据集之前最好使用命令randn(‘seed’,0)初始化高斯随机生成器为0(或任意给定数值),这对结果的可重复性很重要)。向量的前半部分来自均值向量的正态分布,并且协方差矩阵。向量的后半部分来自均值向量的正态分布,并且协方差矩阵。其中是一个2*2的单位矩阵。 (b)在上述数据集上运用感知器算法,并且使用不同的初始向量初始化参数向量。 (c)测试每一次算法在和上的性能。 (d)画出数据集和,以及分类面。((a) Generate
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-11-30
    • 文件大小:1024
    • 提供者:zilong1999
搜珍网 www.dssz.com