home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / ai / neuraln / 4187 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  2.1 KB

  1. Path: sparky!uunet!news.univie.ac.at!chx400!iris-dcp.es!polar.etsiig.uniovi.es!tuya
  2. Newsgroups: comp.ai.neural-nets
  3. Subject: Kohonen Algorithm used in ANSIM Neural Net Software
  4. Message-ID: <1992Nov6.123143.94@polar.etsiig.uniovi.es>
  5. From: tuya@polar.etsiig.uniovi.es (Javier Tuya)
  6. Date: 6 Nov 92 12:31:43 +0100
  7. Organization: Universidad de Oviedo
  8. Lines: 47
  9.  
  10. I'm using the ANSim neural net software, with Delta FPP card for some 
  11. simulations in speech recognition tasks.
  12.  
  13. I've used Kohonen network, an I have found that the algorithm used is not the
  14. "standard" Kohonen algoritm. Also, I had some results showing that the "ANSim"
  15. algorithm can be better (in some cases) than "standard" algorithm.
  16.  
  17.  
  18.  
  19. In "ANSIm" algorithm, the output for each cell j is
  20.  
  21.     out(j) = - SUM(x(i)*m(i,j) + Norm_Weights
  22.                     i
  23.  
  24. The winner is the most negative cell.
  25.  
  26. The term Norm_Weights is:
  27.  
  28.     Norm_Weights(j) = 0.5 * SUM (m(i,j)*m(i,j))
  29.                                  i
  30.  
  31.  
  32. This is different to "standard" algorithm where:
  33.  
  34.     out(j) = SUM(x(i)*m(i,j)
  35.                     i
  36.  
  37.  
  38. Someon knows references (papers or books) where "ANSim" algoritm is used? 
  39.  
  40. I would appreciate also more details about the mathematical
  41. foundations (ex. convergence proofs), because the classification
  42. made with "ANSim" algorithm is different that "standard" algorithm.
  43. For example, "ANSim" algorithm is more sensitive with the magnitude of input
  44. vectors, due to the additive effect for Norm_Weights.
  45.  
  46.  
  47. Thanks in advance
  48.  
  49. +--------------------------------------+------------------------------------+
  50. | Javier Tuya                          | PSI:    PSI%(02145)285060338::TUYA |
  51. | E.T.S. Ingenieros Industriales       | E-Mail: tuya@etsiig.uniovi.es      |
  52. | Area de Lenguajes y Sistemas         | HEPNET: 16515::TUYA                |
  53. | Informaticos (Universidad de Oviedo) |       : EASTVC::TUYA (area 16.131) |
  54. | Carretera de Castiello s/n.            | Phone:  (..34-8) 518 2049          |
  55. | E-33394 GIJON/SPAIN                  | FAX:    (..34-8) 533 8538          |
  56. +--------------------------------------+------------------------------------+
  57.