7 ms·
I played around with the idea of a language motivated by this same thought process last year: https://github.com/lukehoban/ten https://github.com/lukehoban/ten.
by lukehoban 2y ago
I played around with the idea of a language motivated by this same thought process last year: https://github.com/lukehoban/ten https://github.com/lukehoban/ten.
* Succinct syntax and operators tailored to AI model definition
* Fully statically typed tensors, including generic functions over tensor dimension and batch dimensions (...)
* First-class hyper-parameters, model parameters and model arguments for explicit model specification
* Einops-style reshaping and reductions - tensor dimensions are explicit not implicit
- evnc 2y agoHey, this is neat! Thanks for sharing. I may be interested in collaborating with you on this when I have some free time.