Commit Graph
7 Commits
Author SHA1 Message Date
Bausager 11da534fd6 Done with activation softmax backwards 2026-07-31 19:08:57 +02:00
Bausager d7b74ab40f Making loss_categorical_crossentropy 2026-07-30 22:23:06 +02:00
Bausager 70e80327ef Activation Softmax Forward done 2026-07-30 18:56:27 +02:00
Bausager f5e0ee209b first model 2026-07-29 17:34:22 +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 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