Commit graph

9 commits

Author SHA1 Message Date
fa6e0c6b2d
Repair data handling
I have no clue how these bugs happened.
I have no clue what was the issue exacly.

All I know is that I have multiplied wrong
indeces with wrong dimensions.

Guess even this is maths sometimes.
2024-12-27 10:44:37 +01:00
264fcb407b
Implement XML export
This allows to save the neural network
once it has been trained.
2024-12-04 16:01:50 +01:00
ef18b57d61
Implement training data loading 2024-11-20 01:00:18 +01:00
c2b9dfdd29
Memory management tweaks
There are no memory leaks,
yet, I discover, with my steady course,
thru my small valgrind peeks,
that nvidia are a bunch of stupid a-holes.
2024-11-11 17:42:57 +01:00
d2ec11859d
Implement a function for acquiring neural data.
* Some good refactoring
2024-10-29 17:07:08 +01:00
1241bca52f
Tidy up neural rendering 2024-10-19 21:13:40 +02:00
55448bf44a
Render first neural network 2024-10-19 11:32:39 +02:00
109c94a865
Refactor neural layers 2024-10-12 11:17:52 +02:00
87a03582cd
Add a basic neural interface. 2024-07-06 18:00:43 +02:00