Get the latest tech news
Catgrad: A categorical deep learning compiler
s a deep learning framework using category theory to statically compile models into their forward and backwards passes. This means your training loop can run without needing a deep learning framework (not even catgrad!) You can install catgrad using pip: pip install catgrad Some papers and research which catgrad builds.
View on GitHubcatgrad is a deep learning framework using category theory to statically compile models into their forward and backwards passes. This means your training loop can run without needing a deep learning framework (not even catgrad!) You can install catgrad using pip:
Or read this on Hacker News