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
e6e9fe1026
max.hpp is done
2026-07-29 21:28:29 +02:00
Bausager
f5e0ee209b
first model
2026-07-29 17:34:22 +02:00
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
8fd1b7762e
Ignore CMake build artifacts
2026-07-25 11:10:03 +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
9b20278395
Merge branch 'main' of https://git.bausager.org/Bausager/panic
2026-06-23 21:24:20 +02:00
Bausager
cfbb06537d
Created first files for neural networks, empthy
2026-06-23 21:22:42 +02:00
Bausager
1d5295fb3c
Update README.md
2026-06-23 20:32:40 +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
Bausager
683a33967d
Update module/math/src/sqrt_serial.c
2026-06-19 13:01:27 +02:00
Bausager
751251eb55
Update module/math/include/sqrt_serial.h
2026-06-19 13:01:01 +02:00
Bausager
e6136025dd
Update module/math/src/sqrt_serial.c
2026-06-19 12:57:35 +02:00
Bausager
b0710e9161
Add module/math/include/sqrt_serial.h
2026-06-19 12:54:17 +02:00
Bausager
aa42377792
Add module/math/src/sqrt_serial.c
2026-06-19 12:53:23 +02:00
Bausager
59cc7d258a
Update main.cpp
2026-06-19 12:50:42 +02:00
Bausager
1e28002151
Update main.cpp
2026-06-19 12:47:09 +02:00
Bausager
96d9a2c021
Update README.md
2026-06-19 10:19:27 +02:00
Bausager
a7cac712a1
Update README.md
2026-06-19 10:16:40 +02:00
Bausager
b60ed0ba42
Update README.md
2026-06-19 10:15:35 +02:00
Bausager
59982628b4
Update README.md
2026-06-19 10:14:07 +02:00
Bausager
633b366666
Update README.md
2026-06-19 10:13:47 +02:00
Bausager
487a48ba89
Update main.cpp
2026-06-19 10:12:33 +02:00
Bausager
31edd638bd
Update main.cpp
2026-06-19 09:47:50 +02:00
Bausager
0b64f8e309
Add main.cpp
2026-06-18 13:46:29 +02:00
Bausager
fb4543214b
Update README.md
2026-06-18 13:44:36 +02:00
Bausager
cb16a4a259
Update README.md
2026-06-18 13:43:32 +02:00
Bausager
0ba80e5dce
Update README.md
2026-06-18 13:40:28 +02:00
Bausager
2cdca71f0a
Update README.md
2026-06-18 13:37:48 +02:00
Bausager
4e15fb712d
Initial commit
2026-06-18 13:36:06 +02:00