Started on regulaization in Loss.h. I need to refactor the matsum.h since I need a total sum over the matrix. Also matmul needs a elementwise matmul function, which is the next this in the ragulaization
This commit is contained in:
@@ -19,3 +19,5 @@
|
||||
|
||||
#include "optimizers/Optimizer_SGD.h"
|
||||
#include "optimizers/Optimizer_Adagrad.h"
|
||||
#include "optimizers/Optimizer_RMSprop.h"
|
||||
#include "optimizers/Optimizer_Adam.h"
|
||||
Reference in New Issue
Block a user