Y
Hacker News
new
|
ask
|
show
|
jobs
by
SleekEagle
1529 days ago
That's part of why Julia is so exciting! Building it specifically to be a differentiable programming language opens so many doors ...
1 comments
mountainriver
1529 days ago
Julia wasn’t really built specifically to be differentiable, it was just built in a way that you have access to the IR, which is what zygote does. Enzyme AD is the most exciting to me because any LLVM language can be differentiable
link
SleekEagle
1528 days ago
Ah I see, thank you for clarifying. And thank you for bringing Enzyme to my attention - I've never seen it before!
link
celrod
1527 days ago
Enzyme.jl works quite well (but the possibility of using it across languages is appealing).
link