radd
Open
- Dominant language
- Jupyter Notebook
- Stars
- 17.6k
- Forks
- 2.8k
- PR merge metrics
- No merged PRs in 30d
Description
In the micrograd engine.py line number 76, the code should be 'return other + self' not 'return self + other'
Contributor guide
No contributing guide indexed for this repository
Research direction
Open engine.py at line 76 and inspect the radd implementation. Apply the requested operand order and verify the repository tests pass, with the corrected reflected-add behavior as the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100