Hacker News
new
top
best
ask
show
job
Torch.ts – building PyTorch in TypeScript from scratch to learn
(
github.com
)
3 points
by
13point5
5 hours ago
1 comment
13point5
5 hours ago
Right now it's just a tensor manipulation lib but will be adding an autograd engine soon. It's been fun learning about strides and doing matmuls by hand and then coding it without numpy.