Neural Network
Started on implementing neural network from NNFS. I've done ReLU and stopped at p.104. Softmax is not ready.
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
|
||||
#include "./utils/vector.h"
|
||||
#include "./utils/matrix.h"
|
||||
#include "./utils/generators.h"
|
||||
#include "./utils/generators.h"
|
||||
#include "./utils/random.h"
|
||||
|
||||
Reference in New Issue
Block a user