Done with SGD and Adagrad, still need to optimize them but they work.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "datasets/spiral.h"
|
||||
#include "datasets/vertical.h"
|
||||
|
||||
|
||||
#include "layers/Dense_Layer.h"
|
||||
|
||||
|
||||
@@ -11,5 +12,10 @@
|
||||
#include "activation_functions/Activation_Softmax.h"
|
||||
#include "activation_functions/Activation_Softmax_Loss_CategoricalCrossentropy.h"
|
||||
|
||||
|
||||
#include "loss/Loss.h" // Base
|
||||
#include "loss/Loss_CategoricalCrossentrophy.h"
|
||||
|
||||
|
||||
#include "optimizers/Optimizer_SGD.h"
|
||||
#include "optimizers/Optimizer_Adagrad.h"
|
||||
|
||||
Reference in New Issue
Block a user