file: ~/courses/spring2004/434/info_nnet_files.txt RWN 02/03/04 location of nnet 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.m boxdist.m hardlim.m learnwh.m newrb.m pnormc.m sumsqr.m combvec.m hardlims.m linkdist.m newrbe.m poslin.m tansig.m compet.m hextop.m logsig.m newsom.m postmnmx.m trainb.m con2seq.m hintonw.m mae.m nncopy.m postreg.m trainbfg.m concur.m hintonwb.m mandist.m nnt2c.m poststd.m trainbr.m ddotprod.m ind2vec.m maxlinlr.m nnt2elm.m premnmx.m trainc.m dhardlim.m info.xml midpoint.m nnt2ff.m prepca.m traincgb.m dhardlms.m initcon.m minmax.m nnt2hop.m prestd.m traincgf.m dist.m initlay.m mse.m nnt2lin.m purelin.m traincgp.m dlogsig.m initnw.m msereg.m nnt2lvq.m quant.m traingd.m dmae.m initwb.m negdist.m nnt2p.m radbas.m traingda.m dmse.m initzero.m netprod.m nnt2rb.m randnc.m traingdm.m dmsereg.m ja netsum.m nnt2som.m randnr.m traingdx.m dnetprod.m learncon.m neural.mdl nntool.m rands.m trainlm.m dnetsum.m learngd.m newc.m normc.m randtop.m trainoss.m dotprod.m learngdm.m newcf.m normprod.m satlin.m trainr.m dposlin.m learnh.m newelm.m normr.m satlins.m trainrp.m dpurelin.m learnhd.m newff.m plotbr.m seq2con.m trains.m dradbas.m learnis.m newfftd.m plotep.m slblocks.m trainscg.m dsatlin.m learnk.m newgrnn.m plotes.m softmax.m tramnmx.m dsatlins.m learnlv1.m newhop.m plotpc.m srchbac.m trapca.m dsse.m learnlv2.m newlin.m plotperf.m srchbre.m trastd.m dtansig.m learnos.m newlind.m plotpv.m srchcha.m tribas.m dtribas.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 Navigator in 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 Toolboxes choose 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=93 when unzipped this gives: art1s.m M-file for simulation of ART1 NN letno.m M-file for generating input binary patterns (letters A-Z) for use with art1s.m noisy.m M-file which introduces noise in the patterns. Used by letno.m 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 at http://hagan.ecen.ceat.okstate.edu/nnd.html