home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / ai / neuraln / 4641 < prev    next >
Encoding:
Text File  |  1992-12-24  |  1.7 KB  |  47 lines

  1. Newsgroups: comp.ai.neural-nets
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!sh.wide!wnoc-tyo-news!news.u-tokyo.ac.jp!yayoi!yayoi.cc!dave
  3. From: dave@pipi.iis.u-tokyo.ac.jp (David Wuertele)
  4. Subject: Question:  Has this been done?
  5. Message-ID: <DAVE.92Dec24160430@pipi.iis.u-tokyo.ac.jp>
  6. Sender: news@cc.u-tokyo.ac.jp (USENET News System)
  7. Nntp-Posting-Host: pipi.iis.u-tokyo.ac.jp
  8. Organization: Institute of Industrial Science, University of tokyo.
  9. Distribution: comp
  10. Date: Thu, 24 Dec 1992 07:04:30 GMT
  11. Lines: 34
  12.  
  13. I would like to try to apply an ANN to the evaluation of student language
  14. tests.  The system would have a net for each question, and the question
  15. i/o would be structured as follows:
  16.                       +----+
  17.         Correct Answer ----[string]-->|C   |
  18.     Student's Answer --[string]-->|    O  |
  19.                       |  M |
  20.                       |   P|
  21.                       +----+
  22.     ----                 |
  23.    +---- \  <--------------------------[int] Current Score
  24.    |     /                       |
  25.    |    ----                 V
  26.    V                     +------+
  27. History of Scores --[array of int]-->| ANN  |--[int]--> Confidence
  28.                      +------+
  29.  
  30. The ``Current Score'' represents the correlation between the student's
  31. answer and the correct answer, and the ``Confidence'' value represents the
  32. state of the learning curve.  I would like to use this confidence value to
  33. modulate the test dynamically, feeding back in such a way that confidence
  34. increases at the fastest rate possible.
  35.  
  36. That is, I want to use the ANN to control a learning curve, the student's
  37. learning curve.
  38.  
  39. Has anybody seen such an application before?
  40.  
  41. Tia,
  42. Dave
  43. -----
  44. David Wuertele, Yasuda Lab, Electronic Engineering, Institute of Industrial Science,
  45. University of Tokyo.                dave@windsor.iis.u-tokyo.ac.jp
  46.  
  47.