Re: Neural net implementation question
- From: Bob Mogal <robertlayton@xxxxxxxxx>
- Date: Thu, 03 Apr 2008 12:18:36 GMT
On Apr 1, 8:46 pm, castiro...@xxxxxxxxx wrote:
Question: In Neural and Bayesian nets, is every node updated on every
clock pulse? Or are selective ones? I am thinking that you could
(not a pro.) update weights O( f ) less and grow the number of
connections O( f ). What kind of advanced AI is going on?
There are times not all nodes require updating.
Start at the end, adjust the weights on the output layer, then work
back layer by layer adjusting only the nodes connected to the node(s)
you just updated. (for backprop and backprop related algorithms).
[ comp.ai is moderated ... your article may take a while to appear. ]
.
- References:
- Neural net implementation question
- From: castironpi
- Neural net implementation question
- Prev by Date: Neural net implementation question
- Next by Date: New book - A Field Guide to Genetic Programming - No cost PDF download
- Previous by thread: Neural net implementation question
- Next by thread: Re: Neural net implementation question
- Index(es):