From 4bd3064b6571dec04d17d67b8e6fd3128ceb1f09 Mon Sep 17 00:00:00 2001 From: nasr Date: Sun, 19 Apr 2026 18:38:51 +0200 Subject: feature(main): working on the design. i dont know how machine learning works pfff... --- README.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b059617..c4a4964 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,30 @@ -TB_ML +# TB_ML -Attempt at writing a machine learning library in c using tb_db for the input data. +An attempt at writing a machine learning library in C, using `tb_db` as the data input layer. +[tb_db](https://git.nsrddyn.com/tb_db.git/) -pseudo random number generation -https://www.youtube.com/watch?v=OlSYfj8VZi0 -https://www.pcg-random.org/ +--- + +## References + +- [Computerphile – Random Numbers (YouTube)](https://www.youtube.com/watch?v=OlSYfj8VZi0) +- [PCG Random – O'Neill (pcg-random.org)](https://www.pcg-random.org/) +- [Pattern Recognition and Machine Learning – Bishop (PDF)](https://www.cs.uoi.gr/~arly/courses/ml/tmp/Bishop_book.pdf) +- [Mean Squared Error – Wikipedia](https://en.wikipedia.org/wiki/Mean_squared_error) +- [Lineaire Benadering – Wikipedia (NL)](https://nl.wikipedia.org/wiki/Lineaire_benadering) +- [Partial Differential Equations – Wikipedia](https://en.wikipedia.org/wiki/Partial_differential_equation) + +- [ChatGPT] used for navigating unfamiliar topics and finding relevant material +- [Claude] used for mathematical implementations because I suck + +--- + +## Dependencies + +- [`tb_db`](https://git.nsrddyn.com/tb_db) — custom CSV query engine / database layer + +--- + +## Status + +Work in progress. -- cgit v1.3