Y
Hacker News
new
|
ask
|
show
|
jobs
by
farhanhubble
1022 days ago
Wonder what it would take to implement a neural network in Emmy.
1 comments
chunsj
1021 days ago
If it has an implementation of reverse mode automatic differentiation, then it might be possible.
link
sritchie
1021 days ago
I have reverse-mode (purely functional reverse mode at that!) sitting in a branch, and will get this going at some point soon. Even more fun will be compilation down to XLA, like JAX does in Python.
link