Live data from Hacker News

Minitorch: Implement the Torch API from Scratch, from Cornell Tech

minitorch.github.io

1–10 of 22 posts

Re: Minitorch: Implement the Torch API from Scratch, from Cornell Tech

#4
post #3

Amazing, I was looking to do something very similar for myself-- dig into pytorch library to see how everything was working.

There is also the book Deep Learning from Scratch .

Are there any resources that use languages other than python? I would prefer to work with code examples in a language that I might actually use.

Re: Minitorch: Implement the Torch API from Scratch, from Cornell Tech

#5
post #3

Earlier quoted context omitted.

There is also the book Deep Learning from Scratch .

Are there any resources that use languages other than python? I would prefer to work with code examples in a language that I might actually use.

If you're doing machine learning, python is a very viable language to actually use.

Re: Minitorch: Implement the Torch API from Scratch, from Cornell Tech

#6
post #5

Earlier quoted context omitted.

Are there any resources that use languages other than python? I would prefer to work with code examples in a language that I might actually use.

If you're doing machine learning, python is a very viable language to actually use.

Not to me it isn’t.

Re: Minitorch: Implement the Torch API from Scratch, from Cornell Tech

#7
post #3

Earlier quoted context omitted.

There is also the book Deep Learning from Scratch .

Are there any resources that use languages other than python? I would prefer to work with code examples in a language that I might actually use.

Maybe not as comprehensive or approachable:

Julia: https://juliadiff.org/ChainRulesCore.jl/stable/FAQ.html#Wher...? (bottom)

OCaml: https://ocaml.xyz/book/

Re: Minitorch: Implement the Torch API from Scratch, from Cornell Tech

#8
post #5

Earlier quoted context omitted.

If you're doing machine learning, python is a very viable language to actually use.

Not to me it isn’t.

No! You must respect the Python ML monoculture! Now hand me my set of MNIST digit images!

Re: Minitorch: Implement the Torch API from Scratch, from Cornell Tech

#10
post #5

Earlier quoted context omitted.

If you're doing machine learning, python is a very viable language to actually use.

Not to me it isn’t.

Almost all neural network frameworks are Python based, so you're severely limiting yourself here.
Post reply on HN