登录
首页 » matlab » Hopfiel_NN_pattern_recognition

Hopfiel_NN_pattern_recognition

于 2015-03-20 发布 文件大小:8KB
0 84
下载积分: 1 下载次数: 4

代码说明:

  This code shows hopfield neural network for pattern recognition.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • AdaptAOA
    matlab code for adaptive angle of arrival detection
    2007-12-18 12:44:25下载
    积分:1
  • AnintroductiontoHMMs
    隐马尔科夫算法详细的介绍,英文版的,经典(Hidden Markov algorithm detailed introduction in English)
    2010-09-15 16:23:51下载
    积分:1
  • kfilter
    说明:  卡尔曼滤波的源程序代码,一个标准的实例,有助于大家学习与交流(kalman filter)
    2010-04-09 17:38:30下载
    积分:1
  • SB1_Release_110
    This documentation refers specifically to Version 1.1 of SparseBayes
    2014-11-23 10:57:55下载
    积分:1
  • LargestLyapunov
    求时间序列的最大李亚普诺夫指数,很好用。(the largest lyapunov)
    2010-06-30 15:51:04下载
    积分:1
  • emdonline
    经验模式分解,用于局域波分解,使用于多分量信号分析(empirical mode decomposition, for the local wave decomposition, in the use of multi-component signal analysis)
    2007-03-29 18:40:30下载
    积分:1
  • adsl_a2d_d2a
    This module provides an introduction for our ELEC 301 DMT group project. 这是其中a2d模块部分(This module provides an introduction for o ur ELEC 301 DMT group project. This module is part of a2d)
    2021-02-13 10:19:49下载
    积分:1
  • MATLAB-Graphics
    首先介绍MATLAB的基本知识及基本运算,使读者对MATLAB有一个概略的了解,然后系统论述图形绘制技术的基本概念、工作原理及在工程中的应用。书中精选科学和工程中常用的多个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。其中详细讲解了MATLAB的基本知识、二维图形的绘制、三维图形的绘制、高级图形绘制技术、动画与视频、几何造型及GUI的程序设计等内容。(First introduced in MATLAB basic knowledge and basic operations, allowing the reader to have a rough understanding of MATLAB and then systematically discusses the basic concepts of graphics rendering technology, working principle and in engineering. The book featured commonly used in science and engineering multiple algorithms, all using MATLAB programming language, with examples for algorithm verification and analysis. Which explained in detail the basics of MATLAB, two-dimensional graphics rendering, 3D graphics rendering, advanced graphics rendering, animation and video, geometric modeling and GUI programming and other content.)
    2013-11-13 20:57:06下载
    积分:1
  • dectobin
    matlab实现任意十进制和二进制的转换(matlab to achieve arbitrary decimal and binary conversion)
    2009-12-10 20:14:06下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载