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.

Transformer – Spreadsheet

250 pointsby next_xibalba3 months ago

9 comments

nobodywillobsrv3 months ago
Genuine question: What do people feel they understand after going through this? If we wrote out every matrix multiplication for linear regression, would we say we&#x27;ve truly grasped it? Is the takeaway about implementation mechanics, or does it build deeper intuition?<p>I see the value in visualization, but what’s the real educational gain beyond that?<p>(I&#x27;m an ML person&#x2F;mathematician, but I haven’t lectured in over a decade—maybe I just don’t get it. I tend to prefer tutorials that build connections to known ideas, so this might be a blind spot for me.)
评论 #42970475 未加载
评论 #42971297 未加载
评论 #42971337 未加载
评论 #42973515 未加载
评论 #42973475 未加载
评论 #42971301 未加载
rmnclmnt3 months ago
On the related topic to teach AI fundamentals and intuition of the inner workings, there is a wonderful material named &quot;AI Unplugged&quot;[1] to perform activities with pen&#x2F;pencils, cards, etc. in a game manner.<p>I&#x27;ve been using this material on several occasions with various audiences not familiar with the field of AI&#x2F;ML (kids and grown-ups), and each time people seem to have been enjoying it and earning a bit of understanding of the modern world they live in.<p>[1] <a href="http:&#x2F;&#x2F;www.aiunplugged.org" rel="nofollow">http:&#x2F;&#x2F;www.aiunplugged.org</a>
antidnan3 months ago
You can even build GPT-2 in Excel: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=yjD2n_e9E3w&amp;ab_channel=Spreadsheetsareallyouneed" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=yjD2n_e9E3w&amp;ab_channel=Sprea...</a>
评论 #42968822 未加载
esafak3 months ago
Their title says Spreadsheet, and it uses Google Sheets, so I don&#x27;t know why it says Excel here.
评论 #42969404 未加载
fangpenlin3 months ago
So, it turns out &quot;Spreadsheet Is All You Need&quot;
fragmede3 months ago
props for using the &#x2F;copy endpoint feature of Google docs. saves a lot of hassle when teaching
nyclounge3 months ago
One can also argue this can be done within db such as postgres have everything store procedures&#x2F;functions&#x2F;triggers. In some ways DBs are just Spreadsheets with really robust querying languages.
raju3 months ago
Similar HN thread: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42967173">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42967173</a>
alok-g3 months ago
See also:<p>(Classical) Computer vision basics in Excel, using just formulas: <a href="https:&#x2F;&#x2F;github.com&#x2F;amzn&#x2F;computer-vision-basics-in-microsoft-excel">https:&#x2F;&#x2F;github.com&#x2F;amzn&#x2F;computer-vision-basics-in-microsoft-...</a><p>Original HN Submission: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22357374">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22357374</a><p>PS: I am the primary author.