-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javarcipt Backpropgation graph and basic structure #11
base: master
Are you sure you want to change the base?
Conversation
build a basic structure
undo orginal microgra.html
update for github page deploy
https://jonathansum.github.io/microgradWeb/ This one only took me a few hours to finish it, not counting a day looking thru this repo. However, I originally do it in HTML dom because you suggest not to use npm. But I found out it is way easier to do it in React.js. With it, we just import certain graph library from javascript and break the complicated HTML as object orietant. |
I guess this pull request is pretty much a proof of concept for other people who want to add this into this repo. Again, all are done in Javascript. No Python. If you want, we can change it to type script with "type". |
I have 2 version of graph. First one is using React Flow: |
build a basic structure
