April 4th, 2003, 2:26 pm
QuoteOriginally posted by: chiral3I'll concede. If you automate the process, and call the error terms feedback, it is neural net-like. I don't know too much about nets. I used one once in an experiment, I read about Kurtzweil, but they're just like so 90's I don't either other than this...you got a bunch of nodes with connections. the connections have weights, there are input nodes, output nodes, and internal nodes. connections can have loops. you feed input, compare to output, and adjust the weights till you settle down to an answer. this is "learning". there is a gradient decent method for adjusting weights that boils down to regression in the case of really really simple nets with no internal nodes.