New forum topics
- 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
- correlated assets in a single network
- Encog for C about 24% Faster than Encog for Java
- Updated MACD Example for Encog 3.0 and NinjaTrader 7
- Finishing off Encog 3.1




There are no defaults for backprop in Encog. Both momentum and learning rate should be specified in the constructor to the backprop class. I usually start at around 0.5 for each and work my way from there.
You might also want to look at Resilient propagation (RPROP), it is generally much faster than backprop.