Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions demo.ipynb

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions gout
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
digraph {
graph [rankdir=LR]
4423905792 [label="{ data 0.0665 | grad -2.0000 }" shape=record]
4423510560 [label="{ data 0.2355 | grad 1.0000 }" shape=record]
"4423510560+" [label="+"]
"4423510560+" -> 4423510560
4423504416 [label="{ data -0.1331 | grad 1.0000 }" shape=record]
"4423504416*" [label="*"]
"4423504416*" -> 4423504416
4423903872 [label="{ data -2.0000 | grad 0.0665 }" shape=record]
4418321584 [label="{ data 0.2355 | grad 1.0000 }" shape=record]
4423904064 [label="{ data 0.0000 | grad 1.0000 }" shape=record]
4423503216 [label="{ data 0.1024 | grad 1.0000 }" shape=record]
"4423503216+" [label="+"]
"4423503216+" -> 4423503216
4423500720 [label="{ data 0.2355 | grad 1.0000 }" shape=record]
"4423500720*" [label="*"]
"4423500720*" -> 4423500720
4423504320 [label="{ data 0.1024 | grad 1.0000 }" shape=record]
"4423504320ReLU" [label=ReLU]
"4423504320ReLU" -> 4423504320
4422673392 [label="{ data 1.0000 | grad 0.2355 }" shape=record]
4423504416 -> "4423503216+"
4423503216 -> "4423504320ReLU"
4423905792 -> "4423504416*"
4418321584 -> "4423500720*"
4423903872 -> "4423504416*"
4423500720 -> "4423510560+"
4422673392 -> "4423500720*"
4423904064 -> "4423510560+"
4423510560 -> "4423503216+"
}
331 changes: 165 additions & 166 deletions gout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added micrograd/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added micrograd/__pycache__/engine.cpython-312.pyc
Binary file not shown.
Binary file added micrograd/__pycache__/nn.cpython-312.pyc
Binary file not shown.
210 changes: 210 additions & 0 deletions scratch.ipynb

Large diffs are not rendered by default.

400 changes: 388 additions & 12 deletions trace_graph.ipynb

Large diffs are not rendered by default.