Neuron generator

Started by
33 comments, last by AIRmichael 21 years, 8 months ago
Ehh thats me btw, IE messed it up:s
Advertisement
Actually the HTML standard messed you up (it ignores whitespace). TO make your code look better, begin with the text: (But without the spaces), and end with [ / s o u r c e ]<br><br>Now, back on topic. We''re still trying to figure out what you''re describing. I''m guessing you are basically using a sort of Genetic Algorithm to quickly find a specific set of weights for a neuron? Now, let me try to guess again: You have a set of inputs, and a desired set of outputs. Your "neuron generator" determines what set of weights creates the desired outputs given the desired inputs. Am I right?<br><br>Thanks for bearing with us while we don''t understand; I know it must be annoying. We just need clarification.
You''re right, and its no p
BTW thx for the info about <img src="smile.gif" width=15 height=15 align=middle>
It doesn''t appear to me that these neurons are actually being used in a neural network. Am I correct or incorrect?

Btw, you can also use the code and /code tags (just add the appropriate brackets) for preserving your formatting.

Cheers,

Timkin
The neurons are working together on 1 goal. They arent connected seperately, only with the best neuron at the end. This is because there is only 1 goal atm. All the neurons are the same for 1 purpose only.

This topic is closed to new replies.

Advertisement