TheLogansFerrySoftwareCo / Intuiti

A Software Intuition Engine
GNU General Public License v3.0
1 stars 0 forks source link

Some neural network initializations will never train. #1

Open aaron-morris opened 12 years ago

aaron-morris commented 12 years ago

Approximately 30% of all random neural network weight initializations cannot be trained with backpropagation (or at least the current implementation of backpropagation) when using nested neural networks.

aaron-morris commented 12 years ago

This will be fixed by adding a genetic training strategy.