T.J. Willis - 2004-05-25

Logged In: YES
user_id=505143

i've been pondering this a bit... maybe the right model
for a neural net implementation is setting the questions
as nodes, and seeding the initial connection weights with
some metric which compares the similarity of the questions.
this metric could compare the words in the questions (and
maybe the right answers) so that 2 copies of the same
question have a weight of 100% and 2 questions with no
words in common have a weight of 0. Then the net learns
how to make the user get questions wrong....