TilliFe
(mynamesiegfried)
January 14, 2025, 4:21pm
1
Endia is a dynamic Machine Learning Library, featuring:
Algorithmic Differentiation : Compute derivatives of arbitrary order for training Neural Networks and beyond.
Signal Processing: Complex Numbers, Fourier Transforms, Convolution, and more.
JIT Compilation: Leverage the MAX Engine to speed up your code.
Dual API: Choose between a PyTorch-like imperative or a JAX-like functional interface.
Checkout the Endia documentation for more information.
5 Likes
TilliFe
(mynamesiegfried)
January 14, 2025, 4:23pm
2
Hi everyone, happy to be finally among you all on this delightful forum. I start off with a somewhat special announcement:
Endia is now available via Magic
magic add endia
Requirements:
Mojo 24.6 or later
Add "https://repo.prefix.dev/modular-community"
as a channel in your .toml
file.
A short demo: Install Endia via Magic video
Any form of feedback about Endia is highly welcome.
5 Likes
clattner
(Chris Lattner)
January 14, 2025, 8:30pm
3
This is TilliFe, amazing work!!
3 Likes
Sorry to bump a slightly elderly thread - but this documentation link is dead. It also appears to be the same documentation link given in the github README. Is there another source for the docs? Or perhaps some way I can build the docs site locally from sources?
Looks like a very interesting project and I would love to try it out, great job on creating it!
2 Likes
HammadHAB
(Hammad Ali)
March 2, 2025, 2:39pm
5
This is amazing! Very awesome project
1 Like
TilliFe
(mynamesiegfried)
March 3, 2025, 11:13am
6
Updated Endia Docs Link . Thank you for reaching out on this!
1 Like
indra
March 4, 2025, 5:13am
7
How do I install endia globally ?