6 ms·
initially rolled my eyes at "neural networks in SQL," but after reading the code I came away impressed basically it comes down to using relational algebra as t
by 0xnyn 2mo ago
initially rolled my eyes at "neural networks in SQL," but after reading the code I came away impressed
basically it comes down to using relational algebra as the IR, letting a database optimizer reason about tensor programs
- alxmrs 2mo agoI would have had the same gut reaction as you lol. You’re spot on. I think that SQL, as a data oriented and logic PL, might be ideal for writing tensor programs.