ugm2 / Deep-Learning-Workshop

Implementation of some of the main Deep Learning Algorithms with some examples
0 stars 0 forks source link

Fix exploding gradient in multi class neural network #5

Open ugm2 opened 3 years ago

ugm2 commented 3 years ago

There is a exploding gradient problem when executing neural network with multi class configuration.

In order to solve this, some type of regularization should be implemented, for instance.