lisa-lab/DeepLearningTutorials

In mlp.py, why are the parameters of the two models added together?

Valentin4869 opened this issue · 1 comments

In mlp.py at line 194, the paramters of the hidden layer and the output layer are added together. Is this a typo? If not, then why are we adding the parameters?

nouiz commented