Automatic analytic tensor differentiation engine with a deep learning library on top. But for real this time.

2 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a `__str__` method for the `Tensor` class in the Minigrad-X project. This method should print the tensor's buffer contents, ideally including summary statistics like mean and variance for improved readability.

Complexity: 2/5
enhancement good first issue

Automatic analytic tensor differentiation engine with a deep learning library on top. But for real this time.

C++

AI Summary: Implement basic arithmetic operations (+, -, *, /) for Tensors, supporting both tensor-tensor and tensor-scalar operations with broadcasting functionality. This involves extending the existing autograd engine to handle these new operations correctly.

Complexity: 3/5
enhancement good first issue

Automatic analytic tensor differentiation engine with a deep learning library on top. But for real this time.

C++