info_nnet_files.pdf

  • Upload
    rrazi

  • View
    213

  • Download
    0

Embed Size (px)

Citation preview

  • 8/11/2019 info_nnet_files.pdf

    1/2

    file: ~/courses/spring2004/434/info_nnet_files.txt RWN 02/03/04

    location ofnnet toolbox files for matlab version 6.5:/afs/glue.umd.edu/software/matlab/6.5/toolbox/nnet/nnet

    files available there:@network errsurf.m learnpn.m newp.m plotv.m srchhyb.m

    Contents.m gridtop.m learnsom.m newpnn.m plotvec.m sse.mboxdist.m hardlim.m learnwh.m newrb.m pnormc.m sumsqr.mcombvec.m hardlims.m linkdist.m newrbe.m poslin.m tansig.mcompet.m hextop.m logsig.m newsom.m postmnmx.m trainb.mcon2seq.m hintonw.m mae.m nncopy.m postreg.m trainbfg.mconcur.m hintonwb.m mandist.m nnt2c.m poststd.m trainbr.mddotprod.m ind2vec.m maxlinlr.m nnt2elm.m premnmx.m trainc.mdhardlim.m info.xml midpoint.m nnt2ff.m prepca.m traincgb.mdhardlms.m initcon.m minmax.m nnt2hop.m prestd.m traincgf.mdist.m initlay.m mse.m nnt2lin.m purelin.m traincgp.mdlogsig.m initnw.m msereg.m nnt2lvq.m quant.m traingd.mdmae.m initwb.m negdist.m nnt2p.m radbas.m traingda.mdmse.m initzero.m netprod.m nnt2rb.m randnc.m traingdm.mdmsereg.m ja netsum.m nnt2som.m randnr.m traingdx.mdnetprod.m learncon.m neural.mdl nntool.m rands.m trainlm.mdnetsum.m learngd.m newc.m normc.m randtop.m trainoss.m

    dotprod.m learngdm.m newcf.m normprod.m satlin.m trainr.mdposlin.m learnh.m newelm.m normr.m satlins.m trainrp.mdpurelin.m learnhd.m newff.m plotbr.m seq2con.m trains.mdradbas.m learnis.m newfftd.m plotep.m slblocks.m trainscg.mdsatlin.m learnk.m newgrnn.m plotes.m softmax.m tramnmx.mdsatlins.m learnlv1.m newhop.m plotpc.m srchbac.m trapca.mdsse.m learnlv2.m newlin.m plotperf.m srchbre.m trastd.mdtansig.m learnos.m newlind.m plotpv.m srchcha.m tribas.mdtribas.m learnp.m newlvq.m plotsom.m srchgol.m vec2ind.m

    Using these files: in Matlab 6.5 go to help and then Full Product Family Help

    then to Help Navigatorin Contents go to Neural Network Toolbox

    There go to Functions - Alphbetical List go to the one of interest and double click on to see a description and some matlab commands which when copied into matlab will run.

    To Run Demos: in Matlab go to help and choose Demos

    in Contents go to Toolboxeschoose the demo directory and run the demo

    you can also view the code

    The neural network toolbox manual for matlab 6.5 is at afs/glue.umd.edu/software/matlab/6.5/help/pdf_doc/nnet/nnet.pdf

    The Matlab version 6.5 Simulink Toolbox m files are located at:/afs/glue.umd.edu/software/matlab/6.5/toolbox/simulink/blocks/

    The Adaptive Resonance Theory (ART) Neural Network files, art1.zip,for ART1 simulation are at: http://www.mathworks.com/matlabcentral/fileexchange/

    loadFile.do?objectId=93when unzipped this gives:art1s.m M-file for simulation of ART1 NNletno.m M-file for generating input binary patterns

    (letters A-Z) for use with art1s.mnoisy.m M-file which introduces noise in the

    patterns. Used by letno.m

    http://www.ece.umd.edu/~newcomb/courses/spring2004/434/info_

    9/4/20

  • 8/11/2019 info_nnet_files.pdf

    2/2

    letplot.m M-file for plotting a binary pattern (one at a time)readme.txt instruction for use text file

    Some chapters and data on the textbook are available athttp://hagan.ecen.ceat.okstate.edu/nnd.html

    http://www.ece.umd.edu/~newcomb/courses/spring2004/434/info_

    9/4/20