cosmic-cortex / mlfz

An educational machine learning library.
MIT License
84 stars 7 forks source link

Issue on page /02-computational-graphs/01-scalar.html #7

Closed aca123321 closed 2 hours ago

aca123321 commented 2 hours ago

Under the Defining computational graphs heading, there's an unused import in the first example/snippet:

from mlfz.nn.scalar.functional import sigmoid
aca123321 commented 2 hours ago

added a PR for this: https://github.com/cosmic-cortex/mlfz/pull/8