Dense Layer, Add

added the dense layer with a forward functions. I also made the add functions for most cases.
This commit is contained in:
2026-06-25 19:43:07 +02:00
parent 9b20278395
commit 189d605bfa
27 changed files with 1657 additions and 902 deletions
+3
View File
@@ -6,6 +6,9 @@ cmake_policy(SET CMP0009 NEW)
file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/atlas/Documents/Git/panic/src/*.cpp")
set(OLD_GLOB
"/home/atlas/Documents/Git/panic/src/io/print_tensor.cpp"
"/home/atlas/Documents/Git/panic/src/math/add.cpp"
"/home/atlas/Documents/Git/panic/src/math/matmul.cpp"
"/home/atlas/Documents/Git/panic/src/neural_network/layer/layer_dense.cpp"
"/home/atlas/Documents/Git/panic/src/tensor/matrix.cpp"
"/home/atlas/Documents/Git/panic/src/tensor/vector.cpp"
)