Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sc420 committed Apr 6, 2024
1 parent 57aee55 commit f943c7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

A small educational React website to understand how computational graph and derivatives work. I created this tool because I couldn't fully understand how back-propagation works in neural networks.

![screenshot](./interactive-computational-graph/public/get_started.gif "Get Started")
Classic derivative problem $\frac{\sin{x}}{x}$:

![screenshot 1](./screenshots/screenshot1.png "Screenshot 1")

2-1 fully connected neural network:

![screenshot 2](./screenshots/screenshot2.png "Screenshot 2")

## Demo

[Interactive Computational Graph](https://sc420.github.io/interactive-computational-graph/)

## Development

Expand Down
Binary file added screenshots/screenshot1.png
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 screenshots/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f943c7a

Please sign in to comment.