home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / numanal / 3956 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.4 KB

  1. Xref: sparky sci.math.num-analysis:3956 comp.lang.c++:19847
  2. Newsgroups: sci.math.num-analysis,comp.lang.c++
  3. Path: sparky!uunet!news.claremont.edu!ucivax!ucla-cs!maui.cs.ucla.edu!edwin
  4. From: edwin@maui.cs.ucla.edu (Edwin Tisdale)
  5. Subject: Re: newmat07: a matrix package in C++
  6. Message-ID: <1993Jan25.020147.19488@cs.ucla.edu>
  7. Sender: usenet@cs.ucla.edu (Mr Usenet)
  8. Nntp-Posting-Host: maui.cs.ucla.edu
  9. Organization: UCLA, Computer Science Department
  10. References: <C1CqJB.G7F@comp.vuw.ac.nz>
  11. Date: Mon, 25 Jan 93 02:01:47 GMT
  12. Lines: 49
  13.  
  14. In article <C1CqJB.G7F@comp.vuw.ac.nz>
  15. robertd@kauri.vuw.ac.nz (Robert Davies) writes:
  16. >Newmat07
  17. >
  18. >I have released a new version of my matrix package in C++.
  19. >
  20. [stuff deleted]
  21. >
  22. The C++ Matrix class is available via anonymous ftp from `ftp.cs.ucla.edu'.
  23. Get the compressed tarfile `pub/Matrix.tar.Z'.  Uncompress `Matrix.tar.Z'.
  24. Extract the `Matrix' directory from `Matrix.tar'.  Then go to the `Matrix'
  25. directory and type `make'.  Now print and read the paper in `Matrix.dvi'.
  26.  
  27. In order to demonstrate an application of the \verb"Matrix" class,
  28. it was used to implement the backward error propagation algorithm
  29. for multi-layer, feed-forward artificial neural networks.
  30.  
  31. Enjoy, Bob Tisdale (edwin@cs.ucla.edu)
  32.  
  33. P.S.  I hope the following notes will be helpful.
  34.  
  35. unix% ftp ftp.cs.ucla.edu
  36. Name (ftp.cs.ucla.edu:your_login_ID): anonymous
  37. Password: your_login_ID
  38. ftp> cd pub
  39. ftp> binary
  40. ftp> get Matrix.tar.Z
  41. ftp> bye
  42. unix% uncompress Matrix.tar.Z
  43. unix% tar xvf Matrix.tar
  44. unix% cd Matrix
  45. unix% make
  46. unix% dvips Matrix | lpr
  47. unix% mv ffnet.new ffnet.old
  48. unix% cat ffnet.old ffnet.S | (backprop -v > ffnet.new) >>& ffnet.err
  49. unix% cat ffnet.new ffnet.S | evaluate | graph -m 0 | plot
  50.  
  51. Note: If you have trouble, verify that the `SYS5' variable
  52.       in the `Matrix/src/genclass' shell script contains
  53.       the path to the System V version of the `m4' macro
  54.       pre-processor.
  55.       The `fig2dev' program is part of the `transfig' package
  56.       available via anonymous ftp from `ftp.cs.cornell.edu'.
  57.       Get `pub/transfig/transfig.tar.Z'.
  58.       The EPIC style file is available via anonymous ftp from
  59.       `ymir.claremont.edu'. Get `tex/inputs/latex-contrib/epic.sty'.
  60.       File `pub/Matrix.sun.tar.Z' includes all the files created by
  61.       `make' on UCLA CSD Sun4 computers.  It may be useful to Sun
  62.       computer users or those who just want to print the documentation.
  63.