home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / text / 9305nni.zip / 930517.FTP < prev    next >
Text File  |  1993-05-17  |  3KB  |  86 lines

  1. Article 9136 of comp.ai.neural-nets:
  2. Newsgroups: comp.ai.neural-nets
  3. Path: serval!netnews.nwnet.net!usenet.coe.montana.edu!saimiri.primate.wisc.edu!caen!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!decwrl!csus.edu!netcom.com!cliff
  4. From: cliff@netcom.com (Cliff Rodriquiez)
  5. Subject: Re: Need a class (c++) library for neural net dev
  6. Message-ID: <cliffC76wA1.G2v@netcom.com>
  7. Organization: NETCOM On-line Communication Services (408 241-9760 guest)
  8. Distribution: usa
  9. Date: Mon, 17 May 1993 21:13:13 GMT
  10. Lines: 72
  11.  
  12. here is the response I got to my query.  thanks....cliff
  13.  
  14. >From edwin@CS.UCLA.EDU Sun May 16 14:08:08 1993
  15. Return-Path: <edwin@CS.UCLA.EDU>
  16. Received: from Maui.CS.UCLA.EDU by mail.netcom.com (5.65/SMI-4.1/Netcom)
  17.     id AA14212; Sun, 16 May 93 14:08:06 -0700
  18. Received: by maui.cs.ucla.edu
  19.     (Sendmail 5.61d+YP/3.21) id AA27148;
  20.     Sun, 16 May 93 14:09:32 -0700
  21. Date: Sun, 16 May 93 14:09:32 -0700
  22. From: edwin@CS.UCLA.EDU (Edwin Tisdale)
  23. Message-Id: <9305162109.AA27148@maui.cs.ucla.edu>
  24. To: cliff@netcom.com
  25. Subject: Re: Need a class (c++) library for neural net dev
  26. Newsgroups: comp.ai.neural-nets
  27. In-Reply-To: <cliffC74z2p.Arx@netcom.com>
  28. Organization: UCLA, Computer Science Department
  29. Cc: 
  30. Status: OR
  31.  
  32. The C++ Matrix class is available via anonymous ftp from `ftp.cs.ucla.edu'.
  33. Get the compressed tarfile `pub/Matrix.tar.Z'.  Uncompress `Matrix.tar.Z'.
  34. Extract the `Matrix' directory from `Matrix.tar'.  Then go to the `Matrix'
  35. directory and type `make'.  Now print and read the paper in `Matrix.dvi'.
  36.  
  37. In order to demonstrate an application of the \verb"Matrix" class,
  38. it was used to implement the backward error propagation algorithm
  39. for multi-layer, feed-forward artificial neural networks.
  40.  
  41. Enjoy, Bob Tisdale (edwin@cs.ucla.edu)
  42.  
  43. P.S.  I hope the following notes will be helpful.
  44.  
  45. unix% ftp ftp.cs.ucla.edu
  46. Name (ftp.cs.ucla.edu:your_login_ID): anonymous
  47. Password: your_login_ID
  48. ftp> cd pub
  49. ftp> binary
  50. ftp> get Matrix.tar.Z
  51. ftp> bye
  52. unix% uncompress Matrix.tar.Z
  53. unix% tar xvf Matrix.tar
  54. unix% cd Matrix
  55. unix% make
  56. unix% dvips Matrix | lpr
  57. unix% mv ffnet.new ffnet.old
  58. unix% cat ffnet.old ffnet.S | (backprop -v > ffnet.new) >>& ffnet.err
  59. unix% cat ffnet.new ffnet.S | evaluate | graph -m 0 | plot
  60.  
  61. Note: ftp.cs.ucla.edu is an alias for internet-address 131.179.128.36
  62.       If you have trouble, verify that the `SYS5' variable
  63.       in the `Matrix/src/genclass' shell script contains
  64.       the path to the System V version of the `m4' macro
  65.       pre-processor.
  66.       The `fig2dev' program is part of the `transfig' package
  67.       available via anonymous ftp from `ftp.cs.cornell.edu'.
  68.       Get `pub/transfig/transfig.tar.Z'.
  69.       The EPIC style file is available via anonymous ftp from
  70.       `ymir.claremont.edu'. Get `tex/inputs/latex-contrib/epic.sty'.
  71.       File `pub/Matrix.sun.tar.Z' includes all the files created by
  72.       `make' on UCLA CSD Sun4 computers.  It may be useful to Sun
  73.       computer users or those who just want to print the documentation.
  74.  
  75. -- 
  76.  
  77. -- 
  78. Cliff Rodriguez 
  79. C&R Software Solutions
  80. voice 408-252-1429
  81. fax 408-252-5909
  82. cliff@netcom.com or apple!netcom!cliff
  83. P.O Box 95015-0658 Cupertino Ca. 95015 USA
  84.  
  85.  
  86.