书签 分享 收藏 举报 版权申诉 / 34
上传文档赚钱

类型人工智能与神经网络笔记8课件.ppt

  • 上传人(卖家):晟晟文业
  • 文档编号:5205853
  • 上传时间:2023-02-17
  • 格式:PPT
  • 页数:34
  • 大小:153.23KB
  • 【下载声明】
    1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
    2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
    3. 本页资料《人工智能与神经网络笔记8课件.ppt》由用户(晟晟文业)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
    4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
    5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
    配套讲稿:

    如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

    特殊限制:

    部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

    关 键  词:
    人工智能 神经网络 笔记 课件
    资源描述:

    1、AI&NN Notes Chapter 9Feedback Neural Networks9.1 Basic ConceptsAttractor:a state toward which the system evolves in time starting from certain initial conditions.Basin of attraction:the set of initial conditions which initiates the evolution terminating in the attractor.Fixed point:if an attractor i

    2、s in a form of a unique point in state space.Limit Cycle:if an attractor consists of a periodic sequence of states.Hopfield Network and its Basic Assumptions12nvvv12nTTT12niiin21wwww2112n1wwn21n2n1.1 layer,n neurons2.T -Threshold of neuron i3.w -weight from j to i4.v -output of neuron j 5.i -externa

    3、l input to the i-th neuronijijThe total input of the i-th neuron isnet =iJ=1 jinw v +i -T =W V+i -T ,for I=2,nijjiiitiiwhereW =wwwii1i2in.V=vvv12nThe complete matrix description of the linear portionof the system shown in the figure is given by net=WV+i-twherenet=netnetneti=iii12n12nare vectors cont

    4、aining activation,external inputto each neuron and threshold vector,respectively.t=TTT1n2 W is an nn matrix containing network weights:W=www=wwwwwwwwwwww000012nttt12131n21232n31323nn1n2n3w =w ijjiw =0iiand9.2 Discrete-Time Hopfield NetworkAssuming that the neurons activation function is sgn,the tran

    5、sition rule of the i-th neuron would be -1,if net 0 (excitatory state)v If,for a given time,only a single neuron is allowed to update its output and only one entry in vector v is allowed to change,this is an asynchronous operation,under which each element of the output vector isupdated separately wh

    6、ile taking into account the mostrecent values for the elements that have already beenupdated and remain stable.(*)Based on(*),the update rule of a discrete-time recurrent network,for one value of i at a time,becomesv =sgn(w v +i -T)for random i,i=1,2,n and k=0,1,2,.iK+1itkiiwhere k denotes the index

    7、 of recursive update.This is referred as asynchronous stochastic recursion of theHopfield network.This update process will continue until all n entries of v have been updated.The recursive computation continues until the outputnode vector remains unchanged with further iterations.Similarly,for synch

    8、ronous operation,we haveiK+1v =TWv +i-t,for all neurons,k=0,1,.K+1kwhere all neurons change their output simultaneously.Geometrical ExplanationThe output vector v is one of the vertices of the n-dimensional cube-1,1 in E space.The vector moves during recursions from vertex to vertex,untilit is stabi

    9、lizes in one of the 2 vertices available.The movement is from a vertex to an adjacent vertexsince the asynchronous update mode allows for a single-component update of an n-tuple vector at a time.The final position of v as k,is determined by weights,thresholds,inputs,and the initial vector v as well

    10、as the order of transitions.nn0nTo evaluate the stability property of the dynamical system of interest,the computational energy functionis defined in n-dimensional output space v .If the increments of a certain bounded positive-valuedcomputational energy function under the transitionrule are found t

    11、o be non-positive,then the function can be called a Lyapunov function,and the systemwould be asymptotically stable.The scalar-valued energy function for the discussedsystem is a quadratic form:nE=-1/2 V WV-i V+t Vtttor E=-1/2 w v v -i v +t v i=1nj=1jinijiji=1i=1niiniiThe energy function in asynchron

    12、ous mode.Assume that the output node I has been updated at the k-th instant so that v -v =v .Computing the energygradient vector:ik+1ki E=-1/2(W +W)v-i +t =-Wv-i +t vtttttW =WtThe energy increment becomes E=(E)v=(-W v-i +t )v ttttiiiiThis is because only the i-th output is updated.Therefore we have

    13、(v)=0 v 0itThis can be rewritten as E=-(w v +i -t)v for j i,ii i jijnj=1or briefly E=-net v i iNote that when net 0,then v 0 thus (net v)is always non-negative.In other words,any corresponding energy changes E are non-positiveprovided that w =w .i i i i i i ijjiFurther we can show that the non-incre

    14、asing energyfunction has a minimum.Since W is indefinite because of its zero diagonal,then E has neither a minimum nor maximum in unconstrained output space.However,E is obviously bounded in n-dimensional space consisting of the 2 vertices of n-dimensional cube,Thus,E has to reach its minimum finall

    15、y under the update algorithm.nExample of recursive asynchronous update of computed digit 4:(a)(b)(c)(d)(e)where(a)k=0,(b)k=1,(c)k=2,(d)k=3,(e)k=4.The initial map is a destroyed digit 4 with 20%of thepixels randomly reversed.For k4,no changes are produced at the network output since the system arrive

    16、d at one of its stable states.9.3 Gradient-Type Hopfield NetworkConsider the continuous-time single-layer feedbacknetworks.One of its model is given below.ccccgggg112233nn123nvvvvwn11nww32iiii123nuuuu123n123nvvvvIt consists of n neurons,each mapping its input u intothe output v through the activatio

    17、n function f(u ).Conductance w connects the output of the j-th neuronto the input of the i-th neuron.It is also assumed thatw =w and w =0.The KCL equation for the input node having potentialu can be obtained asiiiijijjiiiii +w v -u (w +g )=C ij=1jjn ij jij=1jjnijiidudtiDefiningG =w +g ,C=diagC ,C,G=

    18、diagG ,G j=1jjniji1n1nThen we haveC du(t)dt=Wv(t)-Gu(t)+i and v(t)=f(u(t)It can be shown thatdEdt=-(c )dudttdvdtIt follows thus that the change of E,in time,are in the general direction toward lower values of he energy function in v space-the stability condition.n 0.iija aija aThe outer product rule

    19、 is as follows:For given vectors M=U,U ,where U =(x,x )write1mktkk1nW=(U U -I)=mk=1k kt 0 x x x x x x 0 x x x x x x 0mk=11111222nnnn2kkkkk kk kk kk k=x x x x00k=1k=1mmkkkkn11nand this can be implemented by following procedure:(1)Set W=0 (2)For k=1 to m,input U ,do w =w +x x for all connected pair(i,j)Check to see if it is reasonable:1)Suppose that U ,U are orthogonal and mm,then1mWU =(U U -I)U +(U U -I)U kkkkkttiimi=1ik=U (U U -IU )+(U U U -IU )kkkkkkttmi=1iiik=U n-U +(m-1)(-IU )=(n-1)U -(m-1)U =(n-m)U kkkkkkSgn(WU )=Sgn(n-m)U =U ,k=1,2,mkkkHence U are stable states.k

    展开阅读全文
    提示  163文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
    关于本文
    本文标题:人工智能与神经网络笔记8课件.ppt
    链接地址:https://www.163wenku.com/p-5205853.html

    Copyright@ 2017-2037 Www.163WenKu.Com  网站版权所有  |  资源地图   
    IPC备案号:蜀ICP备2021032737号  | 川公网安备 51099002000191号


    侵权投诉QQ:3464097650  资料上传QQ:3464097650
       


    【声明】本站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是网络空间服务平台,本站所有原创文档下载所得归上传人所有,如您发现上传作品侵犯了您的版权,请立刻联系我们并提供证据,我们将在3个工作日内予以改正。

    163文库