Commit Graph

18 Commits

Author SHA1 Message Date
Bausager ea359f3b09 Started Loss, done softmax, up to p.125
I've implemented alot of support functions that needs to be refactored, optimised and tested; mean.h, exponential.h, matdiv.h matsum.h matsubtract.h. Maybe we need to have a look at if matdiv/matmul should be in the same. Same with matadd/matsubtract and if some of it should be in matvec.h.
2025-10-05 19:47:56 +02:00
Bausager 1b59713565 Test from laptop/atlas 2025-10-03 22:20:16 +02:00
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
Bausager a86410fda7 diffusion.h
I'm done with the backbone of it, I haven't had feedback on it.
2025-09-29 20:54:06 +02:00
Bausager 99e0f3fda4 Frist push from Desktop Newton
Created diffusion1d.h in fluids
2025-09-29 15:03:49 +02:00
Bausager 513f071748 Ready for fvm steady case 2025-09-21 20:57:02 +02:00
Bausager 3a53b6ebf7 interpolation1d
done single-threded 1d interpolations; linear, rational, cubic spline, polynomial and barycentric. Still not done test functions yet. Still missing multi-core options.
2025-09-18 20:18:27 +02:00
Bausager 92437e5ef1 LU and LU inverse is done 2025-09-14 18:35:37 +02:00
Bausager 88087ea6a6 Finishing up and starting lu decomp 2025-09-13 21:44:20 +02:00
Bausager 320436ce98 ready for parralization 2025-09-12 22:58:52 +02:00
Bausager cb825aec40 First draft of vector class is ready, not done with the module test in main.cpp 2025-09-10 20:57:06 +02:00
Bausager 0bd96dd219 Reworking vector class with core funtionality 2025-09-08 20:24:51 +02:00
Bausager 417afb32b5 varifying vecmult() 2025-08-29 20:43:18 +02:00
Bausager 0bb2b2f3ee added .gitkeep 2025-08-29 18:09:02 +02:00
Bausager 795617f3fd testing 2025-08-29 18:02:31 +02:00
Bausager f3d4ef1741 Add test bigfile with LFS 2025-08-21 19:02:07 +02:00
Bausager 934aea9346 Uploading files to Git 2025-08-20 20:40:24 +02:00
Bausager 2ed89ad137 Initial commit 2025-08-20 20:38:28 +02:00