sleighsoft / genetic-gaming

Genetic algorithms and neural networks for games
0 stars 0 forks source link

Evaluate Xavier Initialization #54

Open WGierke opened 6 years ago

WGierke commented 6 years ago

We're currently performing very well using 100 neurons and random initialization. The question arises: does Xavier Initialization reduce the performance? This would imply that we're performing so well due to the enlarged variance of the initialized weights and biases introduced by the big number of neurons.