New forum topics
- i would like to contribute
- Need help with LSTM libraries
- Memory usage in Java
- Delphi
- Stock Market Question
- Output priorities, retrieving input weights
- Local Minima Question
- Forest Cover Midterm and other Assignments in Java book and Youtube
- Forest Cover Midterm and other Assignments in Java book and Youtube
- using this course for robotics




Is to set individual weights to zero for the neurons that you do not wish to be connected.
The latest version of Encog (2.4) also supports a type of neural network called NEAT, where neurons are connected individually, and there are essentially no layers.
Hi
I tried to use Encog but I can't find which methode to use to manage connections. The synapse class provides only types that conenct all neurons or weightless sypanses !! So how can I set weights to zero ?
Thank you very much
My guess is you would have to edit the network file "by hand' to accomplish this. Someone please let me know if I am wrong.
You are going to need to get at the weight matrix, which is in the synapse. This is really similar discussion to the one in the other forum about directly connecting neurons. Seems to be a popular feature and one that could defiantly use some helper functions plus enhancements to Encog training. This is defiantly on the list for 2.4.
Just out of curiosity. I really have never created a neural network setup like this. How do you determine which neurons to not connect? Is it trial and error, or is there some method for this.
Jeff