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 #6

Closed aca123321 closed 2 hours ago

aca123321 commented 2 hours ago

The edge is named wrong here:

edge_a_b = c.prevs[0]
edge_a_b.prev

Looks like the edge should be edge_a_c instead.

aca123321 commented 2 hours ago

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