Hacker News new | ask | show | jobs
by __0x01 935 days ago
Can APL can be used to implement Machine Learning algorithms? It seems like a good fit.
2 comments

Yes, see e.g https://apl.wiki/nn
Yes, but no one's made a reverse-mode autodiff system for it yet, so all of the linked examples have hand-written derivatives.