home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 1016.NEURON < prev    next >
Text File  |  1993-11-08  |  207KB  |  5,235 lines

  1. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  2.  2933; Tue, 28 Sep 93 13:00:39 EDT
  3. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  4.  TCP; Tue, 28 Sep 93 13:00:35 EDT
  5. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  6.     id AA29332; Tue, 28 Sep 93 12:39:12 -0400
  7. Return-Path: <marvit@cattell.psych.upenn.edu>
  8. Received: from LOCALHOST by cattell.psych.upenn.edu
  9.     id AA04542; Tue, 28 Sep 93 11:39:09 EDT
  10. Posted-Date: Tue, 28 Sep 93 11:38:21 -0400
  11. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  12. To: Neuron-Distribution:;
  13. Subject: Neuron Digest V12 #4 (jobs, softwrare, queries, etc.)
  14. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  15. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  16. Organization: University of Pennsylvania
  17. Date: Tue, 28 Sep 93 11:38:21 -0400
  18. Message-Id: <4523.749230701@cattell.psych.upenn.edu>
  19. Sender: marvit@cattell.psych.upenn.edu
  20.  
  21. Neuron Digest   Tuesday, 28 Sep 1993
  22.                 Volume 12 : Issue 4
  23.  
  24. Today's Topics:
  25.              Adaptive Simulated Annealing (ASA) version 1.43
  26.                   Journal of Computational Neuroscience
  27.                   Proceedings of the 1993 NNSP Workshop
  28.                              Chaos and NN's
  29.                         Free simulation software
  30.                  CMU Learning Benchmark Database Updated
  31.       postdoctoral fellowship opportunity for women and minorities
  32.                  Job vacancy in evolutionary algorithms
  33.              'Fractal Extrapolation', is there such a thing?
  34.  
  35.  
  36. Send submissions, questions, address maintenance, and requests for old
  37. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  38. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  39. mail will eventually be sent, but may take a while.
  40.  
  41. ----------------------------------------------------------------------
  42.  
  43. Subject: Adaptive Simulated Annealing (ASA) version 1.43
  44. From:    Lester Ingber <ingber@alumni.cco.caltech.edu>
  45. Date:    Fri, 17 Sep 93 09:22:05 -0800
  46.  
  47. ========================================================================
  48.                 Adaptive Simulated Annealing (ASA) version 1.43
  49.  
  50. To get on or off the ASA email list, just send an email to
  51. asa-request@alumni.caltech.edu with your request.
  52. ________________________________________________________________________
  53.                         Significant CHANGES since 1.34
  54.  
  55. Remarks were added in the NOTES for HP support, and for Turbo C, Turbo
  56. C++, and MS Quick C on PCs.
  57.  
  58. Another option was added, the ASA_PRINT_MORE Printing Option, to give
  59. more intermediate printout, i.e., the values of the best parameters and
  60. cost function at each new acceptance state.
  61. ________________________________________________________________________
  62.                         Wall Street Journal
  63.  
  64. I have been told that the WSJ will mention the world-wide use of the
  65. ASA code, in an article to appear soon.  I gave examples of some
  66. projects using ASA, but I had to insist that the relevant people would
  67. have to be contacted previous to citing them; see the related comment
  68. in General Information below.  Of course the press has the last word on
  69. what they will publish/interpret.
  70. ________________________________________________________________________
  71.                         FORTRAN?
  72.  
  73. I regularly receive requests to be able to run ASA with FORTRAN.  I
  74. cannot maintain both a C and a FORTRAN code, but there does seem to be
  75. a genuine need to interface ASA with FORTRAN.  In the NOTES are a
  76. couple of suggestions: (1) Use f2c on FORTRAN programs; I have done
  77. this and it works very well.  (2) Try CFORTRAN to interface the C and
  78. FORTRAN codes: (a) call FORTRAN from ASA, e.g., from cost_function(),
  79. call a FORTRAN function that performs the actual calculation of the
  80. cost function; (b) call ASA from FORTRAN, e.g., using the ADAPTING
  81. section in the NOTES as a guide, call asa_main() from a FORTRAN
  82. function.  Can someone prepare templates for (a) and/or (b)?  This
  83. probably isn't easy to prepare for public release; about half a dozen
  84. people started, but didn't complete such a project.
  85. ________________________________________________________________________
  86.                         sa_pvt93.ps.Z
  87.  
  88. The new reference for this preprint in ftp.caltech.edu:pub/ingber is
  89.         %A L. Ingber
  90.         %T Simulated annealing: Practice versus theory
  91.         %J Mathl. Comput. Modelling
  92.         %V
  93.         %N
  94.         %D 1993
  95.         %P (to be published)
  96. As announced previously, this is a much expanded version of the
  97. original draft, e.g., including new ideas and calculations regarding
  98. "quenching." In the acknowledgements, I give a sincere thanks to the
  99. many users who read parts of previous drafts and who sent me their own
  100. (p)reprints on simulated annealing.  I'd be interested in hearing about
  101. any systems that find the QUENCHing options as useful (lucky?) as the
  102. ASA test problem did in this paper.
  103. ________________________________________________________________________
  104.                         General Information
  105.  
  106. The latest Adaptive Simulated Annealing (ASA) code and some related
  107. (p)reprints in compressed PostScript format can be retrieved via
  108. anonymous ftp from ftp.caltech.edu [131.215.48.151] in the pub/ingber
  109. directory.
  110.  
  111. Interactively: ftp ftp.caltech.edu, [Name:] anonymous, [Password:]
  112. your_email_address, cd pub/ingber, binary, ls or dir, get
  113. file_of_interest, quit.  The latest version of ASA is asa-x.y.Z (x and
  114. y are version numbers), linked to asa.Z.  For the convenience of users
  115. who do not have any uncompress utility, there is a file asa which is an
  116. uncompressed copy of asa-x.y.Z/asa.Z; if you do not have sh or unshar,
  117. you still can delete the first-column X's and separate the files at the
  118. END_OF_FILE locations.  There are patches asa-diff-x1.y1-x2.y2.Z up to
  119. the present version; these may be concatenated as required before
  120. applying.  The INDEX file contains an index of the other files.
  121.  
  122. If you do not have ftp access, get information on the FTPmail service
  123. by: mail ftpmail@decwrl.dec.com, and send only the word "help" in the
  124. body of the message.
  125.  
  126. If any of the above are not possible, and if your mailer can handle
  127. large files (please test this first), the code or papers you require
  128. can be sent as uuencoded compressed files via electronic mail.  If you
  129. have gzip, resulting in smaller files, please state this.
  130.  
  131. Sorry, I cannot assume the task of mailing out hardcopies of code or
  132. papers.
  133.  
  134. People willing to be contacted by others who might be interested in
  135. their ASA projects could keep me informed on (1) the title and/or short
  136. description of their project, and (2) whether I have permission to
  137. release their names as well as the description of their projects.
  138.  
  139. Lester
  140. ========================================================================
  141.  
  142. || Prof. Lester Ingber                                                ||
  143. || Lester Ingber Research                                             ||
  144. || P.O. Box 857                      EMail: ingber@alumni.caltech.edu ||
  145. || McLean, VA  22101             Archive: ftp.caltech.edu:/pub/ingber ||
  146.  
  147.  
  148. ------------------------------
  149.  
  150. Subject: Journal of Computational Neuroscience
  151. From:    Jim Bower <jbower@smaug.bbb.caltech.edu>
  152. Date:    Fri, 17 Sep 93 09:55:00 -0800
  153.  
  154.  
  155. *******************************************************************
  156.  
  157.            JOURNAL OF COMPUTATIONAL NEUROSCIENCE
  158. *******************************************************************
  159.  
  160.  From neurons to behavior:  A Journal at the interface between
  161.         experimental and theoretical neuroscience.
  162.  
  163.  
  164.                      MANAGING EDITORS:
  165.  
  166.    James M. Bower                           Eve Marder
  167. California Institute of                 Brandeis University
  168.      Technology
  169.  
  170.     John Miller                             John Rinzel
  171. University of California,           National Institutes of Health
  172.      Berkeley
  173.  
  174.      Idan Segev                             Charles Wilson
  175.   Hebrew University                    University of Tennessee,
  176.                                                Memphis
  177.  
  178.  
  179.  
  180. ACTION EDITORS:
  181.  
  182. L. F.  Abbott, Brandeis University
  183. Richard Andersen, Massachusetts Inst. of Technology
  184. Alexander Borst, Max-Planck Inst., Tubingen
  185. Robert  E. Burke, NINDS, NIH
  186. Catherine Carr, Univ. of Maryland, College Park
  187. Rodney Douglas, Oxford University
  188. G. Bard Ermentrout, University of Pittsburgh
  189. Apostoles Georgopoulos, VA Medical Center, MN
  190. Charles Gray, University of California, Davis
  191. Christof Koch, California Institute of Technology
  192. Gilles Laurent, California Institute of Technology
  193. David McCormick, Yale University
  194. Ken Miller, University of California, San Francisco
  195. Steve Redman, Australian National University
  196. Barry Richmond, NIMH, NIH
  197. Terry Sejnowski, Salk Institute
  198. Shihab Shamma, Univ. of Maryland, College Park
  199. Karen Sigvardt, University of California, Davis
  200. David Tank, Bell Labs
  201. Roger Traub, IBM TJ Watson Research Center
  202. Thelma Williams, University of London
  203.  
  204.  
  205. JOURNAL DESCRIPTION:
  206.  
  207. The JOURNAL OF COMPUTATIONAL NEUROSCIENCE is intended to provide a
  208. forum  for papers that fit the interface between computational and
  209. experimental work in the neurosciences. The JOURNAL OF
  210. COMPUTATIONAL NEUROSCIENCE will publish full length original papers
  211. describing theoretical and experimental work relevant to
  212. computations in the brain and nervous system.  Papers that combine
  213. theoretical and experimental work are especially encouraged.
  214. Primarily theoretical papers should deal with issues of obvious
  215. relevance to biological nervous systems.  Experimental papers
  216. should have implications for the computational function of the
  217. nervous system, and may report results using any of a variety of
  218. approaches including anatomy, electrophysiology, biophysics,
  219. imaging, and molecular biology.   Papers that report novel
  220. technologies of interest to researchers in computational
  221. neuroscience are also welcomed.  It is anticipated that all levels
  222. of analysis from cognitive to single neuron will be represented in
  223. THE JOURNAL OF COMPUTATIONAL NEUROSCIENCE.
  224.  
  225. *****************************************************************
  226.                            CALL FOR PAPERS
  227. *****************************************************************
  228.  
  229. For Instructions to Authors, please contact:
  230.  
  231.              Karen Cullen
  232.              Journal of Computational Neuroscience
  233.              Kluwer Academic Publishers
  234.              101 Philip Drive
  235.              Norwell, MA  02061
  236.  
  237.              PH: 617 871 6300
  238.              FX: 617 878 0449
  239.              EM: Karen@world.std.com
  240. *****************************************************************
  241.  
  242. *****************************************************************
  243.                         ORDERING INFORMATION:
  244.  
  245. For complete ordering information and subscription rates,
  246. please contact:
  247.  
  248. KLUWER ACADEMIC PUBLISHERS
  249. PH: 617 871 6600
  250. FX: 617 871 6528
  251. EM: Kluwer@world.std.com
  252.  
  253. JOURNAL OF COMPUTATIONAL NEUROSCIENCE
  254. ISSN: 0929-5313
  255. *****************************************************************
  256.  
  257.  
  258.  
  259. ------------------------------
  260.  
  261. Subject: Proceedings of the 1993 NNSP Workshop
  262. From:    Raymond L Watrous <watrous@learning.siemens.com>
  263. Date:    Mon, 20 Sep 93 15:06:34 -0500
  264.  
  265.  
  266. The 1993 IEEE Workshop on Neural Networks for Signal Processing was
  267. held September 6 - September 9, 1993 at the Maritime Institute of
  268. Technology and Graduate Studies Linthicum Heights, Maryland, USA.
  269.  
  270. Copies of the 593-page, hardbound Proceedings of the workshop may be
  271. obtained for $50 (US, check or money order, please) postpaid from:
  272.  
  273.         Raymond Watrous, Financial Chair
  274.  
  275.         1993 IEEE Workshop on Neural Networks for Signal Processing
  276.         c/o Siemens Corporate Research
  277.         755 College Road East
  278.         Princeton, NJ 08540
  279.  
  280.         (609) 734-6596
  281.         (609) 734-6565 (FAX)
  282.  
  283.  
  284.  
  285.  
  286. ------------------------------
  287.  
  288. Subject: Chaos and NN's
  289. From:    epperson@evolve.win.net (Mark Epperson)
  290. Date:    Tue, 21 Sep 93 04:18:10
  291.  
  292. I am looking for references/papers on using NN's and chaos theory
  293. for filtering noisy signals.
  294.  
  295. Thanks in advance,
  296. Mark Epperson
  297.  
  298. ------------------------------
  299.  
  300. Subject: Free simulation software
  301. From:    Bard Ermentrout <bard@mthbard.math.pitt.edu>
  302. Date:    Thu, 23 Sep 93 10:41:48 -0500
  303.  
  304.         F R E E    S I M U L A T I O N   S O F T W A R E
  305.  
  306. I thought perhaps that modellers etc might be interested to know of the
  307. availability of software for the analysis and simulation of dynamical and
  308. probabilistic phenomena.  xpp is available free via anonymous ftp.  It
  309. solves integro-differential equations, delay equations, iterative
  310. equations, all combined with probabilistic models.  Postscript output is
  311. supported.  A variety of numerical methods are employed so that the user
  312. can generally be sure that the solutions are accurate.  Examples are
  313. connectionist type neural nets, biophysical models, models with memory,
  314. and models of cells with random inputs or with random transitions.  A
  315. graphical interface using X windows as well as numerous plotting options
  316. are provided.  The requirements are a C compiler and an OS capable of
  317. running X11.  The software has been successfully compiled on
  318. DEC,HP,SUN,IBM,NEXT workstations as well as on a PC running Linux.  Once
  319. it is compiled, no more compilation is necessary as the program can read
  320. algebraic expressions and interpret them in order to solve them.  The
  321. program has been used in various guises for the last 5 years by a variety
  322. of mathematicians, physicists, and biologists.  To get it follow the
  323. instructions below:
  324.  
  325. - ------------Installing XPP1.6--------------------------------
  326.  
  327.  XPP is pretty simple to install
  328. although you might have to add a line here and there
  329. to the Makefile.  You can get it from
  330.             mthsn4.math.pitt.edu (130.49.12.1)
  331. here is how:
  332.  
  333.    ftp 130.49.12.1
  334.    cd /pub
  335.    bin
  336.    get xpp1.6.tar.Z
  337.    quit
  338.    uncompress xpp1.6.tar.Z
  339.    tar xf xpp1.6.tar
  340.    make -k
  341.  
  342. If you get errors in the compilation it is likely to be one
  343. of the following:
  344. 1) gcc not found in which case you should edit the Makefile
  345.    so that it says  CC= cc
  346. 2)  Cant find X include files.  Then edit the line that says
  347.     CFLAGS= ....
  348.     by adding
  349.             -I<pathname>
  350. where <pathname> is where the include files are for X, e,g,
  351.      -I/usr/X11/include
  352. 3) Cant find X libraries.  Then add a line
  353. LDFLAGS= -L<pathname>
  354. right after the CFLAGS= line where <pathname> is where to find the X11
  355. libraries
  356. then  change this line:
  357. $(CC) -o xpp $(OBJECTS) $(LIBS)
  358. to this line
  359. $(CC) -o xpp $(OBJECTS) $(LDFLAGS) $(LIBS)
  360.  
  361. That should do it!!
  362.  
  363. If it still doesnt compile, then you should ask your sysadmin about
  364. the proper paths.
  365.  
  366. Finally, some compilers have trouble with the GEAR algorithm if they
  367. are optimized so you should remove the optimization flags i.e. replace
  368. CFLAGS=  -O2 -I<your pathnames>
  369. with
  370. CFLAGS=   -I<your pathnames>
  371.  
  372. delete all the .o files and recompile
  373.  
  374. Good luck!
  375.    Bard Ermentrout
  376.  
  377.  
  378.   Send comments and bug reports to
  379.      bard@mthbard.math.pitt.edu
  380.  
  381.  
  382.  
  383. ------------------------------
  384.  
  385. Subject: CMU Learning Benchmark Database Updated
  386. From:    Matthew.White@cs.cmu.edu
  387. Date:    Fri, 24 Sep 93 03:15:48 -0500
  388.  
  389. The CMU Learning Benchmark Archive has been updated.  As you may know, in
  390. the past, all the data sets in this collection have been in varying
  391. formats, requiring that code be written to parse each one.  This was a
  392. waste of everybody's time.  These old data sets have been replaced with
  393. data sets in a standardized format.  Now, all benchmarks consist of a
  394. file detailing the benchmark and another file that is either a data set
  395. (.data) or a program to generate the appropriate data set (.c).
  396.  
  397. Data sets currently avaialable are:
  398.         nettalk Pronunciation of English words.
  399.         parity          N-input parity.
  400.         protein Prediction of secondary structure of proteins.
  401.         sonar           Classification of sonar signals.
  402.         two-spirals     Distinction of a twin spiral pattern.
  403.         vowel           Speaker independant recognition of vowels.
  404.         xor             Traditional xor.
  405.  
  406.  
  407. To accompany this new data file format is a file describing the format
  408. and a C library to parse the data file format.  In addition, the
  409. simulator (C version) for Cascade-Correlation has been rewritten to use
  410. the new file format.  Both the parsing code and the cascade correlation
  411. code are distributed as compressed shell archives and should compile with
  412. any ANSI/ISO compatible C compiler.
  413.  
  414. Code currently available:
  415.         nevprop1.16.shar        A user friendly version of quickprop.
  416.         cascor1a.shar           The re-engineered version of the Cascade
  417.                                 Correlation algorithm.
  418.         parse1.shar             C code for the parsing algorithm to the new
  419.                                 data set format.
  420.  
  421. Data sets and code are available via anonymous FTP.  Instructions follow.
  422.  
  423. If you have difficulties with either the data sets or the programs,
  424. please send mail to: neural-bench@cs.cmu.edu.  Any comments or
  425. suggestions should also be sent to that address.  Let me urge you not to
  426. hold back questions as it is our single best way to spot places for
  427. improvement in our methods of doing things.
  428.  
  429. If you would like to submit a data set to the CMU Learning Benchmark
  430. Archive, send email to neural-bench@cs.cmu.edu.  All data sets should be
  431. in the CMU data file format.  If you have difficulty converting your data
  432. file, contact us for assistance.
  433.  
  434.  
  435. Matt White
  436. Maintainer, CMU Learning Benchmark Archive
  437.  
  438. - --------------------------------------------------------------------
  439.  
  440. Directions for FTPing datasets:
  441.  
  442. For people whose systems support AFS, you can access the files directly
  443. from directory "/afs/cs.cmu.edu/project/connect/bench".
  444.  
  445. For people accessing these files via FTP:
  446.  
  447. 1. Create an FTP connection from wherever you are to machine
  448.    "ftp.cs.cmu.edu". The internet address of this machine is
  449.    128.2.206.173, for those who need it.
  450.  
  451. 2. Log in as user "anonymous" with your own internet address as password.
  452.    You may see an error message that says "filenames may not have /.. in
  453.    them" or something like that.  Just ignore it.
  454.  
  455. 3. Change remote directory to "/afs/cs/project/connect/bench".  NOTE: you
  456.    must do this in a single atomic operation.  Some of the super
  457.    directories on this path are not accessible to outside users.
  458.  
  459. 4. At this point the "dir" command in FTP should give you a listing of
  460.    files in this directory.  Use get or mget to fetch the ones you want.
  461.    If you want to access a compressed file (with suffix .Z) be sure to
  462.    give the "binary" command before doing the "get".  (Some version of
  463.    FTP use different names for these operations -- consult your local
  464.    system maintainer if you have trouble with this.)
  465.  
  466. 5. The directory "/afs/cs/project/connect/code" contains public-domain
  467.    programs implementing the Quickprop and Cascade-Correlation
  468.    algorithms, among other things.  Access it in the same way.
  469.  
  470.  
  471.  
  472.  
  473. ------------------------------
  474.  
  475. Subject: postdoctoral fellowship opportunity for women and minorities
  476. From:    Ken Miller <ken@phy.ucsf.edu>
  477. Date:    Mon, 27 Sep 93 03:13:58 -0800
  478.  
  479. The University of California annually awards 20 or more postdoctoral
  480. fellowships to women and minorities under the "President's
  481. Postdoctoral Fellowship Program".  Fellowships are awarded to work
  482. with a faculty member at any of the nine UC campuses or at one of the
  483. three national laboratories associated with UC (Lawrence Berkeley,
  484. Lawrence Livermore, and Los Alamos).  Fellowships pay $26-27,000/year,
  485. plus health benefits and $4000/year for research and travel.
  486. Applicants must be citizens or permanent residents of the United
  487. States, and should anticipate completion of their Ph.D.'s by July 1,
  488. 1994.  For this year's competition, DEADLINE FOR APPLICATION IS
  489. DECEMBER 14, 1993.
  490.  
  491. There are many of us who work in computational neuroscience or
  492. connectionism in the UC system or the national labs.  I would
  493. encourage anyone eligible to make use of this opportunity to obtain
  494. funding to work with one of us.  In particular, I encourage anyone
  495. interested in computational neuroscience to contact me to further
  496. discuss my own research program and the research opportunities in
  497. computational and systems neuroscience at UCSF.
  498.  
  499. To receive a fellowship application and further information, contact:
  500.  
  501.         President's Postdoctoral Fellowship Program
  502.         Office of the President
  503.         University of California
  504.         300 Lakeside Drive, 18th Floor
  505.         Oakland, CA 94612-3550
  506.         Phone: 510-987-9500 or 987-9503
  507.  
  508. Ken Miller
  509.  
  510.         Kenneth D. Miller               telephone: (415) 476-8217
  511.         Dept. of Physiology             internet: ken@phy.ucsf.edu
  512.         University of California,       fax: (415) 476-4929
  513.                    San Francisco
  514.         513 Parnassus
  515.         San Francisco, CA 94143-0444
  516.         [Office: S-859]
  517.  
  518.  
  519. ------------------------------
  520.  
  521. Subject: Job vacancy in evolutionary algorithms
  522. From:    S.FLOCKTON@rhbnc.ac.uk
  523. Date:    Mon, 27 Sep 93 12:41:37 +0000
  524.  
  525. ROYAL HOLLOWAY, UNIVERISTY OF LONDON
  526.  
  527. POST-DOCTORAL RESEARCH ASSISTANT
  528.  
  529. EVOLUTIONARY ALGORITHMS IN NON-LINEAR SIGNAL PROCESSING
  530.  
  531. Applications are invited for this SERC-funded post, tenable for
  532. three years from 1 October 1993 or soon after, to carry out a
  533. comparison of the effectiveness of evolution-based algorithms for
  534. a number of signal processing problems. This comparison will be
  535. done by study of example problems and developing theoretical ideas
  536. concerning the behaviour of these algorithms.   The successful
  537. applicant will join a group investigating several different
  538. aspects of genetic algorithms and neural networks. Royal Holloway,
  539. one of the five multi-faculty Colleges of the University of
  540. London, is situated in a campus environment approximately 20 miles
  541. west of London, just outside the M25.
  542.  
  543. Applicants should hold a PhD in Electrical Engineering, Computer
  544. Science, Physics, or a related field, preferably in digital signal
  545. processing or genetic and/or other evolution-based algorithms.
  546.  
  547. Salary on the Research 1A Scale (UKpounds 14,962 - 17,320 pa,
  548. inclusive of London Allowance).
  549.  
  550. Informal enquiries to Dr Stuart Flockton (Tel: 0784 443510 , Fax:
  551. 0784 472794, email: S.Flockton@rhbnc.ac.uk).
  552. Further particulars from the Personnel Officer, Royal Holloway,
  553. University of London, Egham, Surrey, TW20 0EX Tel: 0784 443030.
  554.  
  555. Closing date for applications: 15th October 1993
  556.  
  557.  
  558. ------------------------------
  559.  
  560. Subject: 'Fractal Extrapolation', is there such a thing?
  561. From:    pwm@csis.dit.csiro.au
  562. Date:    Mon, 27 Sep 93 13:53:29 -0500
  563.  
  564. Dear Digest Moderator,
  565.  
  566. I'd be grateful if you could include this in a furure digest:
  567.  
  568. I'm wondering if there is such a thing as fractal extrapolation.  I have
  569. a timeseries for which I have a probabalistic structural feature which
  570. operates at many levels and allows me to make good predictions ~70%
  571. at each level of the direction of the next move by delta.
  572.  
  573. I'm interested in trying to understand the 'big picture' here and
  574. got to wondering whether there is such a thing as fractal extrapolation?
  575.  
  576. I would be grateful for any pointers to work along these lines.
  577.  
  578. Cheers,
  579.     Peter       (milne@csis.dit.csiro.au)
  580.  
  581.  
  582. ------------------------------
  583.  
  584. End of Neuron Digest [Volume 12 Issue 4]
  585. ****************************************
  586. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  587.  8296; Wed, 29 Sep 93 20:25:03 EDT
  588. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  589.  TCP; Wed, 29 Sep 93 20:25:00 EDT
  590. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  591.     id AA25307; Wed, 29 Sep 93 20:14:28 -0400
  592. Return-Path: <marvit@cattell.psych.upenn.edu>
  593. Received: from LOCALHOST by cattell.psych.upenn.edu
  594.     id AA27812; Wed, 29 Sep 93 19:24:57 EDT
  595. Posted-Date: Wed, 29 Sep 93 19:24:09 -0400
  596. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  597. To: Neuron-Distribution:;
  598. Subject: Neuron Digest V12 #5 (conferences & CFP)
  599. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  600. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  601. Organization: University of Pennsylvania
  602. Date: Wed, 29 Sep 93 19:24:09 -0400
  603. Message-Id: <27800.749345049@cattell.psych.upenn.edu>
  604. Sender: marvit@cattell.psych.upenn.edu
  605.  
  606. Neuron Digest   Wednesday, 29 Sep 1993
  607.                 Volume 12 : Issue 5
  608.  
  609. Today's Topics:
  610.                                 ISIKNH'94
  611.            call for papers - INSTRUMENTATION AND MEASUREMENTS
  612.           NIPS 93 Announcement: Workshop on Selective Attention
  613.                  NIPS-93 Workshop "Parallel Processing"
  614.              NIPS'93 workshop on "Stability and Solvability"
  615.        Applied Imagery Pattern Recognition: Workshop Announcement
  616.                  DYNAMICAL SYSTEMS IN THE NEUROSCIENCES
  617.  
  618.  
  619. Send submissions, questions, address maintenance, and requests for old
  620. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  621. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  622. mail will eventually be sent, but may take a while.
  623.  
  624. ----------------------------------------------------------------------
  625.  
  626. Subject: ISIKNH'94
  627. From:    "Li-Min Fu" <fu@whale.cis.ufl.edu>
  628. Date:    Thu, 16 Sep 93 14:42:20 -0500
  629.  
  630.  
  631.                             CALL  FOR   PAPERS
  632.  
  633.  
  634.    International Symposium on Integrating Knowledge and Neural Heuristics
  635.                               (ISIKNH'94)
  636.  
  637. Sponsored by University of Florida, and AAAI,
  638. in cooperation with IEEE Neural Network Council, INNS-SIG, and FLAIRS.
  639.  
  640. Time: May 9-10 1994; Place: Pensacola Beach, Florida, USA.
  641.  
  642.  
  643. A large amount of research has been directed toward integrating neural
  644. and symbolic methods in recent years.  Especially, the integration of
  645. knowledge-based principles and neural heuristics holds great promise in
  646. solving complicated real-world problems.  This symposium will provide a
  647. forum for discussions and exchanges of ideas in this area. The objective
  648. of this symposium is to bring together researchers from a variety of
  649. fields who are interested in applying neural network techniques to
  650. augmenting existing knowledge or proceeding the other way around, and
  651. especially, who have demonstrated that this combined approach outperforms
  652. either approach alone.  We welcome views of this problem from areas such
  653. as constraint-(knowledge-) based learning and reasoning, connectionist
  654. symbol processing, hybrid intelligent systems, fuzzy neural networks,
  655. multi-strategic learning, and cognitive science.
  656.  
  657. Examples of specific research include but are not limited to:
  658. 1. How do we build a neural network based on {\em a priori}
  659. knowledge (i.e., a knowledge-based neural network)?
  660. 2. How do neural heuristics improve the current model
  661. for a particular problem (e.g., classification, planning,
  662. signal processing, and control)?
  663. 3. How does knowledge in conjunction with neural heuristics
  664. contribute to machine learning?
  665. 4. What is the emergent behavior of a hybrid system?
  666. 5. What are the fundamental issues behind the combined approach?
  667.  
  668. Program activities include keynote speeches, paper presentation,
  669. panel discussions, and tutorials.
  670.  
  671. *****
  672. Scholarships are offered to assist students in attending the
  673. symposium.  Students who wish to apply for a scholarship should send
  674. their resumes and a statement of how their researches are related
  675. to the symposium.
  676. *****
  677.  
  678.  
  679. Symposium Chairs:
  680. LiMin Fu, University of Florida, USA.
  681. Chris Lacher,  Florida State University, USA.
  682.  
  683. Program Committee:
  684. Jim Anderson,   Brown University,  USA
  685. Michael Arbib,  University of Southern California,  USA
  686. Fevzi Belli,  The University of Paderborn,  Germany
  687. Jim Bezdek,  University of West Florida,  USA
  688. Bir Bhanu,  University of California,  USA
  689. Su-Shing Chen,  National Science Foundation,  USA
  690. Tharam Dillon,  La Trobe University,  Australia
  691. Douglas Fisher,  Vanderbilt University,  USA
  692. Paul Fishwick,  University of Florida,  USA
  693. Stephen Gallant,  HNC Inc.,  USA
  694. Yoichi Hayashi,  Ibaraki University,  Japan
  695. Susan I. Hruska,  Florida State University,  USA
  696. Michel Klefstad-Sillonville  CCETT,  France
  697. David C. Kuncicky,  Florida State University,  USA
  698. Joseph Principe,  University of Florida,  USA
  699. Sylvian Ray,  University of Illinois,  USA
  700. Armando F. Rocha, University of Estadual, Brasil
  701. Ron Sun,  University of Alabama,  USA
  702.  
  703. Keynote Speaker: Balakrishnan Chandrasekaran, Ohio-State University
  704.  
  705.  
  706. Schedule for Contributed Papers
  707. - ----------------------------------------------------------------------
  708. Paper Summaries Due: December 15, 1993
  709. Notice of Acceptance Due: February 1, 1994
  710. Camera Ready Papers Due: March 1, 1994
  711.  
  712. Extended paper summaries should be
  713. limited to four pages (single or double-spaced)
  714. and should include the title, names of the authors, the
  715. network and mailing addresses and telephone number of the corresponding
  716. author.  Important research results should be attached.
  717. Send four copies of extended paper summaries to
  718.  
  719.       LiMin Fu
  720.       Dept. of CIS, 301 CSE
  721.       University of Florida
  722.       Gainesville, FL 32611
  723.       USA
  724.       (e-mail: fu@cis.ufl.edu; phone: 904-392-1485).
  725.  
  726. Students' applications for a scholarship should also be sent
  727. to the above address.
  728.  
  729. General information and registration materials can be obtained by
  730. writing to
  731.  
  732.       Rob Francis
  733.       ISIKNH'94
  734.       DOCE/Conferences
  735.       2209 NW 13th Street, STE E
  736.       University of Florida
  737.       Gainesville, FL 32609-3476
  738.       USA
  739.       (Phone: 904-392-1701; fax: 904-392-6950)
  740.  
  741.  
  742.  
  743. - ---------------------------------------------------------------------
  744. If you intend to attend the symposium, you may submit the following
  745. information by returning this message:
  746.  
  747.  
  748. NAME: _______________________________________
  749. ADDRESS: ____________________________________
  750. _____________________________________________
  751. _____________________________________________
  752. _____________________________________________
  753. _____________________________________________
  754. PHONE: ______________________________________
  755. FAX: ________________________________________
  756. E-MAIL: _____________________________________
  757.  
  758.  
  759. ------------------------------
  760.  
  761. Subject: call for papers - INSTRUMENTATION AND MEASUREMENTS
  762. From:    PIURI@IPMEL1.POLIMI.IT
  763. Date:    Fri, 17 Sep 93 18:59:03 +0700
  764.  
  765. =============================================================================
  766.  
  767.       1994 INTERNATIONAL CONFERENCE ON INSTRUMENTATION AND MEASUREMENTS
  768.                                    IMTC'94
  769.           Advanced Technologies in Instrumentation and Measurements
  770.  
  771.                    Hamamatsu, Shizuoka, Japan - 10-12 May 1994
  772.  
  773. =============================================================================
  774.  
  775. SPECIAL SESSION ON NEURAL INSTRUMENTS
  776.  
  777. CALL FOR PAPERS
  778.  
  779. Program Chair:  Kenzo Watanabe
  780.                 Research Institute of Electronics
  781.                 Shizuoka University
  782.                 3-5-1 Johoku, Hamamatsu, 423 Japan
  783.                 phone +81-53-471-1171
  784.                 fax +81-53-474-0630
  785.  
  786. General Chair:  Robert Myers
  787.                 3685 Motor Ave., Suite 240
  788.                 Los Angeles, CA 90034-5750, USA
  789.                 phone +1-310-287-1463
  790.                 fax +1-310-286-1851
  791.  
  792. Sponsored by:   IEEE Intrsumentation and Measurement Society
  793.                 Society of Instruments and Control Engineers, Japan
  794.  
  795. Cooperated by:  Institute of Electrical Engineers, Japan
  796.                 Institute of Electronics, Information and Communication
  797.                 Engineers, Japan
  798.                 Japan Society of Applied Physics
  799.                 Japan Electric Measuring Instrument Manufacturers'
  800. Association
  801.  
  802. The IMTC'94 Conference is the 10th edition of the annual conference
  803. organized by the IEEE Instrumentation and Measurement Society to provide
  804. a stimulating forum for practitioners and scientists working in areas
  805. related to any kind of measurements, theoretical aspects of mesurements,
  806. instruments for measurements, and measurement processing.
  807.  
  808. Traditional topics are: Acoustics measurements, AI & fuzzy, Automotive &
  809. avionic instrumentation, Calibrartion, Metrology & standards, Digital
  810. signal analysis & processing, Digital and mobile communications, LSI
  811. analysis, diagnosis & testing, Mixed analog & digital ASICs, Optic &
  812. fiber optic measurement, Process measurements, Sensor & transducers,
  813. System identification, Waveform analysis and measurements, A/D and D/A,
  814. Data acquisition, Antenna & EMI / EMC, Biomedical instruments,
  815. Computer-based measurements & software, Environment measurements,
  816. Microwave measurements, Nuclear & medial instruments, Pressure &
  817. temperature measurements, Quality & reliability, STM and imaging, Time
  818. and Frequency measurements.
  819.  
  820. To support presentation and discussion of emergent technologies, a
  821. special session on Neural Instruments will be organized within IMTC'94.
  822. Main goals are neural technologies for measurements, applications of
  823. neural networks in measurement and instruments, design and implementation
  824. of neural solutions for instrument's subsystems, neural subsystems for
  825. automatic control, and neural subsystems for signal processing.
  826.  
  827. Authors are invited to submit one-page abstract (containing title,
  828. authors, affiliations, and the session name "Neural Instruments" in the
  829. upper right corner) and cover page (containing title, authors,
  830. affiliations, contact author, full address of the contact author,
  831. telephone and fax number of the contact author, and the session name
  832. "Neural Instruments" in the upper right corner).
  833.  
  834. Submission must be received by the general chair (for authors from Europe
  835. and North-America) or by the program chair (for authors from Asia and
  836. other areas) by October 1st, 1993. Fax submissions are accepted.  An
  837. additional copy of the submission should be sent by e-mail or fax to the
  838. coordinator of the session on Neural Instruments (this copy does not
  839. substitute the formal submission to the general chair or the program
  840. chair).  Submission of a paper implies a willingness to attend at the
  841. conference and to present the paper.  Notification of acceptance will be
  842. mailed by December 1st, 1993; camera-ready papers are due by February
  843. 1st, 1994.
  844.  
  845. Authors of selected papers will also be invited to submit their papers
  846. for consideration for the special IMTC/94 issue of the IEEE Transaction
  847. on Instrumentation and Measurements.
  848.  
  849. For any additional information regarding the special session on Neural
  850. Instruments, contact the session coordinator.
  851.  
  852. Session Coordinator for "Neural Instruments":
  853.         Prof. Vincenzo PIURI
  854.         Department of Electronics and Information
  855.         Politecnico di Milano
  856.         piazza L. da Vinci 32
  857.         I-20133 Milano, Italy
  858.         phone no. +39-2-2399-3606, +39-2-2399-3623
  859.         fax no. +39-2-2399-3411
  860.         e-mail piuri@ipmel1.polimi.it
  861.  
  862. =============================================================================
  863.  
  864.  
  865. ------------------------------
  866.  
  867. Subject: NIPS 93 Announcement: Workshop on Selective Attention
  868. From:    Ernst Niebur <ernst@cns.caltech.edu>
  869. Date:    Tue, 21 Sep 93 13:06:36 -0800
  870.  
  871.  
  872.  
  873. Fellow Connectionists:
  874.  
  875. We would like to announce the final program of a workshop on visual
  876. selective attention to be held at this year's NIPS conference. The
  877. conference will be held from Nov.  29 to Dec. 2 in Denver, CO, the
  878. workshop will be held Dec. 3 and 4 "at a nearby ski area."
  879.  
  880. For NIPS conference and workshop registration info, please write to:  NIPS*93
  881. Registration / NIPS Foundation / PO Box 60035 / Pasadena, CA  91116-6035 USA
  882.  
  883. For questions concerning this workshop, please contact either of the
  884. organizers by e-mail.
  885.  
  886. - --Ernst Niebur
  887.  
  888.  
  889.  
  890.    NIPS*93 Workshop:    Neurobiology, Psychophysics, and Computational
  891.    =================    Models of Visual Attention
  892.  
  893.  
  894.    Intended Audience:   Experimentalists, modelers and others interested in
  895.    ==================   visual attention and high-level vision
  896.  
  897.    Organizers:
  898.    ===========
  899.  
  900.    Ernst Niebur                 Bruno Olshausen
  901.    ernst@caltech.edu            bruno@lgn.wustl.edu
  902.  
  903.  
  904.    Program:
  905.    ========
  906.  
  907.    In any physical computational system, processing resources are
  908.    limited, which inevitably leads to bottlenecks in the processing of
  909.    sensory information.  Nowhere is this more evident than in the primate
  910.    visual system, where the massive amount of information provided by the
  911.    optic nerve far exceeds what the brain is capable of fully processing
  912.    and assimilating into conscious experience.  Visual attention thus
  913.    serves as a mechanism for selecting certain portions of the input to
  914.    be processed preferentially, shifting the processing focus from one
  915.    location to another in a serial fashion.  The study of visual
  916.    attention is integral to our understanding of higher visual function,
  917.    and it may also be of practical benefit to machine vision as well.
  918.  
  919.    What we know of visual attention has been learned from a combination
  920.    of psychophysical, neurophysiological, and computational approaches.
  921.    Psychophysical studies have revealed the behavioral consequences of
  922.    visual attention by measuring either a speed-up in observer's reaction
  923.    time or an improvement in discrimination performance when the observer
  924.    is attending to a task. Neurophysiological studies, on the other hand,
  925.    have attempted to reveal the neural mechanisms and brain areas
  926.    involved in attention by measuring the modulation in single cell
  927.    firing rate or in the activity in a part of the brain as a function of
  928.    the attentional state of the subject.  A number of computational
  929.    models based on these studies have been proposed to address the
  930.    question of how attention eases the computational burdens faced by the
  931.    brain in pattern recognition or other visual tasks, and how attention
  932.    is controlled and expressed at the neuronal level.
  933.  
  934.    The goal of this workshop will be to bring together experts from each
  935.    of these fields to discuss the latest advances in their approaches to
  936.    studying visual attention.  Half the available time has been reserved
  937.    for informal presentations and the other half for discussion.
  938.  
  939.  
  940.    Morning session:
  941.  
  942.    7:30-8:00    Introduction/overview
  943.  
  944.                 "Covert Visual Attention: The Phenomenon"
  945.                 (Ernst Niebur, Caltech)
  946.                 (7:50-8:00: Discussion)
  947.  
  948.    8:00-9:00    Neurobiology
  949.  
  950.         8:00    "Effects of Focal Attention on Receptive Field
  951.                  Profiles in Area V4"
  952.                 (Ed Connor, Washington University)
  953.                 (8:20-8:30: Discussion)
  954.  
  955.         8:30    "Neurophysiological evidence of scene segmentation
  956.                  by feature selective, parallel attentive mechanisms"
  957.                 (Brad Motter, VA Medical Center/SUNY-HSC, Syracuse)
  958.                 (8:50-9:00: Discussion)
  959.  
  960.    9:00-9:30    General Discussion
  961.  
  962.  
  963.    Afternoon session:
  964.  
  965.    4:30-5:00    Psychophysics
  966.  
  967.                 "Attention and salience: alternative mechanisms of
  968.                  visual selection"
  969.                 (Jochen Braun, Caltech)
  970.                 (4:50-5:00: Discussion)
  971.  
  972.    5:00-6:00    Computational models
  973.  
  974.         5:00    "Models for the neural implementation of attention
  975.                  based on the temporal structure of neural signals"
  976.                 (Ernst Niebur, Caltech)
  977.                 (5:20-5:30: Discussion)
  978.  
  979.         5:30    "Dynamic routing circuits for visual attention"
  980.                 (Bruno Olshausen, Washington University/Caltech)
  981.                 (5:50-6:00: Discussion)
  982.  
  983.    6:00-6:30    General discussion
  984.  
  985.  
  986.  
  987. ------------------------------
  988.  
  989. Subject: NIPS-93 Workshop "Parallel Processing"
  990. From:    Joachim Diederich <joachim@fit.qut.edu.au>
  991. Date:    Fri, 24 Sep 93 04:12:20 -0500
  992.  
  993.  
  994. NIPS*93 Workshop:       Connectionist Modelling and Parallel Architectures
  995. =================       --------------------------------------------------
  996.                         4 December 1993; Vail, Colorado
  997.  
  998.  
  999. Intended Audience:      computer scientists and engineers as well as
  1000. ==================      biologists and cognitive scientists
  1001.  
  1002. Organizers:
  1003. ===========
  1004.  
  1005.         Joachim Diederich                       Ah Chung Tsoi
  1006.  
  1007.   Neurocomputing Research Centre   Department of Elec. and Computer
  1008. Engineering
  1009. Queensland University of Technology       University of Queensland
  1010.   joachim@fitmail.fit.qut.edu.au             act@s1.elec.uq.oz.au
  1011.  
  1012.  
  1013. Program:
  1014. ========
  1015.  
  1016. The objective of the workshop is  to  provide  a  discussion
  1017. platform   for   researchers   interested  in  software  and
  1018. modelling aspects of neural computing. The  workshop  should
  1019. be  of  considerable  interest  to  computer  scientists and
  1020. engineers as well as biologists and cognitive scientists.
  1021.  
  1022. The  introduction  of  specialized  hardware  platforms  for
  1023. connectionist  modelling ("connectionist supercomputer") has
  1024. created  a  number  of  research  issues  which  should   be
  1025. addressed. Some of these issues are controversial (incl. the
  1026. need for  such  specialized  architectures):  the  efficient
  1027. implementation  of incremental learning techniques, the need
  1028. for the dynamic reconfiguration of networks at  runtime  and
  1029. possible programming environments for these machines.
  1030.  
  1031. The following topics should be addressed:
  1032.  
  1033. - -  the   efficient   simulation   of   homogenuous   network
  1034. architectures;  mapping  of homogenous network architectures
  1035. to parallel machines
  1036.  
  1037. - - randomness and sparse coding; the efficient simulation  of
  1038. sparse  networks on sequential and parallel machines. Sparse
  1039. activity and communication in parallel architectures
  1040.  
  1041. - - arbitrary interconnection schemes  and  their  mapping  to
  1042. parallel architectures
  1043.  
  1044. - -  dynamic  reconfiguration:  the  modification  of  network
  1045. structures  and  activation  functions  at runtime. Possible
  1046. trade-offs between the efficient simulation  of  fixed-sized
  1047. networks and constructive (incremental) learning algorithms
  1048.  
  1049. - -  software  tools  and  environments  for  neural   network
  1050. modelling, in particular for parallel architectures
  1051.  
  1052. - - connectionist supercomputer (such as  CNAPS,  Synapse  and
  1053. CNS-1)  hardware  and  programming  issues  associated  with
  1054. connectionist supercomputer
  1055.  
  1056. - - biologically realistic modelling on parallel machines, the
  1057. simulation of synaptogenesis, spike trains etc.
  1058.  
  1059. - - realistic simulation  of  the  brain  integrating  over  a
  1060. number of scales of complexity, from the detailed simulation
  1061. of neurons to high level abstractions
  1062.  
  1063.  
  1064. The following is a preliminary schedule, we expect to have two more slots
  1065. for brief presentations and invite abstracts for short talks (about
  1066. 10-15min).
  1067. Please send e-mail to: joachim@fitmail.fit.qut.edu.au
  1068.  
  1069. Morning Session:
  1070. - ----------------
  1071.  
  1072. 7:30-7:40       Joachim Diederich, Queensland University of Tech., Brisbane
  1073.                 Introduction
  1074.  
  1075. 7:40-8:10       Jerome A. Feldman, ICSI & University of California, Berkeley
  1076.                 The Connectionist Network Supercomputer (CNS-1)
  1077.  
  1078. 8:10-8:30       Discussion
  1079.  
  1080. 8:30-8:50       Nigel Goddard, Pittsburgh Supercomputer Center
  1081.                 Practical Parallel Neural Simulation
  1082.  
  1083. 8:50-9:10       Per Hammarlund, Royal Institute of Technology, Stockholm
  1084.                 Simulation of Large Neural Networks: System Specification and
  1085.                 Execution on Parallel Machines
  1086.  
  1087. 9:10-9:30       Discussion
  1088.  
  1089. Afternoon Session:
  1090. - ------------------
  1091.  
  1092. 4:30-4:50       Paul Murtagh & Ah Chung Tsoi, University of Queensland, St.
  1093.  Lucia
  1094.                 Digital implementation of a reconfigurable VLSI
  1095.                 neural network chip
  1096.  
  1097. 4:50-5:20       Ulrich Ramacher, Siemens AG, Munich
  1098.                 The Neurocomputer SYNAPSE-1
  1099.  
  1100. 5:20-5:30       Discussion
  1101.  
  1102. 5:30-6:00       Guenther Palm & Franz Kurfess, University of Ulm
  1103.                 Parallel Implementations of Neural Networks
  1104.                 for Associative Memory
  1105.  
  1106. 6:00-6:30       Discussion
  1107.  
  1108.  
  1109. ------------------------------
  1110.  
  1111. Subject: NIPS'93 workshop on "Stability and Solvability"
  1112. From:    GARZONM@hermes.msci.memst.edu
  1113. Date:    28 Sep 93 09:28:07 -0600
  1114.  
  1115.  
  1116.                   C A L L    F O R    P A P E R S
  1117.  
  1118.                       A One-day Workshop on
  1119.                   * STABILITY AND OBSERVABILITY *
  1120.                            at NIPS'93
  1121.                          December 3, 1993
  1122.  
  1123. We are organizing a workshop at the NIPS'93 -Neural Information
  1124. Processing Systems conference to be held at the Denver/Vail area in
  1125. Colorado December 3. The themes of the workshop are `Stability
  1126. and Observability'. A more detailed description is attached below.
  1127.  
  1128. There is still room for some contributed talks. If you are
  1129. interested in presenting a paper based on previous and/or current
  1130. research, send a short (one-page) abstract or contact one of the
  1131. organizers by October 8 via email or fax. A list of speakers will
  1132. be finalized by mid October.
  1133.  
  1134. Fernanda Botelho                   Max Garzon
  1135. botelhof@hermes.msci.memst.edu     garzonm@hermes.msci.memst.edu
  1136. FAX (901)678-2480 (preferred); 678-3299
  1137. Workshop cochairs
  1138.  
  1139. _____________________________ cut here _________________________
  1140.  
  1141. The purpose of this one-day workshop is to bring together neural
  1142. network practitioners, computer scientists and mathematicians
  1143. interested in `stability' and `observability' of neural networks of
  1144. various types (discrete/continuous time and/or activations).
  1145.  
  1146. These two properties concern the relationship between defining
  1147. parameters (weights, transfer functions, and training sets) and the
  1148. behavior of neural networks from the point of view of an outside
  1149. observer. This behavior is affected by noise, rounding, bounded
  1150. precision, sensitivity to initial conditions, etc. Roughly
  1151. speaking, *stability* (e.g. asymptotic, Lyapunov, structural)
  1152. refers to the ability of a network (or a family of networks) to
  1153. generate trajectories/orbits that remain reasonably close (resp.,
  1154. in structure, e.g. topological conjugacy) to the original
  1155. under small perturbations of the input/initial conditions (or the
  1156. defining parameters of the network). Of course, neural networks are
  1157. well-known for their graceful degradation, but this is less clear
  1158. an issue with bounded precision, continuous time with local
  1159. interaction governed by differential equations, and learning
  1160. algorithms.
  1161. Second, the issue of *observability*, roughly speaking, concerns
  1162. the problem of error control under iteration of recurrent nets. In
  1163. dynamical systems observability is studied in terms of
  1164. shadowing. But observability can also be construed other ways,
  1165. e.g. as our ability to identify a network by observing the abstract
  1166. i/o function that it realizes (which, at some level, reduces to
  1167. essential uniqueness of an irreducible network implementing the i/o
  1168. function).
  1169.  
  1170. Speakers will present their views in short(< 20 min.) talks. A
  1171. panel discussion coordinated by the cochairs will discuss known
  1172. results, and identify fundamental problems and questions of
  1173. interest for further research.
  1174.  
  1175. F. Botelho and M. Garzon, cochairs
  1176. botelhof@hermes.msci.memst.edu   garzonm@hermes.msci.memst.edu
  1177. Mathematical Sciences            Institute for Intelligent Systems
  1178.                     Memphis State University
  1179.                     Memphis, TN 38152 U.S.A.
  1180.  
  1181. Max Garzon                (preferred)   garzonm@hermes.msci.memst.edu
  1182. Math Sciences                           garzonm@memstvx1.memst.edu
  1183. Memphis State University                Phone: (901) 678-3138/-2482
  1184. Memphis, TN 38152  USA                  Fax:   (901) 678-3299
  1185.  
  1186.  
  1187. ------------------------------
  1188.  
  1189. Subject: Applied Imagery Pattern Recognition: Workshop Announcement
  1190. From:    harmon@erim.org (Laurel Harmon)
  1191. Date:    Tue, 28 Sep 93 12:26:01 -0500
  1192.  
  1193. ********************  ANNOUNCEMENT  *********************
  1194.  
  1195.   22nd Applied Imagery Pattern Recognition Workshop
  1196.  
  1197.                 October 13-15, 1993
  1198.                    Cosmos Club
  1199.                   Washington, D.C.
  1200.  
  1201. *********************************************************
  1202.  
  1203.  
  1204. INTERDISCIPLINARY COMPUTER VISION:
  1205. APPLICATIONS AND CHANGING NEEDS
  1206.  
  1207.  
  1208. SESSIONS ON:
  1209.  
  1210.      Environment and Global Change
  1211.      Medical and Biotechnology
  1212.      Security and Law Enforcement
  1213.      Document Image Understanding
  1214.      Object and Target Recognition
  1215.      Intelligent Highways
  1216.  
  1217. KICKOFF SPEAKER:
  1218.  
  1219.      "Defense Reinvestment"
  1220.      Jane Harman
  1221.      U.S. Congress
  1222.  
  1223. BANQUET ADDRESS:
  1224.  
  1225.      "High Performance Computing and Communication in
  1226.       Clinical Medicine"
  1227.      Julian Rosenman, MD PhD
  1228.      University of North Carolina
  1229. __________________________________________________________
  1230.  
  1231. This Imagery Workshop brings together researchers
  1232. from government, industry, and academia in an elegant
  1233. setting conducive to technical interchange across a
  1234. broad range of disciplines. The papers span a range from
  1235. research to fielded systems and provide, to managers and
  1236. developers alike, a broad vision of the applicability of
  1237. Image Understanding.
  1238.  
  1239. __________________________________________________________
  1240.  
  1241. For program details and registration information,
  1242. please direct inquiries to:
  1243.  
  1244.      Dr. Joan Lurie, AIPR Chair
  1245.      TRW - R2/1094
  1246.      1 Space Park
  1247.      Redondo Beach, CA 90278
  1248.      (310) 814-8690
  1249.  
  1250.      or
  1251.  
  1252.      Dr. J.Michael Selander
  1253.      AIPR-03 Program Chair
  1254.      MITR (M.S. Z-267)
  1255.      7525 Colshire Dr.
  1256.      McLean, VA 22102-3481
  1257.      (703) 883-7294
  1258.      mike@mwunix.mitre.org
  1259.  
  1260.  
  1261.  
  1262. ********************  ANNOUNCEMENT  *********************
  1263.  
  1264.  
  1265. ------------------------------
  1266.  
  1267. Subject: DYNAMICAL SYSTEMS IN THE NEUROSCIENCES
  1268. From:    "Dennis L. Glanzman" <NGG@CU.NIH.GOV>
  1269. Date:    Wed, 29 Sep 93 16:26:14 -0500
  1270.  
  1271. Would you please post the following announcement in the next issue of
  1272. Neuron Digest.
  1273.  
  1274. Thanks,
  1275.  
  1276. Dennis L. Glanzman, Ph.D. Chief, Theoretical Neuroscience Program
  1277. Division of Neuroscience and Behavioral Science National Institute of
  1278. Mental Health
  1279.  
  1280. Room 11-102 (301) 443-1576 Parklawn Building FAX:  (301) 443-4822
  1281. 5600 Fishers Lane BITNET:  NGG@NIHCU Rockville, MD 20857 INTERNET:
  1282. NGG@CU.NIH.GOV
  1283.  
  1284.  
  1285. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1286.  
  1287.  
  1288.                       C A L L   F O R   P O S T E R S
  1289.  
  1290. National Institute of Mental Health
  1291. Division of Neuroscience and Behavioral Science
  1292.  
  1293. DYNAMICAL SYSTEMS IN THE NEUROSCIENCES
  1294.  
  1295. "Multiscale Time and Space Coherence in Brain Function"
  1296.  
  1297. A Satellite Symposium of the Annual Meeting of the Society for Neuroscience
  1298. Friday, November 12, 1-5 PM and Saturday, November 13, 8-12 AM
  1299. Washington Convention Center, Rooms 30-32
  1300.  
  1301.                                    TUTORIALS
  1302.  
  1303. Topics include basic concepts in chaos and fractals; biologically
  1304. relevant applications from DNA to aesthetics; new techniques in time
  1305. series analyses; communication among chaotic systems.  Tutorial
  1306. speakers:  Heinz-Otto Peitgen, Universitt Bremen; Richard Voss,
  1307. Watson Research Center of IBM; Eric Kostelich, Arizona State
  1308. University; and Lou Pecora, Naval Research Laboratory
  1309.  
  1310.                                  APPLICATIONS
  1311.  
  1312. Topics include fractal measures on auditory neuron activities,
  1313. deterministic variability in hippocampal and spinal cord neural
  1314. networks, semi-attractors in epilepsy, multifrequency coherence in
  1315. brain waves during learning, electroencephalographic complexity
  1316. following electroshock treatment, chaotic rhythms in patients with
  1317. bipolar disorder.  Invited speakers:  Malvin Teich, Columbia
  1318. University; Steven Schiff, Children's National Medical Center;
  1319. William Schaffer, University of Arizona; Steven Bressler, Florida
  1320. Atlantic University; Andrew Krystal, Duke University; and Alan
  1321. Gottschalk, University of Pennsylvania
  1322.  
  1323.                                     POSTERS
  1324.  
  1325. Original research contributions with a clear application of dynamics
  1326. to Neuroscience are solicited.  Authors should submit four copies of
  1327. a 500-word (or less) summary clearly stating their problem,
  1328. application and results, postmarked by October 15, 1993.
  1329.  
  1330. Include addresses of all authors on the front of the summary and
  1331. indicate to which author correspondence should be addressed.
  1332.  
  1333.  
  1334. For further information about the symposium, or to submit a poster
  1335. abstract, please contact:  D. Glanzman, NIMH, Room 11-102, 5600
  1336. Fishers Lane, Rockville, MD 20857 Telephone:  (301) 443-1576 Fax:
  1337. (301) 443-4822
  1338.  
  1339.  
  1340.  
  1341. ------------------------------
  1342.  
  1343. End of Neuron Digest [Volume 12 Issue 5]
  1344. ****************************************
  1345. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  1346.  2528; Thu, 07 Oct 93 15:09:39 EDT
  1347. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  1348.  TCP; Thu, 07 Oct 93 15:09:20 EDT
  1349. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  1350.     id AA23022; Thu, 7 Oct 93 14:46:12 -0400
  1351. Return-Path: <marvit@cattell.psych.upenn.edu>
  1352. Received: from LOCALHOST by cattell.psych.upenn.edu
  1353.     id AA05943; Thu, 7 Oct 93 12:36:49 EDT
  1354. Posted-Date: Thu, 07 Oct 93 12:36:08 -0400
  1355. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  1356. To: Neuron-Distribution:;
  1357. Subject: Neuron Digest V12 #6
  1358. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  1359. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  1360. Organization: University of Pennsylvania
  1361. Date: Thu, 07 Oct 93 12:36:08 -0400
  1362. Message-Id: <5936.750011768@cattell.psych.upenn.edu>
  1363. Sender: marvit@cattell.psych.upenn.edu
  1364.  
  1365. Neuron Digest   Thursday,  7 Oct 1993
  1366.                 Volume 12 : Issue 6
  1367.  
  1368. Today's Topics:
  1369.                             Summer Institute
  1370.          Re: Info on Neural Network based Multivariate Analysis
  1371.               BP on Prediction of Protein Structure Problem
  1372.                       Protein Structure Prediction
  1373.                           Postdoctoral position
  1374.                  Model problem for feedforward networks
  1375.                Deadline reminder: Music/arts special issue
  1376.                        Research Job - Switzerland
  1377.                   Research post - Treebank-translation
  1378.           Stochastic Neural Networks for Optimization problems
  1379.                         Positions in BIOCOMPUTING
  1380.  
  1381.  
  1382. Send submissions, questions, address maintenance, and requests for old
  1383. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  1384. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  1385. mail will eventually be sent, but may take a while.
  1386.  
  1387. ----------------------------------------------------------------------
  1388.  
  1389. Subject: Summer Institute
  1390. From:    Terry Sejnowski <terry@helmholtz.sdsc.edu>
  1391. Date:    Tue, 28 Sep 93 17:49:21 -0800
  1392.  
  1393. SUMMER INSTITUTE IN COGNITIVE NEUROSCIENCE
  1394. at The University of California, Davis
  1395.  
  1396.         The 1994 Summer Institute will be held at the University of
  1397. California, Davis, from July 10 through 23.  The two week course will
  1398. examine how information about the brain bears on issues in cognitive
  1399. science, and how approaches in cognitive science apply to neuroscience
  1400. research.  A distinguished international faculty will lecture on current
  1401. topics in brain plasticity, strategies of neuroencoding, and evolution.
  1402. Laboratorites and demonstrations will provide practical experience with
  1403. cognitive neuropsychology experiments, connectionist/computational
  1404. modeling, and neuroimaging techniques.  At every stage, the relationship
  1405. between cognitive processes and underlying neural circuits will be
  1406. explored.  The Foundation is providing room/board and limited support for
  1407. travel.
  1408.  
  1409. Faculty Include:
  1410. Richard Andersen, Max Bear, Ira Black, Kenneth H. Britten, Simon Baron
  1411. Cohen, Leda Cosmides, Randy Gallistel, Michael S. Gazzaniga, Charles
  1412. Gilbert, Charles M. Gray, Eric Knudsen, Peter Marler, Michael Merzenich,
  1413. Reid Montague, Steven Pinker, V. Ramachandran, Gregg Recanzone, Barry
  1414. Richmond, Mitch Sutter, Timothy Tonini, John Tooby, and many others.
  1415.  
  1416. For information and applications please write to:
  1417. McDonnell Summer Institute in Cognitive Neuroscience
  1418. Center for Neuroscience, 1544 Newton Court
  1419. University of California, Davis
  1420. Davis, California 95616  USA
  1421.  
  1422. APPLICATIONS MUST BE RECEIVED BY JANUARY 15, 1994
  1423.  
  1424.  
  1425. ------------------------------
  1426.  
  1427. Subject: Re: Info on Neural Network based Multivariate Analysis
  1428. From:    URPANI D <dju@stan.xx.swin.OZ.AU>
  1429. Date:    Thu, 30 Sep 93 16:18:37 -0100
  1430.  
  1431. Neuron Digesters
  1432.  
  1433. This is a plea for information.  I am a PhD student at Swinburne Uni,
  1434. Melbourne, Australia.  My interests are neural net applications in the
  1435. process industry with particular reference to aluminum smelting.
  1436.  
  1437. The idea is to find ways and means to make the process operate in a more
  1438. efficient envelope.  Approx. 15 sensor measurements are currently logged
  1439. daily.  My first step is to try to cluster there measurements into groups
  1440. so that later on I can assign a process conditon or state to each one.
  1441. Each condition can then be tagged with a process performance index such as
  1442. kg Al/kWH.  I have been using hierarchical cluster analysis in the hope of
  1443. achieving this so I will have set of input vectors (15 dimensional) and a
  1444. fair,good, bad etc process condition attached to them ie I can then
  1445. progress form an unsupervised to a supervised learning situation.
  1446.  
  1447. However cluster analysis does not seem to be discriminating as well as I
  1448. hoped and I think I will have to do the clustering job using NN
  1449. (SOM's, LVQ's etc).  I suspect there could be some problems associated
  1450. with the time series nature of the data (variables autocorrelated etc).
  1451.  
  1452. I wonder if anyone of you have come across a similar problem and if you
  1453. could volunteer some help.
  1454. Thank you.
  1455. Regards,
  1456. David Urpani// dju@stan.xx.swin.OZ.AU //
  1457.  
  1458. ------------------------------
  1459.  
  1460. Subject: BP on Prediction of Protein Structure Problem
  1461. From:    pb@cse.iitb.ernet.in (Pushpak Bhattacharya)
  1462. Date:    Fri, 01 Oct 93 23:44:20 +0700
  1463.  
  1464. We are trying to train a BP neural net (PDP-3 package of Rumelhart and
  1465. Mclleland is being used) with the input as the primary structure and the
  1466. output as the conformational state of the amino acids. The net has 65
  1467. binary inputs and 3 binary outputs. The number of patterns to be trained
  1468. are more than eight thousand.  We have 20 neurons in the hidden layer.
  1469.  
  1470. Now, just after one epoch the hidden neurons go into saturation state -
  1471. all their outputs are 1. At the same time the output neurons also go into
  1472. saturation. All their outputs become 0.  We understand that the primary
  1473. reason for this is that A LARGE number of patterns are being trained on a
  1474. net with large no of inputs. The weights to the o/p layer keep on getting
  1475. the same kind of "Credit", so that their values go on decreasing to large
  1476. negative values.
  1477.  
  1478. Could anybody suggest a way out of this difficulty - which to our mind is
  1479. a result of applying BP on a large-size real life problem ? (those
  1480. applying BP on large problems will appreciate our difficulty !).
  1481.  
  1482.  
  1483. ------------------------------
  1484.  
  1485. Subject: Protein Structure Prediction
  1486. From:    pb@cse.iitb.ernet.in (Pushpak Bhattacharya)
  1487. Date:    Fri, 01 Oct 93 23:49:24 +0700
  1488.  
  1489. Oops! we forgot to mention the email addr
  1490.  
  1491. pb@cse.iitb.ernet.in (Pushpak Bhattacharyya, CS & E , IIT Bombay)
  1492. susmita@cse.iitb.ernet.in (Susmita De, CS & E, IIT Bombay
  1493.                     Thanking you,
  1494.                                    Pushpak Bhattacharyya
  1495.                                     Susmita De
  1496.  
  1497.  
  1498. ------------------------------
  1499.  
  1500. Subject: Postdoctoral position
  1501. From:    axon@cortex.rutgers.edu (Ralph Siegel)
  1502. Date:    Fri, 01 Oct 93 21:17:56 -0500
  1503.  
  1504.                              PLEASE POST
  1505.  
  1506. Postdoctoral Fellow. Analysis of visual structure-from-motion in
  1507. primates.  These studies combine visual psychophysics and single unit
  1508. recording in awake behaving monkeys.  Single unit recordings are being
  1509. made in visual association cortex using carefully controlled visual
  1510. stimuli. Laboratory also has ongoing human psychophysical studies with
  1511. normal and cortically compromised human subjects as well as computational
  1512. studies. Recent graduates who are changing fields from either cellular or
  1513. computational neuroscience to behavioral and physiological studies are
  1514. encouraged to apply.  Computer expertise useful, but not necessary.
  1515. Superb experimental and computational facilities in a multi-disciplinary
  1516. research center.  NY-NJ Metro area.
  1517.  
  1518. Contact: Ralph Siegel
  1519.          Center for Molecular and Behavioral Neuroscience
  1520.          Rutgers, The State University
  1521.          197 University Avenue
  1522.          Newark, NJ 07102
  1523.          phone: 201-648-1080  x3261
  1524.          fax:   201-648-1272
  1525.  
  1526.          email: axon@cortex.rutgers.edu
  1527.  
  1528. Term:    24 months, beginning 10/1/93 or later
  1529. Salary:  NIH level and supplement
  1530.  
  1531. Please send statement of research interests, curriculum vitae, and
  1532. names of three references.
  1533.  
  1534. ------------------------------
  1535.  
  1536. Subject: Model problem for feedforward networks
  1537. From:    maxim@wisdom.weizmann.ac.il (Kovalenko Maxim)
  1538. Date:    Sat, 02 Oct 93 20:31:34 +0100
  1539.  
  1540. Hello,
  1541.  
  1542. I am developing a learning paradigm for feedforward networks
  1543. that presumably improves the convergence properties of
  1544. the currently available algorythms.
  1545.  
  1546. However, one of the drawbacks of the approach is that
  1547. input/output patterns should have the "space" nature,
  1548. i.e. have local correlation like in images or time series.
  1549.  
  1550. Could anyone point me to a good (practically significant)
  1551. model problem that involves this specific nature of
  1552. input/ouput data  and is known to be solved slowly using
  1553. algorythms like back-propagation?
  1554.  
  1555. I would appreciate any related references or comments.
  1556.  
  1557. Thank you for your attention,
  1558.  
  1559.                        Maxim Kovalenko
  1560. _________________________________________________________________________
  1561.                                    |
  1562. Maxim L. Kovalenko,                |  e_mail: maxim@wisdom.weizmann.ac.il
  1563. Department of Apllied Mathematics, |  fax:   972-8-344122
  1564. The Weizmann Institute of Science, |  tel.:  972-8-343668
  1565. Rehovot, 76100                     |
  1566. Israel                             |
  1567.  
  1568.  
  1569. ------------------------------
  1570.  
  1571. Subject: Deadline reminder: Music/arts special issue
  1572. From:    "Peter M. Todd" <ptodd@spo.rowland.org>
  1573. Date:    Sat, 02 Oct 93 18:05:02 -0500
  1574.  
  1575.  
  1576.        **** PLEASE DISTRIBUTE ****
  1577.  
  1578.  
  1579. MUSIC AND CREATIVITY
  1580.  
  1581. Call for Papers for a Special Issue of Connection Science--
  1582.   Reminder of approaching deadline
  1583.  
  1584.  
  1585. The October 15 deadline for submissions to the special issue of Connection
  1586. Science on network applications in music, arts, and creativity, is fast
  1587. approaching.  We seek full-length papers on empirical or theoretical work in
  1588. the areas of modelling musical cognition; network composition, choreography,
  1589. or visual creation; integration of high- and low-level musical or artistic
  1590. knowledge; cross-modal integration (e.g. rhythm and tonality); developmental
  1591. models; cross-cultural models; psychoacoustic models; relationships between
  1592. music and language; and connections to cognitive neuroscience.  We also
  1593. welcome shorter research notes up to 4000 words in length covering ongoing
  1594. research projects.  For a complete call for papers and author guidelines, or
  1595. to submit a paper (five copies), contact the Special Issue Editors:
  1596.  
  1597. Niall Griffith
  1598. Department of Computer Science,
  1599. University of Exeter,
  1600. Prince of Wales Road,
  1601. Exeter,
  1602. EX4 4PT, England.
  1603. E-mail: ngr@dcs.exeter.ac.uk
  1604.  
  1605. Peter M. Todd
  1606. The Rowland Institute for Science
  1607. 100 Edwin H. Land Boulevard
  1608. Cambridge, MA  02142  USA
  1609. E-mail: ptodd@spo.rowland.org
  1610.  
  1611.  
  1612. ------------------------------
  1613.  
  1614. Subject: Research Job - Switzerland
  1615. From:    Christian Lehmann <Christian.Lehmann@di.epfl.ch>
  1616. Date:    Mon, 04 Oct 93 10:39:26 +0000
  1617.  
  1618.  
  1619. University of Lausanne:
  1620. Graduate student position (Doctorant) available in October 1993 at the
  1621. Institute of Physiology
  1622.  
  1623. Topic: Spatial and temporal processing in neural networks
  1624.  
  1625. The student will be integrated in an electrophysiology group working with
  1626. simultaneous single unit recordings. A tight collaboration with the Swiss
  1627. Federal School of Technology (EPFL) will provide the latest technical
  1628. facilities. It is expected that she/he will acquire in-depth knowledge in
  1629. the fast growing field of neural networks in order to develop and test
  1630. original ideas on information processing in the brain. A good background in
  1631. mathematics, physics, and biology as well as knowledge of at least one
  1632. higher programming language is recommended.
  1633.  
  1634. Our Ph.D. program extends over a duration of three years minimum. The
  1635. minimum salary ranges between US$19,000 and 24,000/year.
  1636.  
  1637. Please send applications (curriculum vitae and letters of recommendations
  1638. of two academic referees) to or get further information from:
  1639.  
  1640. Dr. Alessandro Villa or Dr. Yves de Ribaupierre, UNIL Institute of
  1641. Physiology, Rue du Bugnon 7, CH-1005 Lausanne, Switzerland.
  1642. Tel. ++41-21-313.2809
  1643. FAX  ++41-21-313.2865
  1644. E-mail: villa@ulmed.unil.ch
  1645.  
  1646.  
  1647.  
  1648. ------------------------------
  1649.  
  1650. Subject: Research post - Treebank-translation
  1651. From:    E S Atwell <eric@scs.leeds.ac.uk>
  1652. Date:    Mon, 04 Oct 93 16:10:05 +0000
  1653.  
  1654. The following is an advert for a Research Fellowship and one or more
  1655. Visiting Fellowships attached to a project to map between a number of
  1656. English Corpus annotation schemes.  The exact method for mapping between
  1657. syntax trees of two given parsing schemes is open - presumably one way is
  1658. to `hand-annotate' a common sample (we call this a Multi-Treebank as each
  1659. sentence has more than one parse-tree) and then set a Neural Net to learn
  1660. the mapping between corresponding parses.  Anyone who'd like to do this
  1661. is welcome to seek further details, and maybe even apply for the 3-year
  1662. post or just visit Leeds temporarily...
  1663.  
  1664. Eric Atwell
  1665.  
  1666. cf:
  1667.  
  1668.                      THE UNIVERSITY OF LEEDS
  1669.              SCHOOL OF COMPUTER STUDIES  -  AI Division
  1670.  
  1671.     Centre for Computer Analysis of Language And Speech (CCALAS)
  1672.  
  1673.             RESEARCH FELLOW IN COMPUTATIONAL LINGUISTICS
  1674.  
  1675. The above SERC-funded post is available immediately for a fixed period of
  1676. three years to work on a project in natural language processing, involving
  1677. mapping between the syntactic annotation schemes of different ragged and
  1678. parsed corpora, including LOB, Brown, London-Lund, UPenn, SEC, ICE, British
  1679. National Corpus.
  1680.  
  1681. A PhD or equivalent expertise in Linguistics, Computer Science or Artificial
  1682. Intelligence is required; experience of corpus-based computational
  1683. linguistics
  1684. and the syntactic models of one or more of these corpora is preferred.
  1685.  
  1686. Salary will be on the scale for Research Staff Grade IA (#12,828 - #20,442)
  1687. according to qualifications and relevant experience.
  1688.  
  1689. Informal enquiries about the post may be made to Eric Atwell, tel 0532
  1690. 335761,
  1691. fax 0532 335468, email eric@scs.leeds.ac.uk  or Clive Souter, tel 0532
  1692. 335460,
  1693. email cs@scs.leeds.ac.uk
  1694.  
  1695. Application forms and further particulars may be obtained from the Personnel
  1696. Office (Academic Section), The University, Leeds LS2 9JT, England, tel 0532
  1697. 335771 quoting reference no 48/105.
  1698.  
  1699. Closing date for applications: November 1st 1993.
  1700.  
  1701. The University of Leeds promotes an equal opportunities policy
  1702.  
  1703. ****************************************************************************
  1704.  
  1705.                      SERC VISITING FELLOWSHIPS
  1706.  
  1707. SERC may also fund one or more Visiting Fellowships to support leading
  1708. researchers from other Institutions who can contribute towards the project,
  1709. visiting Leeds University for between a month and a year.  We would
  1710. particularly welcome researchers with in-depth experience of one or more of
  1711. the tagging and/or parsing schemes, to advise us in the creation of the
  1712. detailed mapping algorithms, and the Multi-Tagged Corpus and MultiTreebank.
  1713. If
  1714. you are interested in visiting CCALAS as a project advisor, please contact
  1715. Eric Atwell (eric@scs.leeds.ac.uk) and/or Clive Souter (cs@scs.leeds.ac.uk).
  1716.  
  1717. ****************************************************************************
  1718.  
  1719.        PROJECT SUMMARY: Mapping Between Corpus Annotation Schemes
  1720.  
  1721. Several alternative tagged and parsed Corpora of English exist, including
  1722. LOB,
  1723. Brown, London-Lund, UPenn, SEC, ICE, British National Corpus, each with its
  1724. own tagset and/or parsing scheme. A tagged or parsed Corpus has many
  1725. applications, such as training linguistic constraint models for improved
  1726. speech recognition; however users cannot combine Corpus training sets into a
  1727. single language model, as the annotation schemes are incompatible.
  1728.  
  1729. This project will design a set of tag- and tree-transducers or algorithms for
  1730. mapping between the main corpus annotation schemes. This will allow users of
  1731. one Corpus to view other Corpora as enlargements of their training set. One
  1732. tagset and parsing scheme will be our 'base' or interlingua, and transducers
  1733. will be built between this interlingua and the other annotation schemes. A
  1734. relatively small test corpus will be annotated with all the schemes under
  1735. consideration; we will investigate the use of the resulting Multi-tagged
  1736. Corpus and Multitreebank as a standard evaluation benchmark for taggers and
  1737. parsers.
  1738.  
  1739. ****************************************************************************
  1740.  
  1741.        COMPUTATIONAL LINGUISTICS RESEARCH AT LEEDS UNIVERSITY
  1742.  
  1743. The School of Computer Studies at Leeds provides excellent broad background
  1744. support for research; we were graded 4(A) by UFC/HEFCs, and NLP makes an
  1745. important and growing contribution to the School's research profile. At Leeds
  1746. the Centre for Computer Analysis of Language And Speech (CCALAS), with Eric
  1747. Atwell as Director and Peter Roach and Clive Souter as Deputy Directors,
  1748. provides a focus for a broad range of corpus- and dictionary-based research
  1749. including word-sense semantic disambiguation and tagging (Demetriou, Jost,
  1750. Atwell), grammar-based reasoning (Mott, Silver), speech act theory
  1751. (Holdcroft,
  1752. Wallis, Wynne, Millican), probabilistic parsing (Pocock, O'Donoghue, Atwell,
  1753. Souter, Hogg), corpus collocation analysis (Howarth, Cowie, Davidson), corpus
  1754. annotation (Atwell, Roach, Souter, Arnfield, Ghali, Bull), grammatical
  1755. inference and clustering (Hughes, Tarver, Atwell) speech recognition (Roach,
  1756. Ueberla, Kirby, Moore, Lockhart, Mair, Sergant), speech synthesis (Scully,
  1757. Roach), handwriting recognition (Hanlon, Boyle, Bushofa), text generation
  1758. (Cole, Grierson, Tawalbeh), human-computer interaction (Crow), computers in
  1759. language teaching and linguistics (Davidson, Fox, Roach, Hunter, Shivtiel),
  1760. computers in lexicography (Roach, Setter, Cowie, Atwell, Souter).
  1761.  
  1762. ****************************************************************************
  1763.  
  1764. Leeds University has over 15,000 students and 2,000 academic and research
  1765. staff, making it one of the largest in Britain. Leeds is half-way between
  1766. London and Edinburgh, linked by rail, motorway and air to the rest of the UK
  1767. and Europe. It is the 20th largest city in the European Community, with the
  1768. excellent arts, sport and other social facilites expected of a growing,
  1769. multi-cultural metropolis; but it is also close to four National Parks. More
  1770. background information on the Project, CCALAS, the University, and Leeds and
  1771. its environs can be found in the Further Particulars from the Personnel
  1772. Office.
  1773.  
  1774.  
  1775. ------------------------------
  1776.  
  1777. Subject: Stochastic Neural Networks for Optimization problems
  1778. From:    suchi@pollux.cs.uga.edu (Suchi Bhandarkar)
  1779. Date:    Mon, 04 Oct 93 16:08:49 -0500
  1780.  
  1781. Could someone give me references on Stochastic Neural Network-based
  1782. approaches to combinatorial and continuous variable optimization? Please
  1783. e-mail your responses to "suchi@cs.uga.edu" Thank you very much.
  1784.  
  1785. Sincerely,
  1786. Suchi Bhandarkar
  1787. University of Georgia
  1788. E-mail: suchi@cs.uga.edu
  1789.  
  1790.  
  1791.  
  1792. ------------------------------
  1793.  
  1794. Subject: Positions in BIOCOMPUTING
  1795. From:    Soren Brunak <brunak@cbs.dth.dk>
  1796. Date:    Tue, 05 Oct 93 12:04:07 +0000
  1797.  
  1798. Positions in BIOCOMPUTING at the Danish Center for Biological Sequence
  1799. Analysis, Department of Physical Chemistry, The Technical University of
  1800. Denmark (Lyngby).
  1801.  
  1802. A number of pre- and post-doctoral positions are available at the newly
  1803. formed Center for Biological Sequence Analysis. They have a duration of
  1804. one, two and three years, starting late 1993 or early 1994. The  center
  1805. is funded by a  five-year  grant  from  the  Danish  National  Research
  1806. Foundation and conducts an  active  research  program  in  biomolecular
  1807. sequence  and  structure  analysis  with  emphasis  on  novel  adaptive
  1808. computational  strategies.  The  Technical  University  of  Denmark  is
  1809. situated in Lyngby just outside Copenhagen.
  1810.  
  1811. The center offers employment to researchers with a background primarily
  1812. in the natural sciences, molecular  biology,  genetics,  chemistry  and
  1813. physics. We seek individuals with additional competence and interest in
  1814. areas of computer science, but not with this area as the  main  subject
  1815. of expertise.  Priority  will  be  given  to  younger  scientists  with
  1816. experience in some of the  following  areas  (in  alphabetical  order):
  1817. experimental molecular  biology,  information  theory  and  statistics,
  1818. mathematical analysis, neural computation, protein folding, physics  of
  1819. computation and complex systems, and sequence analysis.
  1820.  
  1821. In a wide range of projects the center collaborates with  national  and
  1822. foreign groups using novel adaptive computational methods many of which
  1823. have received attention in the biocomputing context only recently.  The
  1824. center is characterized by the use of new approaches both regarding the
  1825. algorithmic aspect of the simulation methods as  well  as  the  use  of
  1826. advanced hardware. A wide  range  of  parallel  and  cluster  computing
  1827. environments is available locally at the center; a nearby supercomputer
  1828. center offers easy access to CRAY and  Connection  Machine  facilities.
  1829. Among the  research  topics  are  pre--mRNA  splicing,  recognition  of
  1830. vertebrate  promoters,  RNA  folding,  protein  structure   prediction,
  1831. proteolytic processing of  polyproteins,  signal  peptide  recognition,
  1832. phylogenies, global multiple sequence alignment and dedicated  sequence
  1833. analysis hardware. The results are evaluated through intensive exchange
  1834. with experimentalists.
  1835.  
  1836. For further information, feel free to contact us at the address below.
  1837.  
  1838. Applicants should send their resumes to
  1839.  
  1840. Soren Brunak
  1841. Center director
  1842. Center for Biological Sequence Analysis
  1843. Department of Physical Chemistry
  1844. The Technical University of Denmark
  1845. Building 206
  1846. DK-2800 Lyngby
  1847. Denmark
  1848.  
  1849. Tel: +45-42882222, ext. 2477
  1850. Fax: +45-45934808
  1851. Email: brunak@cbs.dth.dk
  1852.  
  1853.  
  1854.  
  1855.  
  1856. ------------------------------
  1857.  
  1858. End of Neuron Digest [Volume 12 Issue 6]
  1859. ****************************************
  1860. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  1861.  6636; Mon, 18 Oct 93 22:50:10 EDT
  1862. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  1863.  TCP; Mon, 18 Oct 93 22:50:06 EDT
  1864. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  1865.     id AA29117; Mon, 18 Oct 93 22:47:54 -0400
  1866. Return-Path: <marvit@cattell.psych.upenn.edu>
  1867. Received: from LOCALHOST by cattell.psych.upenn.edu
  1868.     id AA22291; Mon, 18 Oct 93 21:52:45 EDT
  1869. Posted-Date: Mon, 18 Oct 93 21:51:20 -0400
  1870. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  1871. To: Neuron-Distribution:;
  1872. Subject: Neuron Digest V12 #7  (conferences)
  1873. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  1874. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  1875. Organization: University of Pennsylvania
  1876. Date: Mon, 18 Oct 93 21:51:20 -0400
  1877. Message-Id: <22266.750995480@cattell.psych.upenn.edu>
  1878. Sender: marvit@cattell.psych.upenn.edu
  1879.  
  1880. Neuron Digest   Monday, 18 Oct 1993
  1881.                 Volume 12 : Issue 7
  1882.  
  1883. Today's Topics:
  1884.                            ECAI '94 Amsterdam
  1885.               Bat-Sheva Seminar on Functional Brain Imaging
  1886.       Symposium on Connectionist Models and Psychology (Australia)
  1887.  
  1888.  
  1889. Send submissions, questions, address maintenance, and requests for old
  1890. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  1891. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  1892. mail will eventually be sent, but may take a while.
  1893.  
  1894. ----------------------------------------------------------------------
  1895.  
  1896. Subject: ECAI '94 Amsterdam
  1897. From:    vet@cs.utwente.nl (Paul van der Vet)
  1898. Date:    Thu, 01 Jul 93 16:24:14 +0100
  1899.  
  1900.  
  1901.  
  1902.  
  1903.                          E C A I  '94
  1904.                        A M S T E R D A M
  1905.  
  1906.  
  1907.           11th European Conference on Artificial Intelligence
  1908.  
  1909.  
  1910.  
  1911.                     Amsterdam RAI International
  1912.                    Exhibition and Congress Centre
  1913.  
  1914.                         The Netherlands
  1915.                        August 8-12, 1994
  1916.  
  1917.  
  1918.  
  1919. Call for Papers
  1920. Call for Workshop proposals
  1921. Exhibition
  1922. Call for Tutorial proposals
  1923.  
  1924.  
  1925. Organized by the European Coordinating Committee for Artificial
  1926. Intelligence (ECCAI)
  1927.  
  1928. Hosted by the Dutch Association for Artificial Intelligence (NVKI)
  1929.  
  1930. The European Conference on Artificial Intelligence (ECAI) is the European
  1931. forum for scientific exchange and presentation of AI research. The aim of
  1932. the conference is to cover all aspects of AI research and to bring
  1933. together basic research and applied research.  The Technical Programme
  1934. will include paper presentations, invited talks, panels, workshops, and
  1935. tutorials. The conference is designed to cover all subfields of AI,
  1936. including non-symbolic methods.
  1937.  
  1938. ECAIs are held in alternate years and are organized by the European
  1939. Coordinating Committee for Artificial Intelligence (ECCAI). The 11th ECAI
  1940. in 1994 will be hosted by the Dutch AI Society (NVKI). The conference
  1941. will take place at the Amsterdam RAI, International Exhibition and
  1942. Congress Centre.
  1943.  
  1944.  
  1945. E X H I B I T I O N
  1946.  
  1947. An industrial and academic exhibition will be organized from August 9 -
  1948. 11, 1994.  Detailed information will be provided in the second call for
  1949. papers or can be obtained at the conference office (for the adress see
  1950. elsewhere).
  1951.  
  1952. S P O N S O R S (preliminary list)
  1953.  
  1954. Bolesian B.V.
  1955. Municipality of Amsterdam
  1956. University of Amsterdam
  1957. Vrije Universiteit Amsterdam
  1958. University of Limburg
  1959.  
  1960.  
  1961.                  C A L L  F O R  P A P E R S
  1962.  
  1963.  
  1964. T O P I C S  O F  I N T E R E S T
  1965.  
  1966. You are invited to submit an original research paper that represents a
  1967. significant contribution to any aspect of AI, including the principles
  1968. underlying cognition, perception, and action in humans and machines; the
  1969. design, application, and evaluation of AI algorithms and intelligent
  1970. systems; and the analysis of tasks and domains in which intelligent
  1971. systems perform. Theoretical and experimental results are equally
  1972. welcome. Papers describing innovative ideas are especially sought
  1973. providing such papers include substantial analysis of the ideas, the
  1974. technology needed to realize them, and their potential impact.
  1975.  
  1976. Of special interest this year are papers which address applied AI. Two
  1977. kinds of papers are sought. The first category is case studies of AI
  1978. applications that address significant real-world problems and which are
  1979. used outside the AI community itself; these papers must justify the use
  1980. of the AI technique, explain how the AI technology contributed to the
  1981. solution and was integrated with other components, and most importantly
  1982. explain WHY the application was successful (or perhaps why it failed) --
  1983. these "lessons learned" will be the most important review criteria. The
  1984. second category is for papers on novel AI techniques and principles that
  1985. may enable more ambitious real-world applications. All the usual AI
  1986. topics are appropriate. These papers must describe the importance of the
  1987. approach from an applications context, in sufficient technical detail and
  1988. clarity, and clearly and thoroughly differentiate the work from previous
  1989. efforts. There will be special prizes for the best papers in both these
  1990. areas.
  1991.  
  1992.  
  1993.  
  1994.  
  1995. S U B M I S S I O N  O F  P A P E R S
  1996.  
  1997. Authors are requested to submit to the Programme Chairperson 5 copies
  1998. of papers written in English in hardcopy format (electronic and fax
  1999. submissions will not be accepted).
  2000.  
  2001. Each submitted paper must conform to the following specifications.
  2002. Papers should be no longer than 5500 words including references. (Each
  2003. full page of figures counts as 1100 words.) Papers longer than this
  2004. limit risk being rejected without refereeing. A separate title page
  2005. should include the title, the name(s) of the author(s), complete
  2006. address(es), email, fax and telephone numbers, the specification of
  2007. between one and four Content Areas, preferably chosen from the list
  2008. below and an abstract (maximum 200 words). The title page should also
  2009. contain a declaration that the paper is unpublished, original work,
  2010. substantially different from papers currently under review and will
  2011. not be submitted elsewhere before the notification date other than to
  2012. workshops and similar specialized presentations with a very limited
  2013. audience. Papers should be printed on A4 or 8.5"x11" sized paper in
  2014. letter quality print, with 12 point type (10 chars/inch on a
  2015. typewriter), single spaced. Double sided printing is preferred.
  2016. Authors who wish to check that their submission will fit into the
  2017. final CRC format will be able to obtain detailed instructions
  2018. including a latex style file and example postscript pages after
  2019. October 15 by anonymous FTP from agora.leeds.ac.uk, directory ECAI94,
  2020. or by e-mailing ecai94-style@scs.leeds.ac.uk with a message body of
  2021. "help".
  2022.  
  2023. When submitting a paper an electronic mail message should also be sent
  2024. to ecai94-title@scs.leeds.ac.uk giving information in the format
  2025. specified below. If an intending author has no e-mail facilities then
  2026. this requirement is waived.
  2027.  
  2028. Papers should be sent to:
  2029.  
  2030. Programme Chairperson:        Dr Tony Cohn
  2031.                               Division of Artificial Intelligence
  2032.                               School of Computer Studies
  2033.                               University of Leeds
  2034.                               Leeds LS2 9JT
  2035.                               United Kingdom
  2036.                               Tel.:     (+44)-532-33.54.82
  2037.                               Fax:      (+44)-532-33.54.68
  2038.                               E-mail:   ecai94@scs.leeds.ac.uk
  2039. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  2040.  9767; Tue, 19 Oct 93 16:40:55 EDT
  2041. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  2042.  TCP; Tue, 19 Oct 93 16:40:51 EDT
  2043. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  2044.     id AA15188; Tue, 19 Oct 93 16:37:36 -0400
  2045. Return-Path: <marvit@cattell.psych.upenn.edu>
  2046. Received: from LOCALHOST by cattell.psych.upenn.edu
  2047.     id AA11032; Tue, 19 Oct 93 15:38:42 EDT
  2048. Posted-Date: Tue, 19 Oct 93 15:36:06 -0400
  2049. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  2050. To: Neuron-Distribution:;
  2051. Subject: Neuron Digest V12 #8 (misc, jobs/jobs, s/w, various queries)
  2052. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  2053. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  2054. Organization: University of Pennsylvania
  2055. Date: Tue, 19 Oct 93 15:36:06 -0400
  2056. Message-Id: <10983.751059366@cattell.psych.upenn.edu>
  2057. Sender: marvit@cattell.psych.upenn.edu
  2058.  
  2059. Neuron Digest   Tuesday, 19 Oct 1993
  2060.                 Volume 12 : Issue 8
  2061.  
  2062. Today's Topics:
  2063.           job opening at Indiana: Cognitive Science/Psychology
  2064.    Graduate study in Cognitive and Neural Systems at Boston University
  2065.                           New Book Announcement
  2066.               Combinatorial optimization using neural nets?
  2067.            Request for Information - handwriting verification
  2068.                          position @ U. Michigan
  2069.              Motif version of hyperplane animator available
  2070.              Neural nets and channel decoding/equalization?
  2071.                        Assistant Professor opening
  2072.                            POSITION AVAILABLE
  2073.                       Short-term position (London)
  2074.                   Neurosciences Internet Resource Guide
  2075.                        SUMMARY: use of ANN in QSAR
  2076.                      "On-line" journals and papers?
  2077.  
  2078.  
  2079. Send submissions, questions, address maintenance, and requests for old
  2080. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  2081. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  2082. mail will eventually be sent, but may take a while.
  2083.  
  2084. ----------------------------------------------------------------------
  2085.  
  2086. Subject: job opening at Indiana: Cognitive Science/Psychology
  2087. From:    John Kruschke <kruschke@pallas.psych.indiana.edu>
  2088. Date:    Wed, 06 Oct 93 11:13:58 -0600
  2089.  
  2090.  
  2091. > If budget constraints permit, the Psychology Department at
  2092. > Indiana University anticipates a tenure-track appointment for the fall
  2093. > of 1994 in Cognitive/Cognitive Science.  Outstanding candidates in all
  2094. > areas of cognitive psychology will be considered, including those
  2095. > studying attention, visual perception and recognition, and basic
  2096. > memory processes, and those utilizing quantitative and computer
  2097. > modeling.  Applications received before November 15, 1993, will be
  2098. > assured of consideration.  Submit curriculum vita, (p)reprints, a
  2099. > description of current research interests and future directions, and
  2100. > arrange for three letters of reference to be forwarded to Professor
  2101. > M.J. Intons-Peterson, Chairperson, Department of Psychology, Indiana
  2102. > University, Bloomington, IN  47405.  Applications from women and
  2103. > minority members are especially encouraged.  Indiana University is an
  2104. > Affirmative Action/Equal Opportunity Employer.
  2105.  
  2106.  
  2107. ------------------------------
  2108.  
  2109. Subject: Graduate study in Cognitive and Neural Systems at Boston University
  2110. From:    Announce@PARK.BU.EDU
  2111. Date:    Thu, 07 Oct 93 16:09:31 -0500
  2112.  
  2113.  
  2114.  
  2115. (please post)
  2116.  
  2117.  
  2118.          ***********************************************
  2119.          *                                             *
  2120.          *                 DEPARTMENT OF               *
  2121.          *      COGNITIVE AND NEURAL SYSTEMS (CNS)     *
  2122.          *              AT BOSTON UNIVERSITY           *
  2123.          *                                             *
  2124.          ***********************************************
  2125.  
  2126.                     Stephen Grossberg, Chairman
  2127.          Gail A. Carpenter, Director of Graduate Studies
  2128.  
  2129.  
  2130. The Boston University Department of Cognitive and Neural Systems offers
  2131. comprehensive advanced training in the neural and computational principles,
  2132. mechanisms, and architectures that underly human and animal behavior,
  2133. and the application of neural network architectures to the solution of
  2134. technological problems.
  2135.  
  2136. Applications for Fall, 1994 admission and financial aid are now being
  2137. accepted for both the MA and PhD degree programs.
  2138.  
  2139. To obtain a brochure describing the CNS Program and a set of application
  2140. materials, write, telephone, or fax:
  2141.  
  2142.    Department of Cognitive & Neural Systems
  2143.    Boston University
  2144.    111 Cummington Street, Room 240
  2145.    Boston, MA 02215
  2146.    617/353-9481 (phone)
  2147.    617/353-7755 (fax)
  2148.  
  2149. or send via email your full name and mailing address to:
  2150.  
  2151.    rll@cns.bu.edu
  2152.  
  2153. Applications for admission and financial aid should be received by the
  2154. Graduate School Admissions Office no later than January 15.  Late
  2155. applications will be considered until May 1; after that date applications
  2156. will be considered only as special cases.
  2157.  
  2158. Applicants are required to submit undergraduate (and, if applicable,
  2159. graduate) transcripts, three letters of recommendation, and Graduate
  2160. Record Examination (GRE) scores. The Advanced Test should be in the
  2161. candidate's area of departmental specialization. GRE scores may be
  2162. waived for MA candidates and, in exceptional cases, for PhD candidates,
  2163. but absence of these scores may decrease an applicant's chances for
  2164. admission and financial aid.
  2165.  
  2166. Non-degree students may also enroll in CNS courses on a part-time basis.
  2167.  
  2168. Description of the CNS Department:
  2169.  
  2170. The Department of Cognitive and Neural Systems (CNS) provides advanced
  2171. training and research experience for graduate students interested in the
  2172. neural and computational principles, mechanisms, and architectures that
  2173. underlie human and animal behavior, and the application of neural network
  2174. architectures to the solution of technological problems. Students are
  2175. trained in a broad range of areas concerning cognitive and neural systems,
  2176. including vision and image processing; speech and language understanding;
  2177. adaptive pattern recognition; cognitive information processing; self-
  2178. organization; associative learning and long-term memory; computational
  2179. neuroscience; nerve cell biophysics; cooperative and competitive network
  2180. dynamics and short-term memory; reinforcement, motivation, and attention;
  2181. adaptive sensory-motor control and robotics; active vision; and biological
  2182. rhythms; as well as the mathematical and computational methods needed to
  2183. support advanced modeling research and applications. The CNS Department
  2184. awards MA, PhD, and BA/MA degrees.
  2185.  
  2186. The CNS Department embodies a number of unique features. It has developed
  2187. a curriculum that consists of twelve interdisciplinary graduate courses
  2188. each of which integrates the psychological, neurobiological, mathematical,
  2189. and computational information needed to theoretically investigate
  2190. fundamental issues concerning mind and brain processes and the applications
  2191. of neural networks to technology. Nine additional advanced courses,
  2192. including research seminars, are also offered. Each course is typically
  2193. taught once a week in the evening to make the program available to
  2194. qualified students, including working professionals, throughout the Boston
  2195. area. Students develop a coherent area of expertise by designing a program
  2196. that includes courses in areas such as Biology, Computer Science,
  2197. Engineering,
  2198. Mathematics, and Psychology, in addition to courses in the CNS curriculum.
  2199.  
  2200. The CNS Department prepares students for thesis research with scientists
  2201. in one of several Boston University research centers or groups, and with
  2202. Boston-area scientists collaborating with these centers. The unit most
  2203. closely linked to the department is the Center for Adaptive Systems (CAS).
  2204. Students interested in neural network hardware work with researchers in
  2205. CNS, the College of Engineering, and at MIT Lincoln Laboratory. Other
  2206. research resources include distinguished research groups in neurophysiology,
  2207. neuroanatomy, and neuropharmacology at the Medical School and the Charles
  2208. River campus; in sensory robotics, biomedical engineering, computer and
  2209. systems engineering, and neuromuscular research within the Engineering
  2210. School; in dynamical systems within the Mathematics Department; in
  2211. theoretical computer science within the Computer Science Department; and
  2212. in biophysics and computational physics within the Physics Department.
  2213.  
  2214. In addition to its basic research and training program, the Department
  2215. conducts a seminar series, as well as conferences and symposia, which bring
  2216. together distinguished scientists from both experimental and theoretical
  2217. disciplines.
  2218.  
  2219. 1993-94 CAS MEMBERS and CNS FACULTY:
  2220.  
  2221. Jacob Beck
  2222. Daniel H. Bullock
  2223. Gail A. Carpenter
  2224. Chan-Sup Chung
  2225. Michael A. Cohen
  2226. H. Steven Colburn
  2227. Paolo Gaudiano
  2228. Stephen Grossberg
  2229. Frank H. Guenther
  2230. Thomas G. Kincaid
  2231. Nancy Kopell
  2232. Ennio Mingolla
  2233. Heiko Neumann
  2234. Alan Peters
  2235. Adam Reeves
  2236. Eric L. Schwartz
  2237. Allen Waxman
  2238. Jeremy Wolfe
  2239.  
  2240.  
  2241. ------------------------------
  2242.  
  2243. Subject: New Book Announcement
  2244. From:    Gary Tajchman <tajchman@ICSI.Berkeley.EDU>
  2245. Date:    Thu, 07 Oct 93 17:32:57 -0800
  2246.  
  2247. I thought this might be of interest to folks on connectionists.  Kluwer
  2248. Academic has just published a book by H. Bourlard and N. Morgan called
  2249.  
  2250. ``CONNECTIONIST SPEECH RECOGNITION: A Hybrid Approach''.
  2251.  
  2252. In the words of the back cover description, this book ``describes the
  2253. theory and implementation of a method to incorporate neural network
  2254. approaches into state-of-the-art continuous speech recognition systems
  2255. based on Hidden Markov Models (HMMs) to improve their performance.''  The
  2256. book is based on work done in a 5-year trans-Atlantic collaboration
  2257. between Bourlard and Morgan, and puts together in one place what is
  2258. otherwise scattered over a bunch of conference and journal papers.
  2259.  
  2260. If you would like more information please send email to N. Morgan at
  2261. morgan@icsi.berkeley.edu, or reply to this message.
  2262.  
  2263.  
  2264. Gary Tajchman                                   tajchman@icsi.berkeley.edu
  2265. International Computer Science Institute        TEL: (510)642-4274
  2266. 1947 Center St., Suite 600                      FAX: (510)643-7684
  2267. Berkeley, CA
  2268.  
  2269.  
  2270. ------------------------------
  2271.  
  2272. Subject: Combinatorial optimization using neural nets?
  2273. From:    ARDESHIR <CIVAB@VAXA.HERIOT-WATT.AC.UK>
  2274. Date:    Fri, 08 Oct 93 13:26:00 +0000
  2275.  
  2276. Hello,
  2277.  
  2278. I have recently been studying solving combinatorial optimization using
  2279. neural nets, in particular graph partitioning and graph matching.  I
  2280. would be grateful if anyone could recommend me some (or most) of papers
  2281. and publications regarding the use of neural nets in graph problems.
  2282.  
  2283. Yours Sincerely
  2284.  
  2285. A. Bahreininejad
  2286.  
  2287. email  civab@vaxa.hw.ac.uk    ....... for outside U.K.
  2288.        civab@uk.ac.hw.vaxa    ....... for within U.K.
  2289.  
  2290. P.S. If possible please provide me with the address(s) for FTP.
  2291.  
  2292.  
  2293. ------------------------------
  2294.  
  2295. Subject: Request for Information - handwriting verification
  2296. From:    B.FBORTO%CEFET.ANPR.BR@UICVM.UIC.EDU
  2297. Date:    Fri, 08 Oct 93 15:43:00 -0300
  2298.  
  2299. Neuron Digesters,
  2300.  
  2301. This is a plea for information. I'm a Ms. student at the Federal Center
  2302. of Technology(CEFET), Curitiba-PR, Brazil. My intersts are neural
  2303. networks and thier application to handwritten signature verification. I
  2304. wonder if any one of you can send me references or exchange information
  2305. with me on this subject. Thanks.
  2306.  
  2307.  
  2308. Nabeel Murshed
  2309.  
  2310.  
  2311. ------------------------------
  2312.  
  2313. Subject: position @ U. Michigan
  2314. From:    Colleen Seifert <seifert@psych.lsa.umich.edu>
  2315. Date:    Mon, 11 Oct 93 10:53:17 -0600
  2316.  
  2317.  
  2318. Position in Cognitive Psychology
  2319. University of Michigan
  2320.  
  2321. The University of Michigan Department of Psychology invites applications
  2322. for a tenure-track position in the area of Cognition, beginning September
  2323. 1, 1994. The appointment will most likely be made at the Assistant
  2324. Professor level, but it may be possible at other ranks.  We seek
  2325. candidates with primary interests and technical skills in cognitive
  2326. psychology.  Our primary goal is to hire an outstanding cognitive
  2327. psychologist, and thus we will look at candidates with any specific
  2328. research interest.  We have a preference for candidates interested in
  2329. higher mental processes or for candidates with computational modeling
  2330. skills (including connectionism) or an interest in cognitive
  2331. neuroscience.  Responsibilities include graduate and undergraduate
  2332. teaching, as well as research and research supervision.  Send curriculum
  2333. vitae, letters of reference,copies of recent publications, and a
  2334. statement of research and teaching interests no later than January 7,
  2335. 1994 to: Gary Olson, Chair, Cognitive Processes Search Committee,
  2336. Department of Psychology, University of Michigan, 330 Packard Road, Ann
  2337. Arbor, Michigan 48104.  The University of Michigan is an Equal
  2338. Opportunity/Affirmative Action employer.
  2339.  
  2340.  
  2341. ------------------------------
  2342.  
  2343. Subject: Motif version of hyperplane animator available
  2344. From:    Lorien Pratt <lpratt@slate.Mines.Colorado.EDU>
  2345. Date:    Mon, 11 Oct 93 11:46:41 -0700
  2346.  
  2347.                      -----------------------------------
  2348.                                  Announcing
  2349.                            the availability of an
  2350.                   X-based neural network hyperplane animator
  2351.                                 Version 1.01
  2352.                               October 10, 1993
  2353.                      -----------------------------------
  2354.  
  2355.                         Lori Pratt and Steve Nicodemus
  2356.                 Department of Mathematical and Computer Sciences
  2357.                           Colorado School of Mines
  2358.                               Golden, CO  80401
  2359.                                     USA
  2360.                           lpratt@mines.colorado.edu
  2361.  
  2362.  
  2363.     Understanding neural network behavior is an important goal of many
  2364.     research efforts.  Although several projects have sought to
  2365.     translate neural network weights into symbolic representations, an
  2366.     alternative approach is to understand trained networks
  2367.     graphically.  Many researchers have used a display of hyperplanes
  2368.     defined by the weights in a single layer of a back-propagation
  2369.     neural network.  In contrast to some network visualization schemes,
  2370.     this approach shows both the training data and the network
  2371.     parameters that attempt to fit those data.  At NIPS 1990, Paul
  2372.     Munro presented a video which demonstrated the dynamics of
  2373.     hyperplanes as a network changes during learning.  The program
  2374.     displayed ran on a Stardent 4000 graphics engine, and was
  2375.     implemented at Siemens.
  2376.  
  2377.     At NIPS 1991, we demonstrated an X-based hyperplane animator,
  2378.     similar in appearance to Paul Munro's, but with extensions to allow
  2379.     for interaction during training.  The user may speed up, slow down,
  2380.     or freeze animation, and set various other parameters.  Also, since
  2381.     it runs under X, this program should be more generally usable.
  2382.  
  2383.     An openwindows version of this program was made available to the
  2384.     public domain in 1992.   This announcement describes a version of
  2385.     the hyperplane animator that has been rewritten for Motif.  It was
  2386.     developed on an IBM RS/6000 platform, and so is written in ANSI C.
  2387.     The remainder of this message contains more details of the
  2388.     hyperplane animator and ftp information.
  2389.  
  2390.  
  2391.  
  2392. 1. What is the Hyperplane Animator?
  2393.  
  2394. The Hyperplane Animator is a program that allows easy graphical display
  2395. of Back-Propagation training data and weights in a Back-Propagation
  2396. neural network [Rumelhart, 1987].  It implements only some of the
  2397. functionality that we eventually hope to include.  In particular, it
  2398. only animates hyperplanes representing input-to-hidden weights.
  2399.  
  2400. Back-Propagation neural networks consist of processing nodes
  2401. interconnected by adjustable, or ``weighted'' connections.  Neural
  2402. network learning consists of adjusting weights in response to a set of
  2403. training data.  The weights w1,w2,...wn on the connections into any one
  2404. node can be viewed as the coefficients in the equation of an
  2405. (n-1)-dimensional plane.  Each non-input node in the neural net is thus
  2406. associated with its own plane.  These hyperplanes are graphically
  2407. portrayed by the hyperplane animator.  On the same graph it also shows
  2408. the training data.
  2409.  
  2410. 2. Why use it?
  2411.  
  2412. As learning progresses and the weights in a neural net alter,
  2413. hyperplane positions move.  At the end of the training they are in
  2414. positions that roughly divide training data into partitions, each of
  2415. which contains only one class of data.  Observations of hyperplane
  2416. movement can yield valuable insights into neural network learning.
  2417.  
  2418. 3. Platform information
  2419.  
  2420. The Animator was developed using the Motif toolkit on an IBM RS6000
  2421. with X-Windows.  It appears to be stable on this platform, and has not
  2422. been compiled on other platforms.  However, Dec5000 and SGI workstations
  2423. have been succesfully used as graphics servers for the animator.
  2424.  
  2425. How to install the hyperplane animator:
  2426.  
  2427.   You will need a machine which has X-Windows, and the Motif libraries.
  2428.  
  2429.   1. copy the file animator.tar.Z to your machine via ftp as follows:
  2430.  
  2431.      ftp mines.colorado.edu (138.67.1.3)
  2432.      Name: anonymous
  2433.      Password: (your ID)
  2434.      ftp> cd pub/software/hyperplane-animator
  2435.      ftp> binary
  2436.      ftp> get hyperplane-animator.tar
  2437.      ftp> quit
  2438.  
  2439.   2. Extract files from hyperplane-animator.tar with:
  2440.      tar -xvf hyperplane-animator.tar
  2441.  
  2442.   3. Read the README file there.  It includes information about
  2443.      compiling.  It also includes instructions for running a number of
  2444.      demonstration networks that are included with this distribution.
  2445.  
  2446. DISCLAIMER:
  2447.   This software is distributed as shareware, and comes with no warantees
  2448. whatsoever for the software itself or systems that include it.  The authors
  2449. deny responsibility for errors, misstatements, or omissions that may or
  2450. may not lead to injuries or loss of property.  This code may not be sold
  2451. for profit, but may be distributed and copied free of charge as long as
  2452. the credits window, copyright statement in the program, and this notice
  2453. remain intact.
  2454.  
  2455. ------------------------------
  2456.  
  2457. Subject: Neural nets and channel decoding/equalization?
  2458. From:    "P. BALAY (CCETT/SRL/DCS) (Tel 99124225)" <Pascal.Balay@ccett.fr>
  2459. Date:    13 Oct 93 09:36:32 -0100
  2460.  
  2461. I'm preparing a Ph.d. concerning the use of neural networks in digital
  2462. communications ( especially equalization and channel decoding ). I would
  2463. be happy if someone has informations related to this type of research.
  2464.   thanks to mail me your answers at :
  2465.  
  2466.      balay@ccett.fr
  2467.  
  2468.  
  2469.  
  2470. ------------------------------
  2471.  
  2472. Subject: Assistant Professor opening
  2473. From:    Robbie Jacobs <robbie@prodigal.psych.rochester.edu>
  2474. Date:    Wed, 13 Oct 93 14:20:16 -0500
  2475.  
  2476. Dear Colleague:
  2477.  
  2478. The attached advertisement describes an Assistant Professor
  2479. position for a Behavioral Neuroscientist in the Department
  2480. of Psychology at the University of Rochester.  It is anticipated
  2481. that this position will be available July 1, 1994 or 1995.
  2482. We hope to attract a scientist who will interact productively
  2483. with existing faculty whose research interests are in developmental
  2484. psychobiology and/or learning and memory.  Also, the candidate
  2485. would be part of a university-wide community of over 60
  2486. neuroscientists contributing to inter-departmental graduate
  2487. and undergraduate programs in neuroscience.
  2488.  
  2489. I would appreciate if you could bring this position to the
  2490. attention of suitable candidates.
  2491.  
  2492.                                 Sincerely,
  2493.  
  2494.                                 Ernie Nordeen
  2495.                                 Associate Professor of Psychology
  2496.                                    and of Neurobiology & Anatomy
  2497.  
  2498.  
  2499. BEHAVIORAL NEUROSCIENTIST.  The Department of Psychology at
  2500. the University of Rochester anticipates an Assistant Professor
  2501. position in neuroscience.  We are particularly interested in
  2502. persons investigating relationships between brain and behavioral
  2503. plasticity at the level of neural systems.  Individuals whose
  2504. research emphasizes either i) neural mechanisms of learning and
  2505. memory, or ii) development/reorganization in perceptual or motor
  2506. systems are especially encouraged to apply, but persons interested
  2507. in related areas of behavioral neuroscience will also be considered.
  2508. The successful candidate is expected to develop an active research
  2509. program, and participate in teaching within graduate and undergraduate
  2510. programs in neuroscience.   Applicants should submit curriculum vitae,
  2511. a brief statement of research interests, and three letters of reference
  2512. by 1 February 1994 to: Chair, Biopsychology Search Committee,
  2513. Dept. of Psychology, University of Rochester, Rochester, NY, 14627.
  2514. An Affirmative Action/Equal Opportunity Employer.
  2515.  
  2516.  
  2517. ------------------------------
  2518.  
  2519. Subject: POSITION AVAILABLE
  2520. From:    "Frances T. Perillo" <Frances.T.Perillo@Dartmouth.EDU>
  2521. Date:    14 Oct 93 09:21:13 -0500
  2522.  
  2523. Cognitive Position:  The Department of Psychology at Dartmouth College has a
  2524. junior, tenure-track position available in the area of Cognition -- broadly
  2525. construed to include any area of research within Cognitive Psychology,
  2526. Cognitive Science, and/or Cognitive Neuroscience.  Candidates must be able to
  2527. establish a strong research program and must have a commitment to
  2528. undergraduate and graduate instruction.  Supervision of both graduate and
  2529. undergraduate research will be expected.    Please send a letter of
  2530. application, vita and three letters of recommendation to:  Chair, Cognitive
  2531. Search Committee, Department of Psychology, 6207 Gerry Hall, Dartmouth
  2532. College, Hanover, NH  03755-3459.  Review of applications will begin on
  2533. February 15, 1994.   Dartmouth College is an equal opportunity employer with
  2534. an affirmative action plan.  Women and members of minority groups are
  2535. encouraged to apply.
  2536.  
  2537.  
  2538.  
  2539. ------------------------------
  2540.  
  2541. Subject: Short-term position (London)
  2542. From:    annette@cdu.ucl.ac.uk (Annette Karmiloff-Smith)
  2543. Date:    Thu, 14 Oct 93 15:09:23 +0000
  2544.  
  2545. can an ad like the following go on the neuron-digest?
  2546. if so, please post:
  2547.  
  2548. Short term non-clinical scientific post is available at the CDU for 3
  2549. years to work on the biological basis of cognitive development alongside
  2550. Dr Mark Johnson.  The successful candidate should have a PhD and
  2551. preferably have experience in the use of event-related potentials as
  2552. applied to developmental processes, though this is not essential.
  2553. Experience of running ERP studies with infants would be particularly
  2554. desirable.  Candidates should also have an interest in the brain basis of
  2555. cognition.  Further details of the post may be obtained from Dr Johnson
  2556. by E-mail: mark@cdu.ucl.ac.uk
  2557.  
  2558. The salary is on the non-clinical scientific scale 15,563 - 24,736 per
  2559. annum plus 2,134 London Weighting.
  2560.  
  2561. Applications should be made in writing enclosing CV and names of three
  2562. referees to The Director, Professor John Morton, at 4, Taviton Street,
  2563. London WC1H OBT, UK (Fax 071-383-0398, E-mail: j.morton@uk.ac.ucl) by 17
  2564. Nov 1993.  The Medical Research Council is an equal opportunities
  2565. employer.
  2566.  
  2567. MRC Cognitive Development Unit, London.
  2568.  
  2569.  
  2570.  
  2571. ------------------------------
  2572.  
  2573. Subject: Neurosciences Internet Resource Guide
  2574. From:    sherylc@umich.edu (Sheryl Cormicle)
  2575. Organization: University of Michigan
  2576. Date:    14 Oct 93 16:49:10 +0000
  2577.  
  2578. ========================================================
  2579.  
  2580.      The Neurosciences:  An Internet Resource Guide
  2581.  
  2582. ========================================================
  2583.  
  2584. WHAT WE!RE DOING:
  2585.  
  2586. A Neurosciences Internet Resources Guide (NIRG) is currently under
  2587. construction at the University of Michigan!s School of Information and
  2588. Library Studies.
  2589.  
  2590. The NIRG project proposes to bring together related neuroscience
  2591. resources in biology, biotechnology, and the bioelectrical and biomedical
  2592. fields.  Resources will include electronic journals, newsletters,
  2593. databases, image and video databases, documents, reports, gopher sites,
  2594. usenet and listserv groups, among others.
  2595.  
  2596. In order to provide the most useful guide possible, we welcome resource
  2597. suggestions from members of the Internet community and specifically those
  2598. with some expertise in the neurosciences.  If you know of a unique,
  2599. relevant, or useful resource, we!d love to hear from you.  Even if you
  2600. don!t know of a resource, we!d like to know what you think of the value
  2601. of such a guide.  Your participation is crucial to the success of this
  2602. project.
  2603.  
  2604. WHY WE!RE DOING IT:
  2605.  
  2606. Several excellent guides to Biology resources on the Internet exist (such
  2607. as Una R. Smith!s).  This project will provide not only a guide with a
  2608. tighter focus on neuroscience resources, but also a guide with a broader,
  2609. more interdisciplinary approach.
  2610.  
  2611. WHO WE ARE:
  2612.  
  2613. The NIRG project is directed by Sheryl Cormicle and Steve Bonario, two
  2614. Master-level students in the School of Information and Library Studies at
  2615. the University of Michigan.  The resource guide is a term project and
  2616. will be made available to the Internet community in December of this
  2617. year.  We hope to make the guide available in several formats, including
  2618. a simple text file, a gopher document, and an HTML document.
  2619.  
  2620. CONTACT:
  2621.  
  2622. If you wish to suggest a resource, please send mail to nirg@umich.edu
  2623.  
  2624. You may also write to us directly:
  2625.  
  2626. Sheryl Cormicle:  sherylc@umich.edu
  2627. or
  2628. Steve Bonario:  sbonario@umich.edu
  2629.  
  2630. ------------------------------
  2631.  
  2632. Subject: SUMMARY: use of ANN in QSAR
  2633. From:    Bernard Budde <BUDDE@SC.AGRO.NL>
  2634. Date:    Tue, 19 Oct 93 10:25:00 +0000
  2635.  
  2636. # Hello,
  2637. #
  2638. # In Neuron Digest 12(1)1993 (8 sept) I asked for information on the use of
  2639. # neural nets in QSAR studies (Quantitative Structure-Activity
  2640. Relationships),
  2641. # responding to Dr. Manallack.
  2642. # Two people responded, Dr. Manallack and Mr. Tetko. They sent me interesting
  2643. # papers and titles, *thanks*! I'll list their addresses and the titles
  2644. below.
  2645. # From below the sea-level,  Bernard Budde
  2646. #
  2647. # One title I'd like to add:
  2648. # Tabak, H.H., R. Govind (1993). Prediction of biodegradation kinetics using
  2649. a
  2650. #    nonlinear group contribution method. Environ Toxicol Chem 12:251-260.
  2651. #
  2652. #----------------------------------------------------------------------------
  2653. # Igor V. Tetko
  2654. # tetko%bioorganic.kiev.ua@relay.ussr.eu.net
  2655. # Ph.D. Student, working with application of NN in QSAR.
  2656. #
  2657. # Andrea, T.A., and H. Kalayeh, "Application of Neural Networks in QSAR of
  2658. #    Dihydrofolate Reductase Inhibitors", J. Med. Chem.,1991, 34, 2824-2836
  2659. # Aoyama, T., Y. Suzuki, H. Ichikawa, "Neural Networks Applied to QSAR",
  2660. #    J. Med. Chem., 1990,33,2583-2590
  2661. # Aoyama, Y., Y. Suzaki, H. Ichikawa, "Neural Networks Applied to SAR",
  2662. #    J. Med. Chem. 1990, 38, 905-908
  2663. # Chastrette, M., JY de Saint Laumer, "Structure-odor relationships using
  2664. neural
  2665. #    networks", Eur. J. Med. Chem., 1991, 26, 829-833.
  2666. # Erb, R.J., "Intoduction to Backpropagation Neural Network Computation",
  2667. #    Pharmaceutical Research, 1993, 10, 165-170
  2668. # Liu, Q., S. Hirono, I. Moriguchi, "Application of Functional-Link Net
  2669. #    in QSAR. 2. QSAR for Activity Data Given by Ratings", Quant.
  2670. Struct.-Act.
  2671. #    Relat., 1992, 11, 318-324
  2672. # Liu, Q., S. Hirono, I. Moriguchi, "Comparison of the Functional-Link Net
  2673. and
  2674. #    the Generalized Delta Rule Net in QSAR", Chem. Pharm. Bull. 1992, 40,
  2675. #    2962-2969.
  2676. # Tetko, I., A. Luik, G. Poda, "Application of Neural Networks in SAR of
  2677. #    a Small Number of Molecules", J. Med. Chem., 1993, 36, 811-814.
  2678. #
  2679. #----------------------------------------------------------------------------
  2680. -
  2681. # David Manallack
  2682. # manallack_d%frgen.dnet@smithkline.com
  2683. # SmithKline Beecham Pharmaceuticals, Hertz, UK.
  2684. # ....NN's designed to perform data analysis and the
  2685. # associated dangers of chance effects....
  2686. #
  2687. # Livingstone, D.J., D.T. Manallack (1993). Statistics using neural networks:
  2688. #    chance effects. J. Med. Chem. 36(9):1295-1297.
  2689. # Livingstone, D.J. and D.W. Salt (1992). Regression analysis for QSAR using
  2690. #    neural networks. BioMed. Chem. Lett. 2(3):213-218.
  2691. # Manallack, D.T. and D.J. Livingstone (1992). Artificial neural networks:
  2692. #    application and chance effects for QSAR data analysis. Med. Chem. Res.
  2693. #    2:181-190.
  2694. # Salt, D.W., N. Yildiz, D. Livingstone, C.J. Tinsley (1992). The use of
  2695. #    artificial neural networks in QSAR. Pestic. Sci. 36:161-170.
  2696. #----------------------------------------------------------------------------
  2697. -
  2698.  
  2699.  
  2700. ------------------------------
  2701.  
  2702. Subject: "On-line" journals and papers?
  2703. From:    "Frank Zanotto" <"zanotto frank"@a1.snofs1.sno.MTS.dec.com>
  2704. Date:    Tue, 19 Oct 93 04:55:01 -0800
  2705.  
  2706. [[ Editor's Note: Of course, tehre the the Ohio State Neuroprose archive
  2707. which is frequently advertised on this Digest.  Are there other central
  2708. repositories, available via ftp, gopher or wais? -PM ]]
  2709.  
  2710. Hello
  2711.  
  2712. RE ascii journals and/or papers
  2713.  
  2714. Can anyone provide a pointer to an archive of journals and/or papers on
  2715. neural networks stored in ascii format ?  Reason, I will be accessing the
  2716. information and storing the information on a DIGITAL VMS system.
  2717.  
  2718. Many thanks.
  2719.  
  2720. Regards
  2721.  
  2722. Frank Zanotto
  2723.  
  2724. ------------------------------
  2725.  
  2726. End of Neuron Digest [Volume 12 Issue 8]
  2727. ****************************************
  2728. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  2729.  3702; Thu, 28 Oct 93 16:18:49 EDT
  2730. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  2731.  TCP; Thu, 28 Oct 93 16:18:36 EDT
  2732. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  2733.     id AA29441; Thu, 28 Oct 93 16:16:52 -0400
  2734. Return-Path: <marvit@cattell.psych.upenn.edu>
  2735. Received: from LOCALHOST by cattell.psych.upenn.edu
  2736.     id AA18321; Thu, 28 Oct 93 15:03:28 EDT
  2737. Posted-Date: Thu, 28 Oct 93 15:02:33 -0400
  2738. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  2739. To: Neuron-Distribution:;
  2740. Subject: Neuron Digest V12 #9 (conferences & CFP)
  2741. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  2742. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  2743. Organization: University of Pennsylvania
  2744. Date: Thu, 28 Oct 93 15:02:33 -0400
  2745. Message-Id: <18272.751834953@cattell.psych.upenn.edu>
  2746. Sender: marvit@cattell.psych.upenn.edu
  2747.  
  2748. Neuron Digest   Thursday, 28 Oct 1993
  2749.                 Volume 12 : Issue 9
  2750.  
  2751. Today's Topics:
  2752.                                  SCS CFP
  2753.                                 ISIKNH'94
  2754.                   ESANN'94: European Symposium on ANNs
  2755.                                 EuroCOLT
  2756.                   Artificial Life Workshop Announcement
  2757.  
  2758.  
  2759. Send submissions, questions, address maintenance, and requests for old
  2760. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  2761. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  2762. mail will eventually be sent, but may take a while.
  2763.  
  2764. ----------------------------------------------------------------------
  2765.  
  2766. Subject: SCS CFP
  2767. From:    CELLIER@cadmus.ece.arizona.edu
  2768. Date:    Tue, 19 Oct 93 20:24:14 -0800
  2769.  
  2770.                        ANNOUNCEMENT AND CALL FOR PAPERS
  2771.        The Society for Computer Simulation International (SCS) presents:
  2772.  
  2773.            1994 INTERNATIONAL CONFERENCE ON QUALITATIVE INFORMATION,
  2774.                 FUZZY TECHNIQUES, AND NEURAL NETWORKS IN SIMULATION
  2775.  
  2776.                        June 1-3 1994,  Barcelona, Spain
  2777.  
  2778.       Part of the 1994 SCS European Multiconference on Computer Simulation
  2779.  
  2780.  
  2781.       The 1994 International Conference on Qualitative Information, Fuzzy
  2782. Techniques, and Neural Networks in Simulation brings together research paper
  2783. presentations, panel sessions, tutorials, workshops, seminars, industrial
  2784. applications, and software demonstrations that make use of qualitative
  2785. information of some sort or other in models of dynamic systems for the
  2786. purpose
  2787. of simulation.
  2788.  
  2789.       Research papers are welcome in the following categories of presentation
  2790. sessions.
  2791.  
  2792.       . Tutorials                        . Time-dependent Expert Systems
  2793.       . Panel Discussions                . Qualitative Data Bases
  2794.       . Software and Tools                  for Simulation
  2795.       . Theory                           . Associative Memory
  2796.       . Common Sense Reasoning              for Simulation
  2797.          about Dynamical Processes       . Fuzzy Information Models
  2798.       . Inductive Reasoning              . Fuzzification and Defuzzification
  2799.          about Dynamical Processes       . Treatment of Uncertainty
  2800.       . Knowledge-based Reasoning           in Dynamical Systems
  2801.          about Dynamical Processes       . Treatment of Incomplete Knowledge
  2802.       . Naive Physics                       about Dynamical Systems
  2803.       . Neural Networks                  . Assumptions and Belief Systems
  2804.          for Dynamical Processes         . Models of Human Reasoning
  2805. Processes
  2806.       . Fault Monitoring and Diagnosis
  2807.  
  2808.      In recent years, more and more papers were published that combine
  2809. several
  2810. of the known qualitative knowledge representation techniques in a combined
  2811. algorithm.  For example, a number of papers were recently published on fuzzy
  2812. neural networks.  We therefore believe that it makes sense to bring the
  2813. experts
  2814. on and advocates of the various techniques together in one conference.
  2815.  
  2816. DEADLINES:
  2817.       . November 30, 1993     Extended Abstracts or full paper drafts due.
  2818.       . February 14, 1994     Notification of acceptance/rejection to
  2819. authors.
  2820.       . March 14, 1994        Camera Ready Copies due.
  2821.  
  2822.       Please, send four copies of extended abstracts (from four to six pages
  2823. in typing excluding figures and tables) or drafts of full papers (a maximum
  2824. of
  2825. twelve pages in typing) to:
  2826.  
  2827.                     Prof. Dr. Antoni Guasch
  2828.                     General Program Chairperson of ESM'94
  2829.                     Dept. ESAII,  ETSEIB
  2830.                     Universitat Politecnica de Catalunya
  2831.                     Diagonal 647,  2 planta
  2832.                     08028  BARCELONA
  2833.                     Spain
  2834.  
  2835.                     Phone: +34(3)401-6544
  2836.                     FAX:   +34(3)401-6600
  2837.                     EMail: Guasch@ESAII.UPC.ES
  2838.  
  2839. Please, add a cover letter stating your name, affiliation, mailing address,
  2840. telephone number, FAX number, and EMail address.  Indicate clearly that your
  2841. paper is being submitted to ICQFN'94.  Each manuscript will be reviewed by
  2842. at least two members of the International Program Committee of ICQFN'94.
  2843.  
  2844.  
  2845. Conference Chairperson of ICQFN'94        Program Chairperson of ICQFN'94
  2846. - ----------------------------------        -------------------------------
  2847. Francois E. Cellier, Ph.D.                Dr. Joseph Aguilar Martin
  2848. Associate Professor                       Grup SAC,  Dept. ESAII
  2849. Dept. of Electr. and Computer Engr.       ETSEIT-UPC
  2850. University of Arizona                     Colom, 11
  2851. TUCSON,  AZ  85721                        08222  TERRASSA,  Catalunya
  2852. U.S.A.                                    Spain
  2853.  
  2854. Phone: +1(602)621-6192                    Phone: +34(3)739-8144
  2855. FAX:   +1(602)621-8076                    FAX:   +34(3)739-8101
  2856. EMail: Cellier@ECE.Arizona.Edu            EMail: Aguilar@ESAII.UPC.ES
  2857.  
  2858.  
  2859.                 International Program Committee of ICQFN'94
  2860.                 -------------------------------------------
  2861. Robert Babuska             Delft University of Technology         Netherlands
  2862. Silvano Colombano          NASA Ames Research Center              U.S.A.
  2863. Massimo de Gregorio        Institute of Cibernetics               Italy
  2864. Ken Forbus                 Northwestern University                U.S.A.
  2865. Ken-ichi Funahashi         University of Aizu                     Japan
  2866. Fernando Gomide            Univeristy of Campinas                 Brazil
  2867. Madan Gupta                University of Saskatchewan             Canada
  2868. Katalin Hangos             Hungarian Academy of Sciences          Hungary
  2869. Yumi Iwasaki               Stanford University                    U.S.A.
  2870. Mohamed Jamshidi           University of New Mexico               U.S.A.
  2871. Eugene Kerckhoffs          Delft University of Technology         Netherlands
  2872. Bart Kosko                 University of Southern California      U.S.A.
  2873. Granino Korn               G.A. & T.M. Korn Associates            U.S.A.
  2874. Roy Leitch                 Heriot-Watt University Edinburgh       United
  2875. Kingdom
  2876. Derek Linkens              University of Sheffield                United
  2877. Kingdom
  2878. Hiroshi Narazaki           Kobe Steel Ltd.                        Japan
  2879. Kevin Passino              Ohio State University                  U.S.A.
  2880. Witold Pedrycz             University of Manitoba                 Canada
  2881. Ethan Scarl                The Boeing Company                     U.S.A.
  2882. Georgios Stavrakakis       Technical University of Crete          Greece
  2883. Jan-Erik Stromberg         Linkoeping University                  Sweden
  2884. Hideo Tanaka               University of Osaka                    Japan
  2885. Jan Top                    Energy Research Foundation             Netherlands
  2886. Louise Trave-Massuyes      L.A.A.S. / C.N.R.S.                    France
  2887. Enric Trillas              Technical University of Madrid         Spain
  2888. Ghislain Vansteenkiste     University of Ghent                    Belgium
  2889. Llorenc Valverde           University of the Balearic Islands     Spain
  2890. Tu Van Le                  University of Camberra                 Australia
  2891. Takeshi Yamakawa           Kyushu Institute of Technology         Japan
  2892. Lotfi Zadeh                University of California Berkeley      U.S.A.
  2893. Hans-Juergen Zimmermann    R.W.T.H. Aachen                        Germany
  2894.  
  2895. =====virtual
  2896. scissors==========================================================
  2897.  
  2898.  ICQFN'94 -- INTERNATIONAL CONFERENCE ON QUALITATIVE INFORMATION,
  2899.              FUZZY TECHNIQUES, AND NEURAL NETWORKS IN SIMULATION
  2900.  ****************************************************************
  2901.  
  2902.  [  ]  I plan to submit a paper
  2903.  
  2904.  [  ]  I wish to receive the Preliminary Program
  2905.  
  2906.  
  2907.  Name: _____________________________________
  2908.  
  2909.  Title: ____________________________________
  2910.  
  2911.  Affiliation: ______________________________
  2912.  
  2913.  Address: __________________________________
  2914.  
  2915.  ___________________________________________
  2916.  
  2917.  ___________________________________________
  2918.  
  2919.  Phone Number: _____________________________
  2920.  
  2921.  FAX Number: _______________________________
  2922.  
  2923.  E_Mail Address: ___________________________
  2924.  
  2925.  
  2926.  If you wish to receive further information about ICQFN'94, please, fill in
  2927.  the above form and return it to: Cellier@ECE.Arizona.Edu
  2928.  
  2929.  
  2930.  
  2931. ------------------------------
  2932.  
  2933. Subject: ISIKNH'94
  2934. From:    "Li-Min Fu" <fu@whale.cis.ufl.edu>
  2935. Date:    Fri, 13 Aug 93 11:04:26 -0500
  2936.  
  2937.  
  2938.                             CALL  FOR   PAPERS
  2939.  
  2940.  
  2941.    International Symposium on Integrating Knowledge and Neural Heuristics
  2942.                               (ISIKNH'94)
  2943.  
  2944. Sponsored by University of Florida, and AAAI,
  2945. in cooperation with IEEE Neural Network Council,
  2946. and Florida AI Research Society.
  2947.  
  2948. Time: May 9-10 1994; Place: Pensacola Beach, Florida, USA.
  2949.  
  2950.  
  2951. A large amount of research has been directed
  2952. toward integrating neural and symbolic methods in recent years.
  2953. Especially, the integration of knowledge-based principles and
  2954. neural heuristics holds great promise
  2955. in solving complicated real-world problems.
  2956. This symposium will provide a forum for discussions
  2957. and exchanges of ideas in this area. The objective of this symposium
  2958. is to bring together researchers from a variety of fields
  2959. who are interested in applying neural network techniques
  2960. to augmenting existing knowledge or proceeding the other way around,
  2961. and especially, who have demonstrated that this combined approach
  2962. outperforms either approach alone.
  2963. We welcome views of this problem from
  2964. areas such as constraint-(knowledge-) based learning and
  2965. reasoning, connectionist symbol processing,
  2966. hybrid intelligent systems, fuzzy neural networks,
  2967. multi-strategic learning, and cognitive science.
  2968.  
  2969. Examples of specific research include but are not limited to:
  2970. 1. How do we build a neural network based on {\em a priori}
  2971. knowledge (i.e., a knowledge-based neural network)?
  2972. 2. How do neural heuristics improve the current model
  2973. for a particular problem (e.g., classification, planning,
  2974. signal processing, and control)?
  2975. 3. How does knowledge in conjunction with neural heuristics
  2976. contribute to machine learning?
  2977. 4. What is the emergent behavior of a hybrid system?
  2978. 5. What are the fundamental issues behind the combined approach?
  2979.  
  2980. Program activities include keynote speeches, paper presentation,
  2981. panel discussions, and tutorials.
  2982.  
  2983. *****
  2984. Scholarships are offered to assist students in attending the
  2985. symposium.  Students who wish to apply for a scholarship should send
  2986. their resumes and a statement of how their researches are related
  2987. to the symposium.
  2988. *****
  2989.  
  2990.  
  2991. Symposium Chairs:
  2992. LiMin Fu, University of Florida, USA.
  2993. Chris Lacher,  Florida State University, USA.
  2994.  
  2995. Program Committee:
  2996. Jim Anderson,   Brown University,  USA
  2997. Michael Arbib,  University of Southern California,  USA
  2998. Fevzi Belli,  The University of Paderborn,  Germany
  2999. Jim Bezdek,  University of West Florida,  USA
  3000. Bir Bhanu,  University of California,  USA
  3001. Su-Shing Chen,  National Science Foundation,  USA
  3002. Tharam Dillon,  La Trobe University,  Australia
  3003. Douglas Fisher,  Vanderbilt University,  USA
  3004. Paul Fishwick,  University of Florida,  USA
  3005. Stephen Gallant,  HNC Inc.,  USA
  3006. Yoichi Hayashi,  Ibaraki University,  Japan
  3007. Susan I. Hruska,  Florida State University,  USA
  3008. Michel Klefstad-Sillonville  CCETT,  France
  3009. David C. Kuncicky,  Florida State University,  USA
  3010. Joseph Principe,  University of Florida,  USA
  3011. Sylvian Ray,  University of Illinois,  USA
  3012. Armando F. Rocha, University of Estadual, Brasil
  3013. Ron Sun,  University of Alabama,  USA
  3014.  
  3015. Keynote Speaker: Balakrishnan Chandrasekaran, Ohio-State University
  3016.  
  3017.  
  3018. Schedule for Contributed Papers
  3019. - ----------------------------------------------------------------------
  3020. Paper Summaries Due: December 15, 1993
  3021. Notice of Acceptance Due: February 1, 1994
  3022. Camera Ready Papers Due: March 1, 1994
  3023.  
  3024. Extended paper summaries should be
  3025. limited to four pages (single or double-spaced)
  3026. and should include the title, names of the authors, the
  3027. network and mailing addresses and telephone number of the corresponding
  3028. author.  Important research results should be attached.
  3029. Send four copies of extended paper summaries to
  3030.  
  3031.       LiMin Fu
  3032.       Dept. of CIS, 301 CSE
  3033.       University of Florida
  3034.       Gainesville, FL 32611
  3035.       USA
  3036.       (e-mail: fu@cis.ufl.edu; phone: 904-392-1485).
  3037.  
  3038. Students' applications for a scholarship should also be sent
  3039. to the above address.
  3040.  
  3041. General information and registration materials can be obtained by
  3042. writing to
  3043.  
  3044.       Rob Francis
  3045.       ISIKNH'94
  3046.       DOCE/Conferences
  3047.       2209 NW 13th Street, STE E
  3048.       University of Florida
  3049.       Gainesville, FL 32609-3476
  3050.       USA
  3051.       (Phone: 904-392-1701; fax: 904-392-6950)
  3052. - ---------------------------------------------------------------------
  3053.  
  3054.  
  3055. - ---------------------------------------------------------------------
  3056. If you intend to attend the symposium, you may submit the following
  3057. information by returning this message:
  3058.  
  3059.  
  3060. NAME: _______________________________________
  3061. ADDRESS: ____________________________________
  3062. _____________________________________________
  3063. _____________________________________________
  3064. _____________________________________________
  3065. _____________________________________________
  3066. PHONE: ______________________________________
  3067. FAX: ________________________________________
  3068. E-MAIL: _____________________________________
  3069.  
  3070.  
  3071. - ---------------------------------------------------------------------
  3072.  
  3073.  
  3074.  
  3075. ------------------------------
  3076.  
  3077. Subject: ESANN'94: European Symposium on ANNs
  3078. From:    esann@dice.ucl.ac.be
  3079. Date:    Wed, 01 Sep 93 15:16:42 +0100
  3080.  
  3081. Dear Moderator,
  3082.  
  3083. Could you please include the following call for papers for the second
  3084. European Symposium on Artificial Neural Networks, in the next issue of
  3085. Neuron-Digest?
  3086.  
  3087. Thank you in advance.
  3088. Sincerely yours,
  3089.  
  3090. Michel Verleysen
  3091.  
  3092. - --------------------------- Cut here -------------------------------
  3093. ____________________________________________________________________
  3094. ____________________________________________________________________
  3095.  
  3096.                         European Symposium
  3097.                   on Artificial Neural Networks
  3098.  
  3099.                  Brussels - April 20-21-22, 1994
  3100.  
  3101.              First announcement and call for papers
  3102.  
  3103. ____________________________________________________________________
  3104. ____________________________________________________________________
  3105.  
  3106. - -----------------------
  3107. Scope of the conference
  3108. - -----------------------
  3109.  
  3110. ESANN'93 was held in Brussels, in April 1993.  It gathered more than 80
  3111. scientists, from about 15 countries, who wanted to learn more about the
  3112. last developments in the theory of neural networks.
  3113.  
  3114. The European Symposium on Artificial Neural Networks will be organized for
  3115. the second time in April 1994, and, as in 1993, will focus on the
  3116. fundamental aspects of the artificial neural network research.  Today,
  3117. thousands of researchers work in this field; they try to develop new
  3118. algorithms, to mimic properties found in natural networks, to develop
  3119. parallel computers based on these properties, and to use artificial neural
  3120. networks in new application areas.  But the field is new, and has expanded
  3121. drastically in about ten years; this lead to a lack of theoretical works in
  3122. the subject, and also to a lack of comparisons between new methods and more
  3123. classical ones.
  3124.  
  3125. The purpose of ESANN is to cover the theoretical and fundamental aspects of
  3126. neural networks; the symposium is intended to give to the participants an
  3127. up-to-date and comprehensive view of these aspects, by the presentation of
  3128. new results and new developments, of tutorial papers covering the relations
  3129. between neural networks and classical methods of computing, and also by
  3130. round tables confronting views of specialists and non-specialists of the
  3131. field.  The program committee of ESANN'94 welcomes papers in the following
  3132. aspects of artificial neural networks :
  3133. . theory
  3134. . models and architectures
  3135. . mathematics
  3136. . learning algorithms
  3137. . biologically plausible artificial networks
  3138. . neurobiological systems
  3139. . adaptive behavior
  3140. . signal processing
  3141. . statistics
  3142. . self-organization
  3143. . evolutive learning
  3144. Accepted papers will cover new results in one or several of these aspects
  3145. or will be of tutorial nature.  Papers insisting on the relations between
  3146. artificial neural networks and classical methods of information processing,
  3147. signal processing or statistics are encouraged.
  3148.  
  3149.  
  3150. - ----------------------
  3151. Call for contributions
  3152. - ----------------------
  3153.  
  3154. Prospective authors are invited to submit six originals of their
  3155. contribution before November 26, 1993.  Working language of the conference
  3156. (including proceedings) is English.
  3157.  
  3158. Papers should not exceed six A4 pages (including figures and references).
  3159. Printing area will be 12.2 x 19.3 cm (centered on the A4 page); left,
  3160. right, top and bottom margins will thus respectively be 4.4, 4.4, 5.2 and
  3161. 5.2 cm. 10-point Times font will be used for the main text; headings will
  3162. be in bold characters, (but not underlined), and will be separated from the
  3163. main text by two blank lines before and one after.  Manuscripts prepared in
  3164. this format will be reproduced in the same size in the book.
  3165.  
  3166. The first page will begin by a heading, indented 1cm left and right with
  3167. regards to the main text (the heading will thus have left and right margins
  3168. of 5.4 cm).  The heading will contain the title (Times 14 point, bold,
  3169. centered), one blank line, the author(s) name(s) (Times 10 point,
  3170. centered), one blank line, the affiliation (Times 9 point, centered), one
  3171. blank line, and the abstract (Times 9 point, justified, beginning by the
  3172. word "Abstract." in bold face).
  3173.  
  3174. Originals of the figures will be pasted into the manuscript and centered
  3175. between the margins.  The lettering of the figures should be in 10-point
  3176. Times font size.  Figures should be numbered.  The legends also should be
  3177. centered between the margins and be written in 9-point Times font size as
  3178. follows:
  3179.  
  3180. The pages of the manuscript will not be numbered (numbering decided by the
  3181. editor).
  3182.  
  3183. A separate page (not included in the manuscript) will indicate:
  3184. . the title of the manuscript
  3185. . author(s) name(s)
  3186. . the complete address (including phone & fax numbers and E-mail) of the
  3187. corresponding author
  3188. . a list of five keywords or topics
  3189. On the same page, the authors will copy and sign the following paragraph:
  3190. "in case of acceptation of the paper for presentation at ESANN 94:
  3191. - - at least one of the authors will register to the conference and will
  3192. present the paper
  3193. - - the author(s) give their rights up over the paper to the organizers of
  3194. ESANN 94, for the proceedings and any publication that could directly be
  3195. generated by the conference
  3196. - - if the paper does not match the format requirements for the proceedings,
  3197. the author(s) will send a revised version within two weeks of the
  3198. notification of acceptation."
  3199.  
  3200. Contributions must be sent to the conference secretariat.  Prospective
  3201. authors are invited to ask examples of camera-ready contributions by
  3202. writing to the same address.
  3203.  
  3204.  
  3205. - -------------
  3206. Local details
  3207. - -------------
  3208.  
  3209. The conference will be held in the center of Brussels (Belgium).  Close to
  3210. most great European cities, Brussels is exceptionally well served by
  3211. closely-knit motorway and railway systems, and an international airport.
  3212. Besides an artistic and cultural center of attraction, Brussels is also
  3213. renowned for its countless typical cafis, form the most unassuming to the
  3214. most prestigious.  Belgian food is typical and famous, and the night life
  3215. in Brussels is considerable.
  3216.  
  3217.  
  3218. - ---------
  3219. Deadlines
  3220. - ---------
  3221.  
  3222. Submission of papers    November 26, 1993
  3223. Notification of acceptance      January 17, 1994
  3224. Symposium       April 20-22, 1994
  3225.  
  3226.  
  3227. - ------
  3228. Grants
  3229. - ------
  3230.  
  3231. A limited number of grants (registration fees and economic accommodation)
  3232. will be given to young scientists coming from the European Community (Human
  3233. Capital and Mobility program, European Community - DG XII).  Grants will
  3234. also probably be available for scientists from Central and Eastern European
  3235. countries.  Please write to the conference secretariat to get an
  3236. application form for these grants.
  3237.  
  3238.  
  3239. - ----------------------
  3240. Conference secretariat
  3241. - ----------------------
  3242.  
  3243. Dr. Michel Verleysen
  3244. D Facto Conference Services
  3245. 45 rue Masui
  3246. B - 1210 Brussels (Belgium)
  3247. phone: + 32 2 245 43 63
  3248. Fax: + 32 2 245 46 94
  3249. E-mail: esann@dice.ucl.ac.be
  3250.  
  3251.  
  3252. - ----------
  3253. Reply form
  3254. - ----------
  3255.  
  3256. If your contact address is incomplete or has been changed recently, or if
  3257. you know a colleague who might be interested in ESANN'94, please send this
  3258. form, with your or his/her name and address, to the conference secretariat:
  3259.  
  3260. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  3261. Name:   .....................................................
  3262. First Name:     ...............................................
  3263. University or Company:  ....................................
  3264. ............................................................
  3265. Address:        ..................................................
  3266. ............................................................
  3267. ............................................................
  3268. ZIP:    ......................................................
  3269. Town:   .....................................................
  3270. Country:        ..................................................
  3271. Tel:    ......................................................
  3272. Fax:    ......................................................
  3273. E-mail:         ...................................................
  3274. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  3275.  
  3276.  
  3277. - ------------------
  3278. Steering committee
  3279. - ------------------
  3280.  
  3281. Frangois Blayo                 EERIE, Nnmes (F)
  3282. Marie Cottrell                 Univ. Paris I (F)
  3283. Nicolas Franceschini           CNRS Marseille (F)
  3284. Jeanny Hirault                 INPG Grenoble (F)
  3285. Michel Verleysen               UCL Louvain-la-Neuve (B)
  3286.  
  3287.  
  3288. - --------------------
  3289. Scientific committee
  3290. - --------------------
  3291.  
  3292. Luis Almeida *                 INESC - Lisboa (P)
  3293. Jorge Barreto                  UCL Louvain-en-Woluwe (B)
  3294. Hervi Bourlard                 L. & H. Speech Products (B)
  3295. Joan Cabestany                 Univ. Polit. de Catalunya (E)
  3296. Dave Cliff                     University of Sussex (UK)
  3297. Pierre Comon                   Thomson-Sintra Sophia (F)
  3298. Holk Cruse                     Universitdt Bielefeld (D)
  3299. Dante Del Corso                Politecnico di Torino (I)
  3300. Marc Duranton                  Philips / LEP (F)
  3301. Jean-Claude Fort               Universiti Nancy I (F)
  3302. Karl Goser                     Universitdt Dortmund (D)
  3303. Martin Hasler                  EPFL Lausanne (CH)
  3304. Philip Husbands                University of Sussex (UK)
  3305. Christian Jutten               INPG Grenoble (F)
  3306. Petr Lansky                    Acad. of Science of the Czech Rep. (CZ)
  3307. Jean-Didier Legat              UCL Louvain-la-Neuve (B)
  3308. Jean Arcady Meyer *            Ecole Normale Supirieure - Paris (F)
  3309. Erkki Oja                      Helsinky University of Technology (SF)
  3310. Guy Orban                      KU Leuven (B)
  3311. Gilles Paghs *                 Universiti Paris I (F)
  3312. Alberto Prieto                 Universitad de Granada (E)
  3313. Pierre Puget                   LETI Grenoble (F)
  3314. Ronan Reilly                   University College Dublin (IRE)
  3315. Tamas Roska                    Hungarian Academy of Science (H)
  3316. Jean-Pierre Rospars            INRA Versailles (F)
  3317. Andri Roucoux                  UCL Louvain-en-Woluwe (B)
  3318. John Stonham                   Brunel University (UK)
  3319. Lionel Tarassenko              University of Oxford (UK)
  3320. John Taylor                    King3s College London (UK)
  3321. Vincent Torre                  Universita di Genova (I)
  3322. Claude Touzet                  EERIE Nnmes (F)
  3323. Joos Vandewalle                KUL Leuven (B)
  3324. Eric Vittoz                    CSEM Neuchbtel (CH)
  3325. Christian Wellekens            Eurecom Sophia-Antipolis (F)
  3326.  
  3327. (* tentatively)
  3328.  
  3329. - --------------------------- Cut here -------------------------------
  3330.  
  3331.  
  3332.  
  3333. _____________________________
  3334. Michel Verleysen
  3335.  
  3336. D facto conference services
  3337. 45 rue Masui
  3338. 1210 Brussels
  3339. Belgium
  3340. tel: +32 2 245 43 63
  3341. fax: +32 2 245 46 94
  3342. E-mail: esann@dice.ucl.ac.be
  3343. _____________________________
  3344.  
  3345.  
  3346.  
  3347. ------------------------------
  3348.  
  3349. Subject: EuroCOLT
  3350. From:    John Shawe-Taylor <john@dcs.rhbnc.ac.uk>
  3351. Date:    Wed, 08 Sep 93 12:36:10 +0000
  3352.  
  3353.  
  3354.  
  3355.             The Institute of Mathematics and its Applications
  3356.  
  3357.                             Euro-COLT '93
  3358.  
  3359.         FIRST EUROPEAN CONFERENCE ON COMPUTATIONAL LEARNING THEORY
  3360.  
  3361.     20th-22nd December, 1993       Royal Holloway, University of London
  3362.  
  3363.               Call for Participation and List of Accepted Papers
  3364.               ==================================================
  3365.  
  3366. The inaugural IMA European conference on Computational Learning Theory
  3367. will be held 20--22 December at Royal Holloway, University of London.
  3368. The conference covers areas related to the analysis of learning
  3369. algorithms and the theory of machine learning, including artificial and
  3370. biological neural networks, robotics, pattern recognition, inductive
  3371. inference, information theory and cryptology, decision theory and
  3372. Bayesian/MDL estimation.
  3373.  
  3374. Invited Talks
  3375. =============
  3376. As part of our program, we are pleased to announce three invited talks
  3377. by Wolfgang Maass (Graz), Lenny Pitt (Illinois) and Les Valiant (Harvard).
  3378.  
  3379. Euroconference Scholarships
  3380. ===========================
  3381. The conference has also received scientific approval from the European
  3382. Commission to be supported under the Human Capital and Mobility
  3383. Euroconferences initiative. This means that there will be a number of
  3384. scholarships available to cover the expenses of young researchers
  3385. attending the conference. The scholarships are open to citizens of
  3386. European Community Member States or people who have been residing and
  3387. working in research for at least one year in one of the European
  3388. States. Please indicate on the return form below if you would like to
  3389. receive more information about these scholarships.
  3390.  
  3391. List of Accepted Papers
  3392. =======================
  3393. R. Gavalda,  On the Power of Equivalence Queries.
  3394.  
  3395. M. Golea and M. Marchand, On Learning Simple Deterministic and
  3396.                 Probabilistic Neural Concepts.
  3397.  
  3398. P. Fischer, Learning Unions of Convex Polygons.
  3399.  
  3400. S. Polt, Improved Sample Size Bounds for PAB-Decisions.
  3401.  
  3402. F. Ameur, P. Fischer, K-U. Hoffgen and F.M. Heide, Trial and Error: A
  3403.                 New Approach to Space-Bounded Learning.
  3404.  
  3405. A. Anoulova and S. Polt, Using Kullback-Leibler Divergence in Learning
  3406.                 Theory.
  3407.  
  3408. J. Viksna, Weak Inductive Inference.
  3409.  
  3410. H.U. Simon, Bounds on the Number of Examples Needed for Learning
  3411.                 Functions.
  3412.  
  3413. R. Wiehagen, C.H. Smith and T. Zeugmann, Classification of Predicates
  3414.                 and Languages.
  3415.  
  3416. K. Pillaipakkamnatt and V. Raghavan, Read-twice DNF Formulas can be
  3417.                 learned Properly.
  3418.  
  3419. J. Kivinen, H. Mannila and E. Ukkonen, Learning Rules with Local
  3420.                 Exceptions.
  3421.  
  3422. J. Kivinen and M. Warmuth, Using Experts for Predicting Continuous
  3423.                 Outcomes.
  3424.  
  3425. M. Anthony and J. Shawe-Taylor, Valid Generalisation of Functions from
  3426.                 Close Approximation on a Sample.
  3427.  
  3428. N. Cesa-Bianchi, Y. Freund, D.P. Helmbold and M. Warmuth, On-line
  3429.                 Prediction and Conversion Strategies.
  3430.  
  3431. A. Saoudi and T. Yokomori, Learning Local and Recognisable
  3432.                 omega-Languages and Monadic Logic Programs.
  3433.  
  3434. K. Yamanishi, Learning Non-Parametric Smooth Rules by Stochastic Rules
  3435.                 with Finite Partitioning.
  3436.  
  3437. H. Wiklicky, The Neural Network Loading Problem is Undecidable.
  3438.  
  3439. T. Hegedus, Learning Zero-one Threshold Functions and Hamming
  3440. Balls over the Boolean Domain.
  3441.  
  3442. Members of the Organising Committee
  3443. ===================================
  3444. John Shawe-Taylor (Chair: Royal Holloway, University of London, email
  3445. to eurocolt@dcs.rhbnc.ac.uk), Martin Anthony (LSE, University of
  3446. London), Jose Balcazar (Barcelona), Norman Biggs (LSE, University of
  3447. London), Mark Jerrum (Edinburgh), Hans-Ulrich Simon (University of
  3448. Dortmund), Paul Vitanyi (CWI Amsterdam).
  3449.  
  3450. Location
  3451. ========
  3452. The conference will be held at Royal Holloway, University of London in
  3453. Egham, Surrey, conveniently located 15 minutes' drive from London
  3454. Heathrow airport. Accommodation will be either in the chateau-like
  3455. original Founders Building or in en-suite rooms in a new block also on
  3456. the Royal Holloway campus.  Accommodation fees range from 110 pounds
  3457. to 150 pounds (inclusive of bed, breakfast and dinner), while the
  3458. conference fee is 195 pounds (inclusive of lunch, coffee and tea;
  3459. 140 pounds for students with reductions available for IMA members;
  3460. late application fee of 15 pounds if application received after 16th
  3461. November).
  3462.  
  3463. - --------------------------------------------------------------------
  3464. To: The Conference Officer, The Institute of Mathematics and its
  3465. Applications, 16 Nelson Street, Southend-on-Sea, Essex SS1 1EF.
  3466. Telephone: (0702) 354020. Fax: (0702) 354111
  3467.  
  3468.                          Euro-COLT '93
  3469. 20th--22nd December, 1993         Royal Holloway, University of London
  3470.  
  3471. Please send me an application for the above conference
  3472.  
  3473. TITLE ............         MALE/FEMALE .....
  3474.  
  3475. SURNAME ..............................    FORENAMES ..................
  3476.  
  3477. ADDRESS FOR CORRESPONDENCE ...........................................
  3478.  
  3479. ......................................................................
  3480.  
  3481. TELEPHONE NO ........................ FAX NO .........................
  3482.  
  3483.  
  3484. Please send me information about the Euroconference scholarships ........
  3485. (Please tick if necessary)
  3486.  
  3487.  
  3488.  
  3489.  
  3490. ------------------------------
  3491.  
  3492. Subject: Artificial Life Workshop Announcement
  3493. From:    arantza@cogs.susx.ac.uk (Arantza Etxeberria)
  3494. Date:    Tue, 26 Oct 93 09:50:12 +0000
  3495.  
  3496.        "Artificial Life: a Bridge towards a New Artificial Intelligence"
  3497.  
  3498.                       Palacio de Miramar (San Sebastian, Spain)
  3499.                           December 10th and 11th, 1993
  3500.  
  3501.  
  3502.                            Workshop organised by the
  3503.                 Department of Logic and Philosophy of Science,
  3504.                           Faculty of Computer Science
  3505.                                        &
  3506.         Institute of Logic, Cognition, Language and Information (ILCLI)
  3507.                                     of the
  3508.                   University of the Basque Country (UPV/EHU)
  3509.  
  3510.                                   Directors:
  3511.                Alvaro Moreno (University of the Basque Country)
  3512.                         Francisco Varela (CREA, Paris)
  3513.  
  3514.  
  3515.     This Workshop will be dedicated to a discussion of the impact of works
  3516. on
  3517. Artifical Life in  Artificial Intelligence. Artificial  Intelligence (AI)
  3518. has
  3519. traditionally attempted to  study cognition  as an  abstract phenomenon
  3520. using
  3521. formal tools, that is,  as a disembodied process  that can be grasped
  3522. through
  3523. formal operations, independent of the nature  of the system that displays
  3524. it.
  3525. Cognition appears  as an  abstract representation  of reality.  After
  3526. several
  3527. decades of  research  in this  direction  the field  has  encountered
  3528. several
  3529. problems that have taken it to  what many consider a "dead end":
  3530. difficulties
  3531. in understanding autonomous and situated agencies, in relating behaviour  in
  3532. a
  3533. real environment,  in studying  the  nature and  evolution of  perception,
  3534. in
  3535. finding a  pragmatic  approach to  explain  the operation  of  most
  3536. cognitive
  3537. capacities such as natural language, context dependent action, etc.
  3538.     Artificial Life  (AL)  has  recently  emerged  as  a  confluence  of
  3539. very
  3540. different fields  trying  to study  different  kinds of  phenomena  of
  3541. living
  3542. systems using  computers  as  a  modelling  tool,  and,  at  last,  trying
  3543. to
  3544. artificially (re)produce a living or a population of living systems in real
  3545. or
  3546. computational media.  Examples of  such phenomena  are prebiotic  systems
  3547. and
  3548. their evolution, growth and  development, self-reproduction, adaptation to
  3549. an
  3550. environment, evolution  of  ecosystems  and natural  selection,  formation
  3551. of
  3552. sensory-motor loops,  autonomous  robots. Thus,  AL  is having  an  impact
  3553. on
  3554. classic life sciences  but also on  the conceptual foundations  of AI and
  3555. new
  3556. methodological ideas to Cognitive Science.
  3557.     The aim  of this  Workshop is  to  focus on  the last  two points  and
  3558. to
  3559. evaluate the influence of the methodology and concepts appearing in AL for
  3560. the
  3561. development of a new ideas about cognition that could eventually give birth
  3562. to
  3563. a new Artificial Intelligence. Some  of the sessions consist on
  3564. presentations
  3565. and replies on  a specific subject  by invited speakers  while others will
  3566. be
  3567. debates open to all participants in the workshop.
  3568.  
  3569.  
  3570. MAIN TOPICS:
  3571.  
  3572.     * A review of the problems of FUNCTIONALISM in Cognitive Science
  3573.         and Artificial Life.
  3574.     * Modelling Neural Networks through Genetic Algorithms.
  3575.     * Autonomy and Robotics.
  3576.     * Consequences of the crisis of the representational models of cognition.
  3577.     * Minimal Living System and Minimal Cognitive System
  3578.     * Artificial Life systems as problem solvers
  3579.     * Emergence and evolution in artificial systems
  3580.  
  3581.  
  3582. SPEAKERS
  3583.  
  3584.     S. Harnad
  3585.     P. Husbands
  3586.     G. Kampis
  3587.     B. Mac Mullin
  3588.     D. Parisi
  3589.     T. Smithers
  3590.     E. Thompson
  3591.     F. Varela
  3592.  
  3593. Further Information:
  3594.  
  3595. Alvaro Moreno
  3596. Apartado 1249
  3597. 20080 DONOSTIA
  3598. SPAIN
  3599.  
  3600. E. Mail:    biziart@si.ehu.es
  3601. Fax:        34 43 311056
  3602. Phone:      34 43 310600 (extension 221)
  3603.             34 43 218000 (extension 209)
  3604.  
  3605.  
  3606. ------------------------------
  3607.  
  3608. End of Neuron Digest [Volume 12 Issue 9]
  3609. ****************************************
  3610. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  3611.  3315; Mon, 08 Nov 93 04:16:43 EST
  3612. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  3613.  TCP; Mon, 08 Nov 93 04:16:40 EST
  3614. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  3615.     id AA17802; Mon, 8 Nov 93 01:34:26 -0500
  3616. Return-Path: <marvit@cattell.psych.upenn.edu>
  3617. Received: from LOCALHOST by cattell.psych.upenn.edu
  3618.     id AA17174; Mon, 8 Nov 93 00:12:18 EST
  3619. Posted-Date: Mon, 08 Nov 93 00:10:14 EST
  3620. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  3621. To: Neuron-Distribution:;
  3622. Subject: Neuron Digest V12 #10 (conferences & CFP)
  3623. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  3624. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  3625. Organization: University of Pennsylvania
  3626. Date: Mon, 08 Nov 93 00:10:14 EST
  3627. Message-Id: <17158.752735414@cattell.psych.upenn.edu>
  3628. Sender: marvit@cattell.psych.upenn.edu
  3629.  
  3630. Neuron Digest   Monday,  8 Nov 1993
  3631.                 Volume 12 : Issue 10
  3632.  
  3633. Today's Topics:
  3634.    CFP - World Congress on Medical Physics and Biomedical Engineering
  3635.                       IEEE NNSP'94 Call For Papers
  3636.                              Call For Papers
  3637.     Pan Pacific Conf on Brain Electric Topography - 1st announcement
  3638.                                ISIKNH '94
  3639.                    Call for papers, NeuroControl book
  3640.                          Call for Papers of WWW
  3641.                URGENT: DEADLINE CHANGE FOR WORLD CONGRESS
  3642.  
  3643.  
  3644. Send submissions, questions, address maintenance, and requests for old
  3645. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  3646. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  3647. mail will eventually be sent, but may take a while.
  3648.  
  3649. ----------------------------------------------------------------------
  3650.  
  3651. Subject: CFP - World Congress on Medical Physics and Biomedical Engineering
  3652. From:    MACHADO%RIOSC.BITNET@VTBIT.CC.VT.EDU
  3653. Date:    Thu, 16 Sep 93 15:42:18 -0300
  3654.  
  3655.      WORLD CONGRESS ON MEDICAL PHYSICS AND BIOMEDICAL ENGINEERING
  3656.  
  3657.                          --- RIO'94 ---
  3658.  
  3659.       ---------------------------------------------------------
  3660.       Symposium on Hybrid Intelligent Systems: neural networks,
  3661.           fuzzy logic, genetic algorithms, expert systems
  3662.       ---------------------------------------------------------
  3663.  
  3664.                         CALL FOR PAPERS
  3665.  
  3666. Rio de Janeiro will host next year in the period August 21-26 the
  3667. X International Conference on Medical Physics and the XVII
  3668. International Conference on Medical and Biological Engineering.
  3669.  
  3670. The above Symposium is one of the planned activities at these
  3671. conferences. Its purpose is to bring researchers together to discuss
  3672. new hybrid structures for developing intelligent systems for decision
  3673. making support in Health Sciences.
  3674.  
  3675. Neural networks, Fuzzy Logic, Genetic algorithms, Evolutionary
  3676. Computation, etc. are examples of new tools available for the
  3677. development of intelligent systems. A new generation of systems
  3678. combining these techniques is emerging as a competitive solution for
  3679. decision making problems in Health Sciences.
  3680.  
  3681. The symposium is being planned to combine the following activities
  3682. to provide a forum to describe these ideas:
  3683.  
  3684.  - Tutorial on the subject:
  3685.  
  3686.    "Hybrid Intelligent Systems for Health Sciences"
  3687.  
  3688.     by Armando F. Rocha, author of the book Neural Nets - A Theory for
  3689.     Brains and Machines
  3690.  
  3691.  - Two invited speeches:
  3692.  
  3693.    - "Connectionist Expert Systems"
  3694.  
  3695.       by Ricardo J. Machado
  3696.  
  3697.    - another to be chosen
  3698.  
  3699.  - Two paper sessions
  3700.  
  3701. Authors are invited to submit paper abstracts to this symposium
  3702. respecting the deadline of December 20, 1993. They are also invited
  3703. to propose a theme and speaker for the second invited speech.
  3704.  
  3705. The authors' kit including the camera-ready form for abstracts can be
  3706. ordered to    Ms. Solange Oliveira
  3707.               Secretariat - 1994 World Congress on Medical Physics
  3708.               and Biomedical Engineering
  3709.               Congrex do Brasil
  3710.               Rua do Ouvidor, 60/414
  3711.               20040-030 - Rio de Janeiro - RJ - Brazil
  3712.               Phone: +55-21-224-6080  Fax: +55-21-231-1492
  3713.  
  3714. Submit the abstract form and three copies to
  3715.  
  3716.               Ricardo Jose Machado
  3717.               IBM - Rio Scientific Center
  3718.               Av. Presidente Vargas, 824
  3719.               20071-0001, Rio de Janeiro - RJ - Brazil
  3720.               Phone: +55-21-271-2306  Fax: +55-21-271-2797
  3721.               E-mail: machado@riosc.bitnet
  3722.  
  3723.  
  3724. ------------------------------
  3725.  
  3726. Subject: IEEE NNSP'94 Call For Papers
  3727. From:    hwang@pierce.ee.washington.edu (Jenq-Neng Hwang)
  3728. Date:    Thu, 30 Sep 93 13:01:00 -0800
  3729.  
  3730.                   1994 IEEE WORKSHOP ON
  3731.             NEURAL NETWORKS FOR SIGNAL PROCESSING
  3732.  
  3733.               September 6-8, 1994 Ermioni, Greece
  3734.         Sponsored by the IEEE Signal Processing Society
  3735.            and Co-Sponsored by Intracom S.A. Greece
  3736.       (In cooperation with the IEEE Neural Networks Council)
  3737.  
  3738. GENERAL CHAIR
  3739. John Vlontzos
  3740. INTRACOM S.A.
  3741. Peania, Attica, Greece
  3742. jvlo@intranet.gr
  3743.  
  3744. PROGRAM CHAIR
  3745. Jenq-Neng Hwang
  3746. University of Washington
  3747. Seattle, Washington, USA
  3748. hwang@ee.washington.edu
  3749.  
  3750. PROCEEDINGS CHAIR
  3751. Elizabeth J. Wilson
  3752. Raytheon Co.
  3753. Marlborough, MA, USA
  3754. bwilson@sud2.ed.ray.com
  3755.  
  3756. FINANCE CHAIR
  3757. Demetris Kalivas
  3758. INTRACOM S.A.
  3759. Peania, Attica, Greece
  3760. dkal@intranet.gr
  3761.  
  3762.  
  3763.  
  3764. PROGRAM COMMITTEE
  3765.  
  3766. Joshua Alspector      (Bellcore, USA)
  3767. Les Atlas             (U. of Washington, USA)
  3768. Charles Bachmann      (Naval Research Lab. USA)
  3769. David Burr            (Bellcore, USA)
  3770. Rama Chellappa        (U. of Maryland, USA)
  3771. Lee Giles             (NEC Research, USA)
  3772. Steve J. Hanson       (Siemens Corp. Research, USA)
  3773. Yu-Hen Hu             (U. of Wisconsin, USA)
  3774. Jenq-Neng Hwang       (U. of Washington, USA)
  3775. Bing-Huang Juang      (AT&T Bell Lab., USA)
  3776. Shigeru Katagiri      (ATR Japan)
  3777. Sun-Yuan Kung         (Princeton U., USA)
  3778. Gary M. Kuhn          (Siemens Corp. Research, USA)
  3779. Stephanos Kollias     (National Tech. U. of Athens, Greece)
  3780. Richard Lippmann      (MIT Lincoln Lab., USA)
  3781. Fleming Lure          (Kaelum Research Co., USA)
  3782. John Makhoul          (BBN Lab., USA)
  3783. Richard Mammone       (Rutgers U., USA)
  3784. Elias Manolakos       (Northeastern U., USA)
  3785. Nahesan Niranjan      (Cambridge U., UK)
  3786. Tomaso Poggio         (MIT, USA)
  3787. Jose Principe         (U. of Florida, USA)
  3788. Wojtek Przytula       (Hughes Research Lab., USA)
  3789. Ulrich Ramacher       (Siemens Corp., Germany)
  3790. Bhaskar D. Rao        (UC San Diego, USA)
  3791. Andreas Stafylopatis  (National Tech. U. of Athens, Greece)
  3792. Noboru Sonehara       (NTT Co., Japan)
  3793. John Sorensen         (Tech. U. of Denmark, Denmark)
  3794. Yoh'ichi Tohkura      (ATR, Japan)
  3795. John Vlontzos         (Intracom S.A., Greece)
  3796. Raymond Watrous       (Siemens Corp. Research, USA)
  3797. Christian Wellekens   (Eurecom, France)
  3798. Yiu-Fai Issac Wong    (Lawrence Livermore Lab., USA)
  3799.  
  3800.                           CALL FOR PAPERS
  3801.  
  3802. The fourth of a series of IEEE workshops on Neural Networks for Signal
  3803. Processing will be held at the Porto Hydra Resort Hotel, Ermioni, Greece,
  3804. in September of 1994. Papers are solicited for, but not limited to,
  3805. the following topics:
  3806.  
  3807. APPLICATIONS:
  3808. Image, speech, communications, sensors, medical, adaptive
  3809. filtering, OCR, and other general signal processing and pattern
  3810. recognition topics.
  3811.  
  3812. THEORIES:
  3813. Generalization and regularization, system identification, parameter
  3814. estimation, new network architectures, new learning algorithms, and
  3815. wavelet in NNs.
  3816.  
  3817. IMPLEMENTATIONS:
  3818. Software, digital, analog, and hybrid technologies.
  3819.  
  3820.  
  3821. Prospective authors are invited to submit 4 copies of extended summaries
  3822. of no more than 6 pages. The top of the first page of the summary should
  3823. include a title, authors' names, affiliations, address, telephone and
  3824. fax numbers and email address if any. Camera-ready full papers
  3825. of accepted proposals will be published in a hard-bound volume by IEEE
  3826. and distributed at the workshop.  Due to workshop facility constraints,
  3827. attendance will be limited with priority given to those who submit
  3828. written technical contributions.  For further information, please
  3829. contact Mrs. Myra Sourlou at the NNSP'94 Athens office,
  3830. (Tel.) +30 1 6644961, (Fax) +30 1 6644379, (e-mail)
  3831. msou@intranet.gr.
  3832.  
  3833. Please send paper submissions to:
  3834.  
  3835. Prof. Jenq-Neng Hwang
  3836. IEEE  NNSP'94
  3837. Department of Electrical Engineering, FT-10
  3838. University of Washington, Seattle, WA 98195, USA
  3839. Phone: (206) 685-1603,  Fax: (206) 543-3842
  3840.  
  3841.                              SCHEDULE
  3842.  
  3843. Submission of extended summary:   February 15
  3844. Notification of acceptance:       April 19
  3845. Submission of photo-ready paper:  June 1
  3846. Advanced registration, before:    June 1
  3847.  
  3848.  
  3849. ------------------------------
  3850.  
  3851. Subject: Call For Papers
  3852. From:    ai706@freenet.carleton.ca (Ian Malone)
  3853. Date:    Wed, 06 Oct 93 12:29:05 -0500
  3854.  
  3855.  
  3856. ****************************  CALL FOR PAPERS  *****************
  3857.  
  3858. The Bellwood Research Center
  3859. Journal of Artificial Neural Systems
  3860. 1994 Edition
  3861.  
  3862. The Journal of Artificial Neural Systems is intended to provide
  3863. a forum for theoretical and practical advances in the field
  3864. of neural networks.  Submissions should consist of full-length
  3865. original papers describing theoretical and/or practical research.
  3866.  
  3867. Interested parties should submit three copies of their original
  3868. work to ...
  3869.  
  3870.         Sandra Shoals
  3871.         Managing Editor
  3872.         Bellwood Research Center
  3873.         17 Briston Private
  3874.         Ottawa, Ontario
  3875.         Canada, K1G 5R5
  3876.  
  3877. For submission, catalogue and order information, please address
  3878. your inquiries to ...
  3879.  
  3880.         Information
  3881.         Bellwood Research Center
  3882.         17 Briston Private
  3883.         Ottawa, Ontario
  3884.         Canada, K1G 5R5
  3885.  
  3886. Regards,
  3887. Ian Malone
  3888. President
  3889. Bellwood Research Center
  3890.  
  3891.  
  3892.  
  3893. ------------------------------
  3894.  
  3895. Subject: Pan Pacific Conf on Brain Electric Topography - 1st announcement
  3896. From:    Alex A Sergejew <alex@brain.physics.swin.oz.au>
  3897. Date:    Sat, 28 Aug 93 20:56:14 +0900
  3898.  
  3899.                             FIRST ANNOUNCEMENT
  3900.  
  3901.                           PAN PACIFIC CONFERENCE
  3902.                                     ON
  3903.                          BRAIN ELECTRIC TOPOGRAPHY
  3904.  
  3905.                            February 10 - 12, 1994
  3906.                               SYDNEY, AUSTRALIA
  3907.  
  3908. INVITATION
  3909.  
  3910. Brain electric and magnetic topography is an exciting emerging area which
  3911. draws on the disciplines of neurophysiology, physics,  signal  processing,
  3912. computing and cognitive neuroscience.  This conference will offer a forum for
  3913. the presentation of recent findings.  The program will include an outstanding
  3914. series of plenary lectures, as well as platform and poster presentations
  3915. by active participants in the field.
  3916.  
  3917. The conference includes two major plenary sessions.
  3918.  
  3919. In the Plenary Session entitled "Brain Activity Topography and Cognitive
  3920. Processes," the keynote speakers include Frank Duffy (Boston), Alan Gevins
  3921. (San Francisco), Steven Hillyard (La Jolla), Yoshihiko Koga (Tokyo) and Paul
  3922. Nunez (New Orleans).
  3923.  
  3924. Keynote speakers for the Plenary Session entitled "Brain Rhythmic
  3925. Activity and States of Consciousness," will include Walter Freeman
  3926. (Berkeley),
  3927. Rodolfo Llinas (New York), Shigeaki Matsuoka (Kitakyushu)
  3928. and Yuzo Yamaguchi (Osaka).
  3929.  
  3930. The plenary sessions will provide a forum for discussion of some of the most
  3931. recent developments of analysis and models of electrical brain function, and
  3932. findings of brain topography and cognitive processes.
  3933.  
  3934. This conference is aimed at harnessing multidisciplinary participation and
  3935. will be of interest to those working in the areas of clinical
  3936. neurophysiology,
  3937. cognitive neuroscience, biological signal processing, neurophysiology,
  3938. neurology, neuropsychology and neuropsychiatry.
  3939.  
  3940.  
  3941. CALL FOR PAPERS
  3942.  
  3943. Papers are invited for platform and poster presentation.
  3944. Platform presentations will be allocated 20 minutes
  3945. (15 mins for presentation and 5 mins for questions).
  3946. Abstracts of no more than 300 words are invited.
  3947.  
  3948. The deadline for receipt of abstracts is November 10th, 1993, while
  3949. notification of acceptance of abstracts will be sent on December 10th, 1993
  3950.  
  3951. The abstract can be sent by mail, Fax or Email to:
  3952. PAN PACIFIC CONFERENCE ON BRAIN ELECTRIC TOPOGRAPHY
  3953. C/- Cognitive Neuroscience Unit
  3954. Westmead Hospital, Hawkesbury Road
  3955. Westmead  NSW  2145, Sydney
  3956. AUSTRALIA
  3957.  
  3958. Fax :   +61 (2) 635 7734
  3959. Tel :   +61 (2) 633 6688
  3960. Email : pan@brain.physics.swin.oz.au
  3961.  
  3962. Authors may be invited to provide full manuscripts for publication of the
  3963. proceedings in CD-ROM and book form.  All authors wishing to have their
  3964. papers included must supply a full manuscript at the time of the conference.
  3965.  
  3966.  
  3967. GENERAL INFORMATION:
  3968.  
  3969. Date:   February 10 - 12, 1994
  3970.  
  3971. Venue:
  3972. The conference will be held at the Hotel Intercontinental on Sydney Harbour.
  3973.  
  3974. Climate:
  3975. February is summertime in Australia and the average maximum day-time
  3976. temperature in Sydney is 26 degC (78 degF).
  3977.  
  3978. Social Programme:
  3979. There will be a conference dinner on a yacht sailing Sydney Harbour
  3980. on February 11th, 1994.  Cost $A65 per person.
  3981.  
  3982. Hotel Accommodation:
  3983. Hotels listed offer a range of accommodation at special conference rates.
  3984. Please quote the name of the conference when arranging your booking.
  3985.  
  3986.  
  3987. Scientific Committee:                                   Organising Committee:
  3988. Prof Richard Silberstein, Melbourne (Chairman)          E Gordon (Chairman)
  3989. A/Prof Helen Beh, Sydney                                R Silberstein
  3990. Dr Evian Gordon, Sydney                                 J Restom
  3991. Dr Shigeaki Matsuoka, Kitakyushu
  3992. Dr Patricia Michie, Sydney
  3993. Dr Ken Nagata, Akita
  3994. Dr Alex Sergejew, Melbourne
  3995. A/Prof James Wright, Auckland
  3996.  
  3997.  
  3998.  
  3999. REGISTRATION:
  4000.  
  4001. Name(Prof/Dr/Ms/Mr):__________________________________________________
  4002. Address:______________________________________________________________
  4003. ______________________________________________________________________
  4004. ______________________________________________________________________
  4005. Telephone:  ______________________________ (include country/area code)
  4006. Fax:______________________________ E Mail______________________________
  4007.  
  4008. On or before November 10th, 1993                $A380.00
  4009. After November 10th, 1993                       $A400.00
  4010.  
  4011. Students before November 10th,1993              $A250.00
  4012.  
  4013. Conference Harbour Cruise Dinner                $A65.00 per person
  4014.     number of people _____
  4015.  
  4016.  
  4017. Method of Payment:
  4018.  
  4019. Cheque _        MasterCard _      VISA _        BankCard _
  4020.  
  4021. To be completed by credit card users only:
  4022.  
  4023. Card Number     _ _ _ _   _ _ _ _   _ _ _ _   _ _ _ _
  4024.  
  4025. Expiration Date __________________________
  4026.  
  4027. Signature       __________________________ (Signature not required if
  4028.                                             registering by E-mail)
  4029.  
  4030. Date            __________________________
  4031.  
  4032. Cheques should be payable to "Pan Pacific Conference"
  4033. (Address below)
  4034.  
  4035.  
  4036. SOME SUGGESTIONS FOR HOTEL ACCOMODATION
  4037.  
  4038. Special conference rates apply.  Quote the name of the conference when
  4039. booking.
  4040. Prices are per double room per night
  4041.  
  4042. SYDNEY RENAISSANCE HOTEL*****
  4043. Guaranteed harbour view.  10 min walk under cover.  $A170.00
  4044. 30 Pitt St, Sydney NSW 2000, Australia.
  4045. Ph: +61 (2) 259 7000  Fax +61 (2) 252 1999
  4046.  
  4047. HOTEL INTERCONTINENTAL SYDNEY*****
  4048. Harbour view $A205.00  City View $A165.00
  4049. 117 Macquarie Street, Sydney NSW 2000, Australia.
  4050. Ph: +61 (2) 230 0200  Fax: +61 (2) 240 1240
  4051.  
  4052. OLD SYDNEY PARKROYAL****
  4053. 10 min walk.  $A190.00 including breakfast
  4054. 55 George St, Sydney NSW 2000, Australia.
  4055. Ph: +61 (2) 252 0524  Fax: (2) +61 251 2093
  4056.  
  4057. RAMADA GRAND HOTEL, BONDI BEACH****
  4058. Complementary shuttlebus service.  $A130 - $A170 including breakfast
  4059. Beach Rd, Bondi Beach NSW 2026, Australia.
  4060. Ph: +61 (2) 365 5666  Fax: +61 (2) 3655 330
  4061.  
  4062. HOTEL CRANBROOK INTERNATIONAL***
  4063. Older style, budget type accomodation overlooking Rose Bay.
  4064. Free shuttlebus service and airport transfers.  $A80.00 including breakfast
  4065. 601 New South Head Rd, Rose Bay NSW 2020, Australia.
  4066. Ph: +61 (2) 252 0524  Fax: +61 (2) 251 2093
  4067.  
  4068.  
  4069. Post registration details with your cheque to:
  4070.  
  4071. PAN PACIFIC CONFERENCE ON ELECTRIC BRAIN TOPOGRAPHY
  4072. C/- Cognitive Neuroscience Unit
  4073. Westmead Hospital, Hawkesbury Road
  4074. Westmead  NSW  2145, Sydney
  4075. AUSTRALIA
  4076.  
  4077.  
  4078. ------------------------------
  4079.  
  4080. From:    Ron Sun <rsun@athos.cs.ua.edu>
  4081. Date:    Tue, 10 Aug 93 16:33:56 -0600
  4082.  
  4083.  
  4084.  
  4085.                             CALL  FOR   PAPERS
  4086.  
  4087.  
  4088.    International Symposium on Integrating Knowledge and Neural Heuristics
  4089.                               (ISIKNH'94)
  4090.  
  4091. Sponsored by University of Florida, and AAAI,
  4092. in cooperation with IEEE Neural Network Council,
  4093. and Florida AI Research Society.
  4094.  
  4095. Time: May 9-10 1994; Place: Pensacola Beach, Florida, USA.
  4096.  
  4097.  
  4098. A large amount of research has been directed
  4099. toward integrating neural and symbolic methods in recent years.
  4100. Especially, the integration of knowledge-based principles and
  4101. neural heuristics holds great promise
  4102. in solving complicated real-world problems.
  4103. This symposium will provide a forum for discussions
  4104. and exchanges of ideas in this area. The objective of this symposium
  4105. is to bring together researchers from a variety of fields
  4106. who are interested in applying neural network techniques
  4107. to augmenting existing knowledge or proceeding the other way around,
  4108. and especially, who have demonstrated that this combined approach
  4109. outperforms either approach alone.
  4110. We welcome views of this problem from
  4111. areas such as constraint-(knowledge-) based learning and
  4112. reasoning, connectionist symbol processing,
  4113. hybrid intelligent systems, fuzzy neural networks,
  4114. multi-strategic learning, and cognitive science.
  4115.  
  4116. Examples of specific research include but are not limited to:
  4117. 1. How do we build a neural network based on {\em a priori}
  4118. knowledge (i.e., a knowledge-based neural network)?
  4119. 2. How do neural heuristics improve the current model
  4120. for a particular problem (e.g., classification, planning,
  4121. signal processing, and control)?
  4122. 3. How does knowledge in conjunction with neural heuristics
  4123. contribute to machine learning?
  4124. 4. What is the emergent behavior of a hybrid system?
  4125. 5. What are the fundamental issues behind the combined approach?
  4126.  
  4127. Program activities include keynote speeches, paper presentation,
  4128. and panel discussions.
  4129.  
  4130. *****
  4131. Scholarships are offered to assist students in attending the
  4132. symposium.  Students who wish to apply for a scholarship should send
  4133. their resumes and a statement of how their researches are related
  4134. to the symposium.
  4135. *****
  4136.  
  4137.  
  4138. Symposium Chairs:
  4139. LiMin Fu, University of Florida, USA.
  4140. Chris Lacher,  Florida State University, USA.
  4141.  
  4142. Program Committee:
  4143. Jim Anderson,   Brown University,  USA
  4144. Michael Arbib,  University of Southern California,  USA
  4145. Fevzi Belli,  The University of Paderborn,  Germany
  4146. Jim Bezdek,  University of West Florida,  USA
  4147. Bir Bhanu,  University of California,  USA
  4148. Su-Shing Chen,  National Science Foundation,  USA
  4149. Tharam Dillon,  La Trobe University,  Australia
  4150. Douglas Fisher,  Vanderbilt University,  USA
  4151. Paul Fishwick,  University of Florida,  USA
  4152. Stephen Gallant,  HNC Inc.,  USA
  4153. Yoichi Hayashi,  Ibaraki University,  Japan
  4154. Susan I. Hruska,  Florida State University,  USA
  4155. Michel Klefstad-Sillonville  CCETT,  France
  4156. David C. Kuncicky,  Florida State University,  USA
  4157. Joseph Principe,  University of Florida,  USA
  4158. Sylvian Ray,  University of Illinois,  USA
  4159. Armando F. Rocha, University of Estadual, Brasil
  4160. Ron Sun,  University of Alabama,  USA
  4161.  
  4162. Keynote Speaker: Balakrishnan Chandrasekaran, Ohio-State University
  4163.  
  4164.  
  4165. Schedule for Contributed Papers
  4166. - ----------------------------------------------------------------------
  4167. Paper Summaries Due: December 15, 1993
  4168. Notice of Acceptance Due: February 1, 1994
  4169. Camera Ready Papers Due: March 1, 1994
  4170.  
  4171. Extended paper summaries should be
  4172. limited to four pages (single or double-spaced)
  4173. and should include the title, names of the authors, the
  4174. network and mailing addresses and telephone number of the corresponding
  4175. author.  Important research results should be attached.
  4176. Send four copies of extended paper summaries to
  4177.  
  4178.       LiMin Fu
  4179.       Dept. of CIS, 301 CSE
  4180.       University of Florida
  4181.       Gainesville, FL 32611
  4182.       USA
  4183.       (e-mail: fu@cis.ufl.edu; phone: 904-392-1485).
  4184.  
  4185. Students' applications for a scholarship should also be sent
  4186. to the above address.
  4187.  
  4188. General information and registration materials can be obtained by
  4189. writing to
  4190.  
  4191.       Rob Francis
  4192.       ISIKNH'94
  4193.       DOCE/Conferences
  4194.       2209 NW 13th Street, STE E
  4195.       University of Florida
  4196.       Gainesville, FL 32609-3476
  4197.       USA
  4198.       (Phone: 904-392-1701; fax: 904-392-6950)
  4199. - ---------------------------------------------------------------------
  4200.  
  4201.  
  4202. - ---------------------------------------------------------------------
  4203. If you intend to attend the symposium, you may submit the following
  4204. information by returning this message:
  4205.  
  4206.  
  4207. NAME: _______________________________________
  4208. ADDRESS: ____________________________________
  4209. _____________________________________________
  4210. _____________________________________________
  4211. _____________________________________________
  4212. _____________________________________________
  4213. PHONE: ______________________________________
  4214. FAX: ________________________________________
  4215. E-MAIL: _____________________________________
  4216.  
  4217.  
  4218. - ---------------------------------------------------------------------
  4219.  
  4220.  
  4221.  
  4222.  
  4223. ------------------------------
  4224.  
  4225. Subject: Call for papers, NeuroControl book
  4226. From:    "David L. Elliott" <delliott@src.umd.edu>
  4227. Date:    Wed, 11 Aug 93 17:52:44 -0500
  4228.  
  4229.                   PROGRESS IN NEURAL NETWORKS
  4230.                   series Editor O. M. Omidvar
  4231. Special Volume:
  4232. NEURAL NETWORKS FOR CONTROL
  4233. Editor: David L. Elliott
  4234.  
  4235. CALL FOR PAPERS
  4236.  
  4237.  
  4238. Original manuscripts describing recent progress in neural
  4239. networks research directly applicable to Control or making use
  4240. of modern control theory. Manuscripts  may be survey or
  4241. tutorial in nature. Suggested topics for this book are:
  4242.  
  4243.         %New directions in neurocontrol
  4244.  
  4245.         %Adaptive control
  4246.  
  4247.         %Biological control architectures
  4248.  
  4249.         %Mathematical foundations of control
  4250.  
  4251.         %Model-based control with learning capability
  4252.  
  4253.         %Natural neural control systems
  4254.  
  4255.         %Neurocontrol hardware research
  4256.  
  4257.         %Optimal control and incremental dynamic programming
  4258.  
  4259.         %Process control and manufacturing
  4260.  
  4261.         %Reinforcement-Learning Control
  4262.  
  4263.         %Sensor fusion and vector quantization
  4264.  
  4265.         %Validating neural control systems
  4266.  
  4267.  
  4268. The papers will be refereed and uniformly typeset. Ablex and the Progress
  4269. Series editors invite you to submit an abstract, extended summary or
  4270. manuscript proposal, directly to the Special Volume Editor:
  4271.  
  4272. Dr. David L. Elliott, Institute for Systems Research
  4273. University of Maryland, College Park, MD 20742
  4274. Tel: (301)405-1241   FAX (301)314-9920
  4275. Email: DELLIOTT@SRC.UMD.EDU
  4276.  
  4277.       or to the Series Editor:
  4278. Dr. Omid M. Omidvar, Computer Science Dept.,
  4279. University of the District of Columbia, Washington DC 20008
  4280. Tel: (202)282-7345   FAX: (202)282-3677
  4281. Email: OOMIDVAR@UDCVAX.BITNET
  4282. The Publisher is Ablex Publishing Corporation, Norwood, NJ
  4283.  
  4284.  
  4285.  
  4286. ------------------------------
  4287.  
  4288. Subject: Call for Papers of WWW
  4289. From:    Takeshi Furuhashi <furu@uchikawa.nuem.nagoya-u.ac.jp>
  4290. Date:    Mon, 23 Aug 93 11:22:41 +0200
  4291.  
  4292. CALL FOR PAPERS                                   TENTATIVE
  4293. 1994 IEEE/Nagoya University
  4294. World Wisemen/women Workshop(WWW)
  4295.  
  4296. ON FUZZY LOGIC AND NEURAL NETWORKS/GENETIC ALGORITHMS
  4297. - -Architecture and Applications for Knowledge Acquisition/Adaptation-
  4298.  
  4299. August 9 and 10, 1994
  4300. Nagoya University Symposion
  4301. Chikusa-ku, Nagoya, JAPAN
  4302.  
  4303. Sponsored by Nagoya University
  4304.  
  4305. Co-sponsored by
  4306. IEEE Industrial Electronics Society
  4307.  
  4308. Technically Co-sponsored by
  4309. IEEE Neural Network Council
  4310. IEEE Robotics and Automation Society
  4311. International Fuzzy Systems Association
  4312. Japan Society for Fuzzy Theory and Systems
  4313. North American Fuzzy Information Processing Society
  4314. Society of Instrument and Control Engineers
  4315. Robotics Society of Japan
  4316.  
  4317. There are growing interests in combination technologies of fuzzy logic
  4318. and neural networks, fuzzy logic and genetic algorithm for acquisition
  4319. of experts' knowledge, modeling of nonlinear systems, realizing
  4320. adaptive systems. The goal of the 1994 IEEE/Nagoya University WWW on
  4321. Fuzzy Logic and Neural Networks/Genetic Algorithm is to give its
  4322. attendees opportunities to exchange information and ideas on various
  4323. aspects of the Combination Technologies and to stimulate and inspire
  4324. pioneering works in this area. To keep the quality of these workshop
  4325. high, only a limited number of people are accepted as participants of
  4326. the workshops. The papers presented at the workshop will be edited and
  4327. published from the Oxford University Press.
  4328.  
  4329. TOPICS:
  4330. Combination of Fuzzy Logic and Neural Networks, Combination of Fuzzy
  4331. Logic and Genetic Algorithm, Learning and Adaptation, Knowledge
  4332. Acquisition, Modeling, Human Machine Interface
  4333.  
  4334. IMPORTANT DATES:
  4335. Submission of Abstracts of Papers : April 31, 1994
  4336. Acceptance Notification           : May 31, 1994
  4337. Final Manuscript                  : July 1, 1994
  4338.  
  4339. A partial or full assistance of travel expenses for speakers of
  4340. excellent papers will be provided by the WWW. The candidates should
  4341. apply as soon as possible, preferably by Jan. 30, '94
  4342.  
  4343. All correspondence and submission of papers should be sent to
  4344. Takeshi Furuhashi, General Chair
  4345. Dept. of Information Electronics, Nagoya University
  4346. Furo-cho, Chikusa-ku, Nagoya 464-01, JAPAN
  4347. TEL: +81-52-781-5111 ext.2792
  4348. FAX: +81-52-781-9263
  4349. E mail: furu@uchikawa.nuem.nagoya-u.ac.jp
  4350.  
  4351. IEEE/Nagoya University WWW:
  4352.  
  4353. IEEE/Nagoya University WWW(World Wisemen/women Workshop) is a series
  4354. of workshops sponsored by Nagoya University and co-sponsored by IEEE
  4355. Industrial Electronics Society. City of Naoya, located two hours away
  4356. from Tokyo, has many electro-mechanical industries in its surroundings
  4357. such as Mitsubishi, TOYOTA, and their allied companies. Nagoya is a
  4358. mecca of robotics industries, machine industries and aerospace
  4359. industries in Japan. The series of workshops will give its attendees
  4360. opportunities to exchange information on advanced sciences and
  4361. technologies and to visit industries and research institutes in this
  4362. area.
  4363.  
  4364. *This workshop will be held just after the 3rd International
  4365. Conference on Fuzzy Logic, Neural Nets and Soft Computing(IIZUKA'94)
  4366. from Aug. 1 to 7, '94.
  4367.  
  4368. WORKSHOP ORGANIZATION
  4369.  
  4370. Honorary Chair: Tetsuo Fujimoto
  4371.                 (Dean, School of Engineering, Nagoya University)
  4372. General Chair:  Takeshi Furuhashi (Nagoya University)
  4373. Advisory Committee:
  4374.         Chair:  Toshio Fukuda (Nagoya University)
  4375.                 Fumio Harashima (University of Tokyo)
  4376.                 Yoshiki Uchikawa (Nagoya University)
  4377.                 Takeshi Yamakawa (Kyushu Institute of Technology)
  4378. Steering Committee:
  4379.                 H.Berenji (NASA Ames Research Center)
  4380.                 W.Eppler (University of Karlsruhe)
  4381.                 I.Hayashi (Hannan University)
  4382.                 Y.Hayashi (Ibaraki University)
  4383.                 H.Ichihashi (Osaka Prefectural University)
  4384.                 A.Imura
  4385.                 (Laboratory for International Fuzzy Engineering)
  4386.                 M.Jordan (Massachusetts Institute of Technology)
  4387.                 C.-C.Jou (National Chiao Tung Universtiy)
  4388.                 E.Khan (National Semiconductor)
  4389.                 R.Langari (Texas A & M University)
  4390.                 H.Takagi (Matsushita Electric Industrial Co., Ltd.)
  4391.                 K.Tanaka (Kanazawa University)
  4392.                 M.Valenzuela-Rendon
  4393.                 (Institute Tecnologico y de Estudios Superiores de Monterrey)
  4394.                 L.-X.Wang (University of California Berkeley)
  4395.                 T.Yamaguchi (Utsunomiya University)
  4396.                 J.Yen (Texas A & M Universtiy)
  4397.  
  4398.  
  4399. ------------------------------
  4400.  
  4401. Subject: URGENT: DEADLINE CHANGE FOR WORLD CONGRESS
  4402. From:    mwitten@chpc.utexas.edu
  4403. Date:    Wed, 03 Nov 93 11:37:13 -0600
  4404.  
  4405.                    UPDATE ON DEADLINES
  4406. FIRST WORLD CONGRESS ON COMPUTATIONAL MEDICINE, PUBLIC
  4407.              HEALTH, AND BIOTECHNOLOGY
  4408.                     24-28 April 1994
  4409.                    Hyatt Regency Hotel
  4410.                      Austin, Texas
  4411. - ----- (Feel Free To Cross Post This Announcement) ----
  4412.  
  4413. Due to a confusion in the electronic distribution of
  4414. the congress announcement and deadlines, as well as
  4415. incorrect deadlines appearing in a number of society
  4416. newsletters and journals, we are extending the abstract
  4417. submission deadline for this congress to 31 December 1993.
  4418. We apologize to those who were confused over the differing
  4419. deadline announcements and hope that this change will
  4420. allow everyone to participate. For congress details:
  4421.  
  4422. To contact the congress organizers for any reason use any of the
  4423. following pathways:
  4424.  
  4425. ELECTRONIC MAIL - compmed94@chpc.utexas.edu
  4426.  
  4427. FAX (USA)       - (512) 471-2445
  4428.  
  4429. PHONE (USA)     - (512) 471-2472
  4430.  
  4431. GOPHER: log into the University of Texas System-CHPC
  4432. select the Computational Medicine and Allied Health
  4433. menu choice
  4434.  
  4435. ANONYMOUS FTP: ftp.chpc.utexas.edu
  4436.              cd /pub/compmed94
  4437.         (all documents and forms are stored here)
  4438.  
  4439. POSTAL:
  4440.             Compmed 1994
  4441.       University of Texas System CHPC
  4442.             Balcones Research Center
  4443.             10100 Burnet Road, 1.154CMS
  4444.             Austin, Texas 78758-4497
  4445.  
  4446. SUBMISSION PROCEDURES: Authors must submit 5
  4447. copies of a single-page 50-100 word abstract clearly
  4448. discussing the topic of their presentation. In
  4449. addition, authors must clearly state their choice of
  4450. poster, contributed paper, tutorial, exhibit, focused
  4451. workshop or birds of a feather group along with a
  4452. discussion of their presentation. Abstracts will be
  4453. published as part of the preliminary conference
  4454. material. To notify the congress organizing committee
  4455. that you would like to participate and to be put on
  4456. the congress mailing list, please fill out and return
  4457. the form that follows this announcement.  You may use
  4458. any of the contact methods above. If you wish to
  4459. organize a contributed paper session, tutorial
  4460. session, focused workshop, or birds of a feather
  4461. group, please contact the conference director at
  4462. mwitten@chpc.utexas.edu . The abstract may be submitted
  4463. electronically to  compmed94@chpc.utexas.edu  or
  4464. by mail or fax. There is no official format.
  4465.  
  4466.  
  4467. If you need further details, please contact me.
  4468.  
  4469. Matthew Witten
  4470. Congress Chair
  4471. mwitten@chpc.utexas.edu
  4472.  
  4473.  
  4474. ------------------------------
  4475.  
  4476. End of Neuron Digest [Volume 12 Issue 10]
  4477. *****************************************
  4478. Received: from BUACCA by BUACCA.BU.EDU (Mailer R2.08 PTF009) with BSMTP id
  4479.  3207; Mon, 08 Nov 93 01:52:00 EST
  4480. Received: from noc4.dccs.upenn.edu by BUACCA.BU.EDU (IBM VM SMTP R1.2.1) with
  4481.  TCP; Mon, 08 Nov 93 01:51:57 EST
  4482. Received: from CATTELL.PSYCH.UPENN.EDU by noc4.dccs.upenn.edu
  4483.     id AA17798; Mon, 8 Nov 93 01:34:23 -0500
  4484. Return-Path: <marvit@cattell.psych.upenn.edu>
  4485. Received: from LOCALHOST by cattell.psych.upenn.edu
  4486.     id AA17235; Mon, 8 Nov 93 00:19:37 EST
  4487. Posted-Date: Mon, 08 Nov 93 00:17:21 EST
  4488. From: "Neuron-Digest Moderator" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  4489. To: Neuron-Distribution:;
  4490. Subject: Neuron Digest V12 #11 (proceedings, jobs, protein structures)
  4491. Reply-To: "Neuron-Request" <neuron-request@CATTELL.PSYCH.UPENN.EDU>
  4492. X-Errors-To: "Neuron-Request" <neuron-request@psych.upenn.edu>
  4493. Organization: University of Pennsylvania
  4494. Date: Mon, 08 Nov 93 00:17:21 EST
  4495. Message-Id: <17199.752735841@cattell.psych.upenn.edu>
  4496. Sender: marvit@cattell.psych.upenn.edu
  4497.  
  4498. Neuron Digest   Monday,  8 Nov 1993
  4499.                 Volume 12 : Issue 11
  4500.  
  4501. Today's Topics:
  4502.                           Proceedings available
  4503.                       Possible position in Finance
  4504.                UK PhD connectionist studentship available
  4505.                                  Courses
  4506.           Summary of ANNs and secondary protein structures pt 1
  4507.           Summary of ANNs and secondary protein structures pt 2
  4508.  
  4509.  
  4510. Send submissions, questions, address maintenance, and requests for old
  4511. issues to "neuron-request@psych.upenn.edu". The ftp archives are
  4512. available from psych.upenn.edu (130.91.68.31). Back issues requested by
  4513. mail will eventually be sent, but may take a while.
  4514.  
  4515. ----------------------------------------------------------------------
  4516.  
  4517. Subject: Proceedings available
  4518. From:    Joan Cabestany <cabestan@eel.upc.es>
  4519. Date:    Tue, 19 Oct 93 09:59:16 -0300
  4520.  
  4521.  
  4522.  
  4523. Proceedings available
  4524. _____________________
  4525.  
  4526. After the last edition of IWANN'93 (International Workshop on Artificial
  4527. Neural Networks) held in Spain (Sitges) during June 1993, some books with
  4528. the Proceedings are still available at special price.
  4529.  
  4530. Reference:
  4531.  
  4532. New Trends in Neural Computation (IWANN'93 Proceedings)
  4533. J.Mira, J.Cabestany, A.Prieto editors
  4534. Lecture Notes in Computer Science number 686
  4535. SPRINGER VERLAG  1993
  4536.  
  4537. Price: 9000 pesetas (spanish currency)
  4538.  
  4539. Method of payment:
  4540.  
  4541. VISA Card number _________________________  Expiration date _______________
  4542.  
  4543. Name of card holder ______________________________________________________
  4544.  
  4545.  
  4546.  
  4547.  
  4548. Date ____________      Signature ___________________________________
  4549.  
  4550.  
  4551. Send this form to
  4552.  
  4553. ULTRAMAR CONGRESS
  4554. Att. Mr. J.Balada
  4555. Diputacio, 238, 3
  4556. 08007 BARCELONA  Spain
  4557. Fax + 34.3.412.03.19
  4558.  
  4559.  
  4560.  
  4561. ------------------------------
  4562.  
  4563. Subject: Possible position in Finance
  4564. From:    William Fulkerson <fulkersw@smtplink.de.deere.com>
  4565. Date:    Tue, 19 Oct 93 09:11:36 -0600
  4566.  
  4567. A position is anticipated in the Finance department, Deere &
  4568. Company, Moline Illinois.  The purpose of this message is to
  4569. survey the interest in such a position and to determine the
  4570. skills available among the likely candidates.
  4571.  
  4572. The successful candidate will have a theoretical background and 1
  4573. to 3 years professional experience in applications of
  4574. neural networks, evolutionary computing, and/or fuzzy logic.
  4575. Although professional experience in applications is required, it
  4576. need not be in finance.  Applicants with advanced degrees in
  4577. engineering, statistics, or computer science are preferred.
  4578.  
  4579. The applicant must want to apply the above technologies to
  4580. financial problems and be willing to pursue these financial
  4581. applications for an extended period of years. The initial
  4582. assignment will be to develop trading systems for foreign
  4583. exchange and commercial paper. Future assignments will be within
  4584. the Finance department and may include pension fund management.
  4585.  
  4586.  
  4587. If your interest, application experience, training, and skills
  4588. match this description, please send a short description of your
  4589. qualifications via e-mail to:
  4590.  
  4591. fulkersw@smtplink.de.deere.com.
  4592.  
  4593. Receipt of your e-mail will be acknowledged.
  4594.  
  4595.  
  4596.  
  4597. ------------------------------
  4598.  
  4599. Subject: UK PhD connectionist studentship available
  4600. From:    simon@dcs.ex.ac.uk
  4601. Date:    Tue, 19 Oct 93 16:23:58 +0000
  4602.  
  4603.  
  4604. PhD Studentship -- full-time, SERC funded
  4605.  
  4606. The Department of Computer Science at the University of Exeter has
  4607. a SERC quota award available for a suitable candidate to pursue
  4608. fulltime research for a PhD degree.  Applicants should have a good
  4609. first degree in Computer Science (or a closely related dsicipline)
  4610. with a sound knowledge of neural computing and/or software
  4611. engineering.  The successful applicant will join a research group
  4612. exploring the use of neural computing as a novel software
  4613. technology.  Potential projects range from formal analysis of
  4614. network implementations of well-defined problems to development of
  4615. visualization techniques to facilitate efficient network training
  4616. as well as to provide support for a conceptual understanding of
  4617. neural net implementations.
  4618.  
  4619. Application forms and further information can be obtained from:
  4620.   Lyn Shackleton,
  4621.   Department of Computer Science,
  4622.   University of Exeter,
  4623.   Exeter EX4 4PT.
  4624.   email: lyn@dcs.exeter.ac.uk;
  4625.   tel: 0392 264066; FAX: 0392 264067
  4626.  
  4627. Informal enquiries and requests for further details of the
  4628. research group's activities may be made to:
  4629.   Professor Derek Partridge,
  4630.   Department of Computer Science,
  4631.   University of Exeter,
  4632.   Exeter EX4 4PT,
  4633.   email: derek@dcs.exeter.ac.uk
  4634.   tel: 0392 264061, FAX: 0392 264067,
  4635.  
  4636. The closing date for applications is November 19th, 1993.
  4637. Interviews will be conducted in the week beginning November 22, 1993.
  4638. It is expected that the award will be taken up in January 1994.
  4639.  
  4640.  
  4641. - --
  4642. Simon Klyne                                     Connection Science Laboratory
  4643. email: simon@dcs.exeter.ac.uk                   Department of Computer
  4644. Science
  4645. phone: (+44) 392 264066                         University of Exeter
  4646.                                                 EX4 4QE, UK.
  4647.  
  4648.  
  4649.  
  4650.  
  4651. ------------------------------
  4652.  
  4653. Subject: Courses
  4654. From:    RAUL HECTOR GALLARD <gallardr@unslfm.edu.ar>
  4655. Date:    Wed, 20 Oct 93 10:21:27 -0300
  4656.  
  4657.  
  4658. Dear colleague:
  4659.  
  4660. This e-mail is to ask for assistance to rise up the background of lecturers
  4661. and researchers, in specific areas.
  4662. We belong to the Department of Informatics of the Universidad Nacional de
  4663. San Luis, Argentina, where we have a Computer Science carreer. Besides that,
  4664. we conform a research group working in the area of Intelligent Distributed
  4665. Systems. In our project we are looking for applications of Genetic Algorithms
  4666. (GAs) and Neural Networks (NNs), to insert intelligence into Computer
  4667. Systems.
  4668. A PhD Programme was launched in the areas of GAs and NNs for further study
  4669. and
  4670.  
  4671. research in these topics.
  4672. Our Faculty is looking for Professors and/or Researchers who whish to come to
  4673. San Luis to give a short postgraduate course (40 to 80 hours) on GAs and NNs.
  4674. The stay is stimated in three weeks, and the courses could be given anytime
  4675. before October 1994. Travelling and reasonable living expenses will be
  4676. covered
  4677. by the Faculty.
  4678. We need to have as soon as possible a brief Curriculum Vitae and course
  4679. content (current trends are advisable) of the possible candidates.
  4680. If you are prepared to give any of those courses please contact me via e-mail
  4681. or to the fax number 54 652 30224. Otherwise, if you know another colleague
  4682. willing to come please forward this message to him.
  4683.  
  4684. Thanking you in advance.
  4685.  
  4686. Prof. Raul Gallard
  4687. Proyecto 338403
  4688. Universidad Nacional de San Luis
  4689. Ej. de los Andes 950
  4690. 5700 - san Luis
  4691. Argentina
  4692.  
  4693. e-mail : gallardr@unslfm.edu.ar
  4694.  
  4695.  
  4696.                                         Raul Hector Gallard
  4697.                                         gallardr@unslfm.edu.ar
  4698.  
  4699.  
  4700.  
  4701. ------------------------------
  4702.  
  4703. Subject: Summary of ANNs and secondary protein structures pt 1
  4704. From:    pb@cse.iitb.ernet.in (Pushpak Bhattacharya)
  4705. Date:    Thu, 21 Oct 93 12:43:21 +0700
  4706.  
  4707. Here are some of the responses we received to our query
  4708. on prediction of secondary structure of protein. Thanks
  4709. very much to all the respondents.
  4710.                                Pushpak Bhattacharyya
  4711.                                pb@cse.iitb.ernet.in
  4712.                                Susmita De
  4713.                                susmita@cse.iitb.ernet.in
  4714.  
  4715. >From ajay@cgl.ucsf.edu
  4716.  
  4717. Hi,
  4718.  
  4719.         Saw your note in neuron-digest. i am very surprised that you have
  4720. problems running this. i have never had any problems running the protein
  4721. structure prediction problem (in fact this is my research area) using
  4722. a BP though not the PDP software.
  4723.  
  4724.         i guess that the problem is with the code or the specification of
  4725. the various bells and whistles with the code. Saturation problems occur
  4726. if you use LARGE learning rates. Before you go around messing with the code
  4727. i would suggest using a very small learning rate say 0.001, no momentum and
  4728. try both per-pattern and batch modes. i have found quicker convergence
  4729. with per-pattern updates.
  4730.  
  4731.         Hope this helps.
  4732.  
  4733.         ---ajay
  4734.  
  4735.  
  4736.  
  4737. >From batra@zelia.Colorado.EDU Fri Oct 15 20:05:07 1993
  4738.  
  4739. Here are some refs (if you dont have them already)
  4740.  
  4741. Qian, N. and Sejnowski, T.J. (1988).  Predicting the Secondary
  4742. Structure of Globular Proteins Using Neural Network Models.  {\em
  4743. Journal of Molecular Biology,} 202:865-884.
  4744.  
  4745. Holley, L.H. and Karplus, M. (1989).  Protein Secondary Structure
  4746. Prediction with a Neural Network.  {\em Proceedings of the National
  4747. Academy fo Science USA,} 86:152-156.
  4748.  
  4749. Threre are many references on this topic but these might be the
  4750. better ones.
  4751.  
  4752. - --SAjeev.
  4753.  
  4754.  
  4755.  
  4756.  
  4757. >From batra@zelia.Colorado.EDU Fri Oct 15 20:05:05 1993
  4758.  
  4759.  
  4760. Hi,
  4761.  
  4762. I'm also working on Protein Secondary Structure Prediction...  So,
  4763. I might be able to help.
  4764.  
  4765. I'm not exactly sure what your problem is...  However, first
  4766. you should try the problem without a hidden layer in the network.
  4767. Qian and Sejnowski do very well w/o the hidden layer.
  4768.  
  4769. Having 20 neurons is too many.  You also mention that you
  4770. have 65 input units???  Hmmm...  I think if you use 21xN, it
  4771. might work better.  N is the size of your sliding window (usually
  4772. N= 13).
  4773.  
  4774. Hope I've helped a little.  If you need more info or anything,
  4775. please do not hesitate to email me.  BTW hope this gets thru to
  4776. india.
  4777.  
  4778. Regards,
  4779. Sajeev Batra
  4780. batra@boulder.colorado.edu
  4781.  
  4782.  
  4783.  
  4784.  
  4785. >From ajay@cgl.ucsf.edu Tue Oct 12 13:28:57 1993
  4786.  
  4787.  
  4788. Hi,
  4789.  
  4790.         Saw your note in neuron-digest. i am very surprised that you have
  4791. problems running this. i have never had any problems running the protein
  4792. structure prediction problem (in fact this is my research area) using
  4793. a BP though not the PDP software.
  4794.  
  4795.         i guess that the problem is with the code or the specification of
  4796. the various bells and whistles with the code. Saturation problems occur
  4797. if you use LARGE learning rates. Before you go around messing with the code
  4798. i would suggest using a very small learning rate say 0.001, no momentum and
  4799. try both per-pattern and batch modes. i have found quicker convergence
  4800. with per-pattern updates.
  4801.  
  4802.         Hope this helps.
  4803.  
  4804.         ---ajay
  4805.  
  4806.  
  4807.  
  4808.  
  4809. >From reinagel@husc.harvard.edu Tue Oct 12 13:31:47 1993
  4810.  
  4811. Hi.
  4812.  
  4813. You posted in the NN digest about a problem you're having with bp
  4814. solving protein folding, which you attribute to the size of your data
  4815. set. As it happens, I also once (long ago) built a bp net to predict
  4816. protein folding, (actually millions of people have done it, it seems).
  4817. So I am interested in your problem.
  4818.  
  4819. I train nets on data sets of 20,000 patterns (40 inputs, 1 output,
  4820. and 5 to 20 hidden U's) all the time and I have NEVER seen the behaviour
  4821. you describe. I don't think your problem is due to too big a data set,
  4822. but due to a bad representation of the data or to bad net architecture.
  4823.  
  4824. Have you tested that bp in your hands behaves normally for, eg., XOR?
  4825. What happens if you train on just 100 patterns? Same thing?
  4826.  
  4827.  
  4828. You say your net has 65 binary inputs--how is the primary sequence
  4829. coded??! The three outputs are? Alpha, beta, other? 3-D spatial
  4830. coordinates? Phi, Psi, & something else? I am having trouble imagining
  4831. how a sufficient amount of primary sequence could ever be represented
  4832. in 65 bits, nor where you can find 8,000 independent sequences of known
  4833. structure, unless it is that you're using way to few aa's, or way too
  4834. little information about each aa, to specify structure.
  4835.  
  4836. I'm asking because it's possible that your input codes carry NO
  4837. information about your output codes, and even BP cannot extract
  4838. information that is not there.  In such a case, the net will train to
  4839. learn intrinsic regularities in the output patterns independent of the
  4840. inputs--eg.  if the outputs are so coded that the unit's target is 0
  4841. most of the time, the net will learn that just guessing 0 minimizes
  4842. its MSE.
  4843.  
  4844. If you are convinced that the information is there to be found, try:
  4845.  
  4846. 1. incremental training (start with a few patterns and add more and
  4847. more) 2. heirarchy (make a net to remap inputs to an intermediary code
  4848. and then another net to go from that code to the final one) if you
  4849. know already of an intermediary representation that makes sense 3. try
  4850. fewer hidden units or local connectivity of hidden units, at least in
  4851. the early part of training.
  4852.  
  4853. Good luck.
  4854.  
  4855. Pam Reinagel
  4856. Harvard University
  4857.  
  4858.  
  4859. ------------------------------
  4860.  
  4861. Subject: Summary of ANNs and secondary protein structures pt 2
  4862. From:    pb@cse.iitb.ernet.in (Pushpak Bhattacharya)
  4863. Date:    Thu, 21 Oct 93 12:48:42 +0700
  4864.  
  4865. Here are some more reponses to our query on the
  4866. prediction of secondery structures of proteins by
  4867. neural nets. We post it to the neuron-request for
  4868. the benefit of fellow-researchers.  Thanks very much
  4869. again to the respondents.
  4870.                                       Pushpak Bhattacharyya
  4871.                                     pb@cse.iitb.ernet.in
  4872.                                   Susmita De
  4873.                                   susmita@cse.iitb.ernet.in
  4874.  
  4875. >From markb@orl.mmc.com Fri Oct  8 01:28:03 1993
  4876.  
  4877. I doubt your problems have much to do with the size of your problem
  4878. as I routinely train BP classifiers on data sets of 8,000 examples using
  4879. nets roughly the size of 65x20x3 with great success.
  4880.  
  4881. More likely is some little snag with how you are presenting data to the net
  4882. and so I am going to go through how you stated your problem. Please let me
  4883. know if any of the following is in error. You say you present the net with
  4884. the primary sequence of the protein and it has 65 binary values. I assume
  4885. you are encoding the amino acids acids in some way ( 20 amino acids requires
  4886. 5 bits to represent ) so I assume you are working on a sequence of length
  4887. 13; i.e. 65/5. You have then chosen 20 hidden nodes ( because there are 20
  4888. amino acids? ) and finally have some data which suggests these 13 residues
  4889. have three distinct conformations. Question: how do you assign the training
  4890. values? Like
  4891.    Conformation 1:   1.0 0.0 0.0
  4892.    Conformation 2:   0.0 1.0 0.0
  4893.    Conformation 3:   0.0 0.0 1.0
  4894.  
  4895. or do you use 0.9 and 0.1? i.e.
  4896.    Conformation 1:   0.9 0.1 0.1
  4897.    Conformation 2:   0.1 0.9 0.1
  4898.    Conformation 3:   0.1 0.1 0.9
  4899.  
  4900. a related question would be do you use a sigmoid or other squashing function
  4901. on the output layer of nodes?
  4902.  
  4903. Finally, are the three conformations presented to the net in random order or
  4904. do you present the BP net with all of the Conformation 1 examples, then all
  4905. of
  4906. the Conformation 2 examples, ...?
  4907.  
  4908.  
  4909. I would suggest:
  4910.         1) making sure you always put the 'N-terminal' residue at the same
  4911. spot
  4912.         2) putting a squashing function at the output
  4913.         3) putting "teacher values" of 0.9 and 0.1 one the training examples
  4914.         4) presenting the examples in random order
  4915.  
  4916. Finally, make sure you
  4917.         1) set the learning constant sufficiently low so it does not "peg"
  4918.                 initial movements to either 1 or 0
  4919.         2) include the "bias nodes".
  4920.  
  4921. I would absolutely LOVE to see your data! I have worked BP nets as
  4922. classifiers
  4923. for years, but have no access to protein data
  4924.  Mark.
  4925.  
  4926.  
  4927. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  4928.  
  4929. >From may@apple.com Fri Oct  8 09:31:38 1993
  4930.  
  4931. > We are trying to train a BP neural net (PDP-3 package of Rumelhart and
  4932. > Mclleland is being used) with the input as the primary structure and the
  4933. > output as the conformational state of the amino acids. The net has 65
  4934. > binary inputs and 3 binary outputs. The number of patterns to be trained
  4935. > are more than eight thousand.  We have 20 neurons in the hidden layer.
  4936. >
  4937. > Now, just after one epoch the hidden neurons go into saturation state -
  4938. > all their outputs are 1. At the same time the output neurons also go into
  4939. > saturation. All their outputs become 0.  We understand that the primary
  4940. > reason for this is that A LARGE number of patterns are being trained on a
  4941. > net with large no of inputs. The weights to the o/p layer keep on getting
  4942. > the same kind of "Credit", so that their values go on decreasing to large
  4943. > negative values.
  4944. >
  4945. > Could anybody suggest a way out of this difficulty - which to our mind is
  4946. > a result of applying BP on a large-size real life problem ? (those
  4947. > applying BP on large problems will appreciate our difficulty !).
  4948.  
  4949. Hi,
  4950.  
  4951.      If you're allowed to release your training set I'd be happy to run
  4952. it through my own backprop simulator and send you the results (structure
  4953. and weights).  I can also send you the code when I've polished the user-
  4954. interface (probably another man-month of work).
  4955.  
  4956. Regards,
  4957.  
  4958. Patrick May
  4959. may@apple.com
  4960.  
  4961.  
  4962.  
  4963.  
  4964. >From
  4965.  /PN=luca/OU=aeolus/O=ethz/PRMD=switch/ADMD=arcom/C=ch/@x400-gate.iitb.ernet.
  4966. in
  4967.  Fri Oct  8 10:21:02 1993
  4968.  
  4969. Dear Sirs,
  4970. I have read your post on neural network and your current problems.
  4971. I am fiishing a PH.D. in protein crystallography ,and I am interested
  4972. into the applicationof neural network pattern recognition on prediction
  4973. of proteins structures. I used it as well in classical crystallographical
  4974. problems, since 2 years.
  4975. I suppose you are all well aware about the work done by Cotteril few
  4976. years ago about threedimensional protein structure prediction appeared
  4977. on a small paper on FEBS. I do not remeba the exact reference but I will
  4978. look up in the lab tomorrow ( I know I have it ), if you haven't yet read
  4979. it. I also worked on topological approach to predict conformations of
  4980. aminoacids.
  4981. My opinion on the problem as you posed is that it is ill-posed.
  4982. That is: 1) are you really SURE that you posed the problem in the more
  4983. straight way ? 2) 8000 patterns are not much compared to the 1400 weights
  4984. that the net has to solve , are you sure that they are enough ?
  4985.  
  4986. I never had problems in making a net converging and generalyze, when I
  4987. posed the problem in the right way ...
  4988.  
  4989. I applyed my problem to 20000 (twenty thousands) neurons as input layer,
  4990. each input being varying between 0. and 1. and using sigmoidal function
  4991. as first step, 5000 hiddens and 20000 (twenty thousands) outputs. I was
  4992. running it on a CRAY-YMP and then lastly on a faster machine capable of
  4993. storing up to 30 GigaBytes in Memory (NEC-SX-3) and had never the pro-
  4994. blems you show.
  4995.  
  4996. therefore I suppose that the problem you are encountering is not due to
  4997. the size of the problem but of the way you designed it ...
  4998.  
  4999. neural networks have nothing magic ! all the business is to use them
  5000. correctly and in an approprate way ....
  5001.  
  5002. OK ?
  5003.  
  5004. in case I can be of any help, give me a ring :-)
  5005.  
  5006. Luca
  5007.  
  5008. luca@aeolus.ethz.ch
  5009.  
  5010.  
  5011.  
  5012. >From stein@mars.fiz.huji.ac.il Fri Oct  8 14:12:14 1993
  5013.  
  5014. > We are trying to train a BP neural net (PDP-3 package of Rumelhart and
  5015. > Mclleland is being used) with the input as the primary structure and the
  5016. > output as the conformational state of the amino acids. The net has 65
  5017. > binary inputs and 3 binary outputs. The number of patterns to be trained
  5018. > are more than eight thousand.  We have 20 neurons in the hidden layer.
  5019.  
  5020. > Now, just after one epoch the hidden neurons go into saturation state -
  5021. > all their outputs are 1. At the same time the output neurons also go into
  5022. > saturation. All their outputs become 0.  We understand that the primary
  5023. > reason for this is that A LARGE number of patterns are being trained on a
  5024. > net with large no of inputs. The weights to the o/p layer keep on getting
  5025. > the same kind of "Credit", so that their values go on decreasing to large
  5026. > negative values.
  5027.  
  5028. > Could anybody suggest a way out of this difficulty - which to our mind is
  5029. > a result of applying BP on a large-size real life problem ? (those
  5030. > applying BP on large problems will appreciate our difficulty !).
  5031.  
  5032. Your problem does not really classify as a large-size problem with 65
  5033. inputs and 3 outputs. We routinely handle hundreds of inputs and tens
  5034. of outputs with no saturation problems. I suggest that you consult our
  5035. article that appeared in IJCNN-92 (Baltimore) I-932 for some tips.
  5036. First, make sure that your binary inputs are represented by -1 and +1
  5037. and NOT by 0 and 1. Otherwise you will have to deal with the derivative
  5038. becoming zero by one of several techniques (see references in our article).
  5039. Next you are probably being drawn into a global attractor, to check this
  5040. try stretching your sigmoid to pull the values out of saturation and
  5041. continue training. If these don't help drop me an email.
  5042.  
  5043. Dr. Yaakov Stein
  5044. Neural Network Group
  5045. Efrat Future Technology
  5046. Tel Aviv, ISRAEL
  5047.  
  5048.  
  5049.  
  5050. >From FLOTZI@dpmi.tu-graz.ac.at Fri Oct  8 14:45:45 1993
  5051.  
  5052. Hi!
  5053.  
  5054. I read about your problems with your backprop application with 65
  5055. binary inputs and 3 binary outputs. I have had problems with
  5056. backprop, too, and although I don't know the package you are using I
  5057. can think of some reasons why the nodes go into saturation so quickly:
  5058.  
  5059. 1) the learning rate may be too large: depending on the implementation
  5060. and on whether you use a momentum term or not you should use quite
  5061. small values like 0.001 or even smaller, look at the error curve to find
  5062. out if that is too small.
  5063. 2) I guess you use batch learning, i.e. you look at all training examples
  5064. before changing the weights. I have found that this is not so useful if
  5065. the patterns are not well seperable. I prefer 'on-line' learning, i.e.
  5066. changing the weights after each training example. Unfortunately, with
  5067. 'on-line' learning, the momentum technique is not applicable, but I don't
  5068. know whether you use it or not.
  5069. 3) try using more than 20 hidden nodes, but I must confess I would
  5070. have started with about the same number.
  5071.  
  5072. I hope my suggestions will be of help
  5073. Good luck
  5074.  
  5075. Doris Flotzinger
  5076. Medical Informatics
  5077. Technical University Graz / Austria
  5078.  
  5079.  
  5080.  
  5081. >From iain.strachan@aea.orgn.uk Fri Oct  8 18:58:31 1993
  5082.  
  5083.  
  5084. I read your query in neuroprose, and have a few suggestions that might
  5085. help.  If you've already tried this, please ignore.
  5086.  
  5087. (1) The most common cause of premature saturation is setting of the
  5088. initial values of the weights too high. If the expectation value of
  5089. the input to any sigmoid unit is greater than about 3.5, then the
  5090. slope of the sigmoid is 0.1 times the slope at value zero, and hence
  5091. learning is very slow.  A useful heuristic is to determine a basic
  5092. range for the weights (say -1 to 1) and then to scale by the inverse
  5093. of the square root of the number of inputs to the particular unit.  If
  5094. the problem still persists, reduce the initial range even further.
  5095.  
  5096. (2) A good discussion of premature saturation is given in:
  5097.  
  5098.         "An analysis of Premature Saturation in Back Propagation
  5099.         Learning".
  5100.  
  5101.         Lee,Oh and Kim,  Neural Networks Vol 6(1993) pps 719-728.
  5102.  
  5103. (3) If the learning rate is too high, this can also immediately cause
  5104.     the neurons to go into saturation.
  5105.  
  5106. -
  5107. -----------------------------------------------------------------------------
  5108. -
  5109. Mr. Iain G. D. Strachan
  5110. iain.strachan@aea.orgn.uk
  5111.                                                         Tel: +44 (0)235
  5112. 435321
  5113.                                                         Fax: +44 (0)235
  5114. 432726
  5115. AEA Technology
  5116. Applied Neurocomputing Centre
  5117. B521.1 Harwell
  5118. Oxfordshire
  5119. OX11 0RA
  5120. UK
  5121. -
  5122. -----------------------------------------------------------------------------
  5123. -
  5124.  
  5125.  
  5126.  
  5127.  
  5128. >From /PN=jmerelo/O=ugr/PRMD=iris/ADMD=mensatex/C=es/@x400-gate.iitb.ernet.in
  5129.  Fri Oct  8 22:19:41 1993
  5130.  
  5131.  
  5132. Hi, this is JJ Merelo, from Spain...
  5133.  
  5134. I don't know if you have checked the literature, but just in case, there
  5135. is a classical article by Qian and Sejnowski, as well as new papers
  5136. by people at the EMBL that achieve just what you're looking for. They
  5137. don't manage to achieve more than a 70% of accuracy, from protein sequence
  5138. to secondary structure.
  5139.  
  5140. Several other approaches haven been tried; for instande, ours (Andrade
  5141. et al, that has appeared in Protein Engineering recently), which tries
  5142. to predict secondary structure from circular dichroism spectra, achieving
  5143. somewhat better results.
  5144.  
  5145. Hope this helps,
  5146.  
  5147.                                 JJ
  5148.  
  5149.  
  5150.  
  5151.  
  5152. >From drt@genesis.mcs.com Sat Oct  9 19:42:59 1993
  5153.  
  5154. Pushpak, you wrote in Neuron Digest:
  5155.  
  5156. >We are trying to train a BP neural net (PDP-3 package of Rumelhart and
  5157. >Mclleland is being used) with the input as the primary structure and the
  5158. >output as the conformational state of the amino acids. The net has 65
  5159. >binary inputs and 3 binary outputs. The number of patterns to be trained
  5160. >are more than eight thousand.  We have 20 neurons in the hidden layer.
  5161. >
  5162. >Now, just after one epoch the hidden neurons go into saturation state -
  5163. >all their outputs are 1. At the same time the output neurons also go into
  5164. >saturation. All their outputs become 0.  We understand that the primary
  5165. >reason for this is that A LARGE number of patterns are being trained on a
  5166. >net with large no of inputs. The weights to the o/p layer keep on getting
  5167. >the same kind of "Credit", so that their values go on decreasing to large
  5168. >negative values.
  5169. >
  5170. >Could anybody suggest a way out of this difficulty - which to our mind is
  5171. >a result of applying BP on a large-size real life problem ? (those
  5172. >applying BP on large problems will appreciate our difficulty !).
  5173.  
  5174. The easiet solution is to change all those binary 1s in the input
  5175. layer to smaller values, like 0.1.  A harder way to do this
  5176. is to change the activation function from:
  5177.  
  5178.         1 / (1 + exp(-x))
  5179.  
  5180. to:
  5181.  
  5182.         1 / (1 + exp(-D*x))
  5183.  
  5184. and make D less than 1.  This require modifying the code but then I
  5185. guess you have it so you can do it.  While harder, this is more
  5186. convenient because you can keep changing D (called the gain or
  5187. sharpness) until you get good results.
  5188.  
  5189. Also you will probably want to use very small initial random weights.
  5190.  
  5191. But I'll give you some other good advice too:  try some of the newer
  5192. variations on backprop like delta-bar-delta and quickprop.  But I'll
  5193. give you a caution about this too:  I was recently puttering around
  5194. with the sonar data using backprop and quickprop and the backprop
  5195. network was generalizing better than quickprop.  Another trick is
  5196. to fudge the derivative term for the output units only so instead of
  5197. using s(1-s) where s is the value of the output unit use 0.1 + s(1-s)
  5198. or just plain 1.  Given that you have 3 binary outputs I think this
  5199. may help because I bet some of them will get stuck at the wrong values
  5200. and when they do the normal s(1-s) term slows learning down by A LOT.
  5201.  
  5202. Finally I could offer you my backprop code that happens to do these
  5203. things.  I've posted the backprop source in C for UNIX and DOS in
  5204. comp.sources.misc a number of times and people around the world have
  5205. used it and liked it.  Its free for ordinary uses, $200 for businesses
  5206. and government agencies, if you find it useful.  In case you find it
  5207. useful you get the new improved "professional" version as well.
  5208.  
  5209. Don Tveter
  5210. 5228 N. Nashville Ave.
  5211. Chicago, Illinois  60656-2233
  5212. USA
  5213. drt@genesis.mcs.com
  5214.  
  5215.  
  5216.  
  5217.  
  5218. >From huyser@nova3.Stanford.EDU Sun Oct 10 04:27:23 1993
  5219.  
  5220. Dear Drs. Bhattacharyya and De,
  5221.  
  5222. I should think your learning rate is too large.  I would try batch learning
  5223. (one step per epoch on the accumulated errors) and a step-size (lrate) of
  5224. roughly 0.1/npatterns, which for you is about 1e-5.  It's possible that
  5225. 1e-4 would still be stable; it depends on the data.
  5226.  
  5227. Best wishes,
  5228. Karen Huyser
  5229.  
  5230.  
  5231. ------------------------------
  5232.  
  5233. End of Neuron Digest [Volume 12 Issue 11]
  5234. *****************************************
  5235.