summaryrefslogtreecommitdiff
path: root/README.md
blob: c4a4964094840fa8921a4d0326e139b686c7f6d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# TB_ML

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/)

---

## 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.