[comp.ai.neural-nets] Wanted: X net simulator.

alan@decuk.uvo.dec.com (Alan Trevennor) (03/19/91)

Scuse me if this is a stoopid Q....

I've been told that there is a public domain X11 neural net ssimulator.
Can anyone tell me if this is true, and if so, from where it can be got?

Thanks
Alan Trevennor
UK - Digital

--
A child of init.

Bill.Viggers@comp.vuw.ac.nz (Bill Viggers) (03/20/91)

In article <1991Mar19.100102.2022@decuk.uvo.dec.com>,
alan@decuk.uvo.dec.com (Alan Trevennor) writes:
|> 
|> I've been told that there is a public domain X11 neural net
|> ssimulator.
|> Can anyone tell me if this is true, and if so, from where it can be
|> got?
|> 




	Yes, The Rochester Connectionist Simulator has an X11 interface,
	you can FTP it from:

	cs.rochester.edu (192.5.53.209) in the directory pub/simulator.

B.

boubez@caip.rutgers.edu (Toufic Boubez) (04/03/91)

|> 
|> I've been told that there is a public domain X11 neural net
|> ssimulator.
|> Can anyone tell me if this is true, and if so, from where it can be
|> got?
|> 

>	Yes, The Rochester Connectionist Simulator has an X11 interface,
>	you can FTP it from:
>
>	cs.rochester.edu (192.5.53.209) in the directory pub/simulator.

There's also Planet (or XNet for X11), which you can ftp from
boulder.colorado.edu in the pub directory. The file is called
PlaNet5.6.tar.Z

toufic

            R 2 4
            |_|_|      Toufic Boubez
            | | |      boubez@caip.rutgers.edu
            1 3 5      CAIP Center, Rutgers University

ad1n+@andrew.cmu.edu (Alexander Joshua Douglas) (04/15/91)

Here are two much "higher quality" (in comparison to the Rochester
Connectionists Simulator). I hope you enjoy them::

 
1.  Genesis - An elaborate X windows simulator that is particularly well 
              suited for modeling biological neural networks.  
 
              unix> telnet genesis.cns.caltech.edu (or 131.215.135.185)
              Name: genesis
 
              Follow directions there to get a ftp account from which you 
              can ftp 'genesis.tar.Z".  This contains genesis source and 
              several tutorial demos.  NOTE:  There is a fee to become a 
              registered user.
 
2.  PlaNet (AKA SunNet) - A popular connectionist simulator with versions to
              run under SunTools, X Windows, and non-graphics terminals 
              created by Yoshiro Miyata.  The SunTools version is not 
              supported.
 
              unix> ftp boulder.colorado.edu (128.138.240.1)
              Name: anonymous
              Password: ident
              ftp> cd pub
              ftp> binary
              ftp> get PlaNet5.6.tar.Z
              ftp> quit
              unix> zcat PlaNet5.6.tar.Z | tar xf -
 
              All you need to do to try it is to type:
              unix> Tutorial
 
              This will install a program appropriate for your environment 
              and start an on-line tutorial.  If you don't need a tutorial, 
              just type 'Install' to install the system and then 
              'source RunNet' to start it.  See the file README for more 
              details.
 
              The 60-page User's Guide has been split into three separate 
              postscript files so that each can be printed from a printer 
              with limited memory.  Print the files doc/PlaNet_doc{1,2,3}.ps 
              from your postscript printer.  See the doc/README file for 
              printing the Reference Manual.
 
              Enjoy!!  And send any questions to miyata@boulder.colorado.edu.