TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Interactive Backpropagation Demo for Simple Linear Regression

2 pointsby raibosomeover 6 years ago

2 comments

raibosomeover 6 years ago
Explore how (stochastic) gradient descent works on a simple linear regression. I built this demo to help me better understand backpropagation, by keeping an eye on the values of the weights as they get updated.<p>I&#x27;ve also added step-by-step remarks and graph plots to the values of the weights and the loss function.<p>Things you can play around with: optimiser, learning rate, variable initialiser, loss function, batch size, no. of epochs<p>JavaScript libraries used: Dagre-D3 (GraphViz + d3), MathJax, ApexCharts, jQuery<p>Any comments to this demo are welcome!
p1eskover 6 years ago
You should add Back button.
评论 #18624712 未加载