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

If it has an implementation of reverse mode automatic differentiation, then it might be possible.
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.