micrograd
micrograd copied to clipboard
Rename engine.py to value.py
I suggest you rename engine.py to value.py.
Reasoning:
- the
enginename is misleading. The file doesn't contain some framework or domain logic. - the
engine.pyfile contains a solo class namedValue. The best name for it isvalue.py.