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:
@@ -0,0 +1,9 @@
|
||||
// #include "./modules/neural_networks/neural_networks.h"
|
||||
#pragma once
|
||||
|
||||
#include "datasets/spiral.h"
|
||||
|
||||
#include "layers/dense_layer.h"
|
||||
|
||||
|
||||
#include "activation_functions/ReLU.h"
|
||||
Reference in New Issue
Block a user