21:03
2026-07-13
sourcefeed.dev
machine-learning
A neural net in pure SQL is a teaching tool
A developer has built a Fashion-MNIST neural network trainer in pure SQL using xarray-sql, demonstrating that matrix multiplication and backpropagation can be expressed as joins and aggregations. The …