ugm2 / Deep-Learning-Workshop

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

Adds multiple layer Neural Network #3

Closed ugm2 closed 3 years ago

ugm2 commented 3 years ago

This PR brings in a Neural Network with flexible number of layers, number of neurons and activation functions.

Things to be done left:

ugm2 commented 3 years ago

We should open issues for including tests. Also, I know we have exploding gradients in multiclass classification in the neural network. We should create anothre issue for fixing that problem, maybe using regularization