Open Issues Need Help
View All on GitHubAI 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.
Automatic analytic tensor differentiation engine with a deep learning library on top. But for real this time.
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.
Automatic analytic tensor differentiation engine with a deep learning library on top. But for real this time.