Show HN: I implemented a neural network in SQL
Summary
Show HN: I implemented a neural network in SQL demonstrates building and training a neural network directly within SQL using the xarray-sql integration. The script trains a small multilayer perceptron on a Fashion-MNIST style dataset, performing forward and backward passes via SQL queries and persisting results as a zarr array.