Files
Flux/include/utils/utils.h
T
Bausager 88227a38fc Neural Network
Started on implementing neural network from NNFS. I've done ReLU and stopped at p.104. Softmax is not ready.
2025-10-03 20:54:37 +02:00

8 lines
158 B
C

// "./utils/utils.h"
#pragma once
#include "./utils/vector.h"
#include "./utils/matrix.h"
#include "./utils/generators.h"
#include "./utils/random.h"