Dropout Layer
Implemented rng::uniform and rng::binomial for single values, vectors and matrices. implemeted dropout layers and tested it. Also fixed the validation code. Before it used y one place, now it uses y_test as it should.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
|
||||
#include "layers/Dense_Layer.h"
|
||||
#include "layers/Dropout_Layer.h"
|
||||
|
||||
|
||||
#include "activation_functions/Activation_ReLU.h"
|
||||
|
||||
Reference in New Issue
Block a user