Commit Graph
10 Commits
Author SHA1 Message Date
Bausager 47671354ce mul.cpp/hpp
added math/mul.cpp/hpp, not tested but should work
2026-07-28 20:09:16 +02:00
Bausager c7e87fe191 model.cpp/hpp
I made the model struct to store layers. I'm still missing the backward functions, but it's functional
2026-07-28 19:36:26 +02:00
Bausager 441540a996 Started on Random Library
I made seed and uniform functions, but they are not omp friendly. They are runnning omp themself, but is not safe for threading/parallizing. Uniform is aproximated and is NOT validaded up against a real uniform distribution.
2026-07-28 17:32:49 +02:00
Bausager 52684e6b8a Initial comments done 2026-07-27 08:52:23 +02:00
Bausager a30b410f89 Comment rewrite 2026-07-25 14:54:13 +02:00
Bausager 189d605bfa Dense Layer, Add
added the dense layer with a forward functions. I also made the add functions for most cases.
2026-06-25 19:43:07 +02:00
Bausager cfbb06537d Created first files for neural networks, empthy 2026-06-23 21:22:42 +02:00
Bausager a791201f3a Matrix
First matrix implementation with print_matrix in io
2026-06-23 20:28:11 +02:00
Bausager 77d2dad320 First omp 2026-06-23 15:07:55 +02:00
Bausager b842990cd4 initial push 2026-06-23 09:35:43 +02:00