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:
@@ -0,0 +1,11 @@
|
||||
// "./utils/utils.h"
|
||||
#pragma once
|
||||
|
||||
|
||||
|
||||
#include "random/engine.h"
|
||||
|
||||
#include "uniform.h"
|
||||
#include "binomial.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user