Jul 26
Calculating Neural Network Parameters
Let's start with a simple linear function: y = wx + b Q: What's a good w and b? A: A good set of parameters produces predictions that closely match...
3 min read
I'm Wenhao, a software engineer. I write up system design problems I've worked through, what I'm learning about LLMs, notes from shipping side projects like ResumeMatch, and the occasional take on layoffs and where the industry is heading.
Let's start with a simple linear function: y = wx + b Q: What's a good w and b? A: A good set of parameters produces predictions that closely match...