summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-17 17:49:10 +0200
committernasr <nsrddyn@gmail.com>2026-04-17 17:50:28 +0200
commit078e21a1feb811f9ef7797ce3ee5d2e8ffcccfce (patch)
treec1121bed141fb536be6b21a6fc54ccd2b5ac7302 /README.md
parent9d09d66a273f68fae7efb71504bf40c664b91983 (diff)
feature(main): during my work on other projects I improved the base library a bit.
this is a drag and drop of that in the project. the next steps exit out of implementing lineair regression and attempting to calcualte what the value would be of a key in the btree... Signed-off-by: nasr <nsrddyn@gmail.com> feature(main): during my work on other projects I improved the base library a bit. this is a drag and drop of that in the project. the next steps exit out of implementing lineair regression and attempting to calcualte what the value would be of a key in the btree... Signed-off-by: nasr <nsrddyn@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7297d23..b059617 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
1TB_ML 1TB_ML
2 2
3Attempt at writing a machine learning library in c using tb_db for the input data. 3Attempt at writing a machine learning library in c using tb_db for the input data.
4
5pseudo random number generation
6https://www.youtube.com/watch?v=OlSYfj8VZi0
7https://www.pcg-random.org/