↧
Answer by Denis Tarasov for Feedforward Neural Network Training
First and most important thing, regardless of how you code it, feed-forward multilayer neural network won't learn x*y, especially when data are presented in the form of two continious inputs. Reasons:...
View ArticleFeedforward Neural Network Training
I am trying to write Feed Forward NN, and I am testing it to learn x*y function using particle swarm optimisation to learn (the PSO algorithm is working) but it won't even get close to learning the...
View Article