CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lm

搜索资源列表

  1. chengongde

    0下载:
  2. 用MATLAB仿真的BP神经网络,采用LM算法,训练出一个比较好的训练曲线,一块发上来共享!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2515
    • 提供者:余咏波
  1. LMTHSIS

    0下载:
  2. 包括四个关于LM算法理论在图像拼接和信号处理方面的应用,还包含了一个CMINPACK程序包
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:947532
    • 提供者:robin
  1. pj

    0下载:
  2. 提出了一种基于特征点的全自动无缝图像拼接方法。该方法采用对于尺度具有鲁棒性的SIFT算法进行特征点的提取与匹配,并通过引导互匹配及投票过滤的方法提高特征点的匹配精确度,使用稳健的RANSAC算法求出图像间变换矩阵H的初值并使用LM非线性迭代算法精炼H,最终使用加权平滑算法完成了图像的无缝拼接。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:151441
    • 提供者:小兔兔牙
  1. single

    0下载:
  2. 1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of file \"dataIn.txt\"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2272
    • 提供者:王通
  1. HW5_LM_handout

    0下载:
  2. 用LM优化算法完成摄像机参数标定的文章,用matlab实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:65174
    • 提供者:张雪涛
  1. MATLAB--lm

    0下载:
  2. MATLAB实现最速下降法的具体源程序代码
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:廖民
  1. chenggong.m

    0下载:
  2. lm算法的matlab程序,自己编的,不是库函数
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1909
    • 提供者:孟飞
  1. DigitRec451

    0下载:
  2. 用C++编的能对图片中的数字进行识别,主要是用的LM算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2964417
    • 提供者:张小
  1. NetToolkit

    0下载:
  2. 1、该工具包用于安装Lm和RBF两个神经网络工具包 2、直接运行LmNet.exe或_install.bat即可; 3、完成成功后,请将 bin\\win32 目前加至系统的 path中。 具体为:我的电脑-->属性-->环境变量-->将“bin\\win32”加至path路径中。-1, the tool kits for the installation and Lm 2 RBF neural network tool kits 2, or directly running
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8923293
    • 提供者:李洋
  1. lm

    0下载:
  2. 这是系统中断编辑器INTRSPY,主要功能是处理系统中断-this system is interrupted editor INTRSPY, main function is to interrupt processing system
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:112591
    • 提供者:范志鸿
  1. vc++(lm)

    0下载:
  2. 一个VC++的课程设计(word文档另附源码),实现密码登录.-a VC Course Design (word document followed by source), the realization of passwords.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:7376
    • 提供者:乐心泉
  1. LM的matlab代码

    0下载:
  2. 所属分类:数学计算/工程计算

    • 发布日期:2011-06-08
    • 文件大小:1913
    • 提供者:youzi149
  1. lmbp

    0下载:
  2. 基于LM算法的神经网络算法,最快的神经网络训练算法,但对内存要求高。-Matlab LM BPNN algorithm develop professional book
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-08-16
    • 文件大小:1968
    • 提供者:顾佳晨
  1. C51.rar

    0下载:
  2. LM75温度计,能实现温度测试,精度也很好,用数码管显示,LM75温度计,能实现温度测试
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:35766
    • 提供者:黄小龙
  1. BPtrainlmtrainbr.rar

    0下载:
  2. 用L-M 优化算法与贝叶斯正则化算法训练同一个样本,By LM optimization algorithm with Bayesian regularization algorithm for training with a sample
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:544
    • 提供者:胡月
  1. Example4

    0下载:
  2. 采用贝叶斯正则化算法(抑制过拟合)提高 BP 网络的推广能力,采用两种训练方法, 即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络;-Bayesian regularization algorithm (inhibition of over-fitting) to improve the generalization ability of BP network, using two training methods, that LM opti
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1155
    • 提供者:liuwei
  1. LM-algo.rar

    0下载:
  2. 用gsl实现Levenberg-Marquardt算法,use gsl to implement Levenberg-Marquardt algo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3178473
    • 提供者:cpper
  1. LM3SAPP_Bootloader_UART_Note.r

    0下载:
  2. Luminary单片机,LM3S系列单片机串行(UART)升级应用笔记。介绍 LM3S系列单片机如何通过串行(UART)接口 更新用户程序。 通过使用Luminary Flash Programmer软件可以有以下功能: 1. 通过 LM LINK 可以对 Flash 进行编程、擦除和对调试端口(PB7、PC0~PC3)解锁; 2. 可以通过 UART 对 Flash进行编程; 3. 可以通过以太网对 Flash进行编程。 ,Luminary monolithic integ
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:583660
    • 提供者:曾杰
  1. levmar2.4.rar

    0下载:
  2. 著名的LM算法,用来去除错误角点和用来计算图像拼接时候的稳定的变化矩阵。由Manolis I. A. Lourakis编写。C和C++版本,里面也有matlab版本。这个版本是最新的。另外还有一篇介绍LM原理的文章,适合初学者。,Well-known LM algorithm is used to remove the error used to calculate the corner point and the image mosaic when the changes in the sta
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:127198
    • 提供者:Bill
  1. The_Application_of_LwIP(UDP).r

    0下载:
  2. LwIP在Luminary系列cortex m3 MCU上的应用,实现了UDP传输协议,可用于对LM3S系列ARM MCU的学习以及LwIP的学习。,Luminary Series LwIP in cortex m3 MCU applications,the realization of the UDP transport protocol,can be used for ARM MCU Series LM3S learning and learning LwIP.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:1314184
    • 提供者:657
« 1 2 3 4 5 67 8 9 10 11 ... 21 »
搜珍网 www.dssz.com