From edwin@maui.cs.ucla.edu Mon Jan 10 21:51:19 EST 1994 Article: 14167 of comp.ai.neural-nets Xref: glinda.oz.cs.cmu.edu comp.ai.neural-nets:14167 Newsgroups: comp.ai.neural-nets Path: honeydew.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!howland.reston.ans.net!europa.eng.gtefsd.com!library.ucla.edu!csulb.edu!paris.ics.uci.edu!ucla-cs!maui.cs.ucla.edu!edwin From: edwin@maui.cs.ucla.edu (Edwin Tisdale) Subject: The C++ Matrix class Nntp-Posting-Host: maui.cs.ucla.edu Organization: UCLA, Computer Science Department Message-ID: <1994Jan06.235442.15891@cs.ucla.edu> Date: Thu, 06 Jan 94 23:54:42 GMT Lines: 42 The C++ Matrix class is available via anonymous ftp from `ftp.cs.ucla.edu'. Get the compressed tarfile `pub/Matrix.tar.Z'. Uncompress `Matrix.tar.Z'. Extract the `Matrix' directory from `Matrix.tar'. Then go to the `Matrix' directory and type `make'. Now print and read the paper in `Matrix.dvi'. In order to demonstrate an application of the \verb"Matrix" class, it was used to implement the backward error propagation algorithm for multi-layer, feed-forward artificial neural networks. Enjoy, Bob Tisdale (edwin@cs.ucla.edu) P.S. I hope the following notes will be helpful. unix% ftp ftp.cs.ucla.edu Name (ftp.cs.ucla.edu:your_login_ID): anonymous Password: your_login_ID ftp> cd pub ftp> binary ftp> get Matrix.tar.Z ftp> bye unix% uncompress Matrix.tar.Z unix% tar xvf Matrix.tar unix% cd Matrix unix% make unix% dvips Matrix | lpr unix% mv ffnet.new ffnet.old unix% cat ffnet.old ffnet.S | (backprop -v > ffnet.new) >>& ffnet.err unix% cat ffnet.new ffnet.S | evaluate | graph -m 0 | plot Note: ftp.cs.ucla.edu is an alias for internet-address 131.179.128.36 If you have trouble, verify that the `SYS5' variable in the `Matrix/src/genclass' shell script contains the path to the System V version of the `m4' macro pre-processor. The `fig2dev' program is part of the `transfig' package available via anonymous ftp from `ftp.cs.cornell.edu'. Get `pub/transfig/transfig.tar.Z'. The EPIC style file is available via anonymous ftp from `ymir.claremont.edu'. Get `tex/inputs/latex-contrib/epic.sty'. File `pub/Matrix.sun.tar.Z' includes all the files created by `make' on UCLA CSD Sun4 computers. It may be useful to Sun computer users or those who just want to print the documentation.