sbondaryev
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Solving Mastermind with Maximum Entropy (sbondaryev.dev)
- Chess OCR: End-to-end ML pipeline running in the browser (sbondaryev.dev)
- Show HN: Why Neural Networks Need He Init, Clipping, and Momentum (sbondaryev.dev)
Hi HN, I made an interactive guide showing why neural networks need specific training techniques. Start with a simple network trying to learn x². Each section introduces a problem like gradient explosion or dead neurons…
- Show HN: Big O Notation – An Interactive Guide (sbondaryev.dev)
Hi HN, I built this interactive guide to help build intuition for time complexity. There is already a lot of writing on this topic here (e.g. [1], [2]), so I tried to keep the explanation minimal and focus on examples…