home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0326.lha / NeuronalNets / ReadMe < prev    next >
Text File  |  1990-03-05  |  2KB  |  73 lines

  1. Neuronal Nets
  2.  
  3.  
  4. Since about 3 years the concept of neuronal nets is again
  5. very popular. Already in the sixties this kind of problem -
  6. solving  was  developed. But less memory and knowledge about
  7. (human) brain led to an early end of this technique.
  8.  
  9. The enclosed programs base on two net - structures of that
  10. time (Hopfield- & Hamming- Algorithm). All programs were
  11. written in standard - C and so they don`t use the graphic
  12. facilities of the amiga (sorry for this). You can start the
  13. programs either from the Workbench or the CLI. If you start
  14. from CLI you must go sure your window size is 640 x 200
  15. pixel min. The programs are menu - controlled. Move through 
  16. the menus by using CursorUp, CursorDown and Return.
  17.  
  18. Here`s a short description:
  19.  
  20.  
  21. PatternEd:
  22.  
  23. It`s a tool to build a set of patterns. Maximum size of the 
  24. set is 10 patterns with 10 x 10 pixel.
  25.  
  26.  
  27. HopfieldNet:
  28.  
  29. Here the Hopfield- Algorithm was implemented to reconstruct 
  30. a given (noisy) pattern.
  31. What you have to do (same way in the following programs):
  32. - Load a set of patterns (created with PatternEd). The pat-
  33. terns will be learned by the net automatically after loa-
  34. ding.
  35. - Enter the camera - menu and create an input pattern (ima-
  36. gine it`s a photo from a ccd - sensor).
  37. - Present this pattern to the net.
  38. - Enter the main - menu and then iterate.
  39.  
  40.  
  41. HammingNet:
  42. This net you can use to classify patterns.Here the Hamming- 
  43. Algorithm was programmed.
  44.  
  45. MaskNet:
  46. It bases on the Hamming - Net and is a (simple) self - con-
  47. struction. It was created to avoid the varianz o shifting
  48. of the Hopfield- and Hamming- Net.
  49.  
  50.  
  51. At last allow me a private note:
  52.  
  53. I am very interested in neuronal nets as you can see by the 
  54. programs described above. I`m working on some programs to 
  55. make creation of neuronal nets easier. I`m always searching 
  56. for information about the following topics:
  57.  
  58. - Neuronal net structures,
  59. - tools to create neuronal nets,
  60. - mechanism of visual processing in human brain.
  61.  
  62. I`d be very pleased if you could send me some stuff about. 
  63. My address:
  64.  
  65.        Uwe Schaefer
  66.        Heidebergstr. 49
  67.        
  68.        D - 2930 Varel 2
  69.  
  70.        West - Germany
  71.  
  72. Thank you for your interest.
  73.